computer science 1.2 !

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

what does RAM do??

stores part of the OS and programs/data currently in use

2
New cards

what is RAM?

volatile

3
New cards

what does ROM do?

stores bootstrap (PC setup instructions) and loads the OS into RAM

4
New cards

what is ROM?

read only and non-volatile

5
New cards

what happens when RAM is full? “

part of the HDD is used as if it were RAM

6
New cards

what is the name for using the HDD as if it were RAM?

virtual memory

7
New cards

downsides of virtual memory?

slows down the computer

8
New cards

how can we speed up our computer?

upgrade RAM size, upgrade cache size, terminate programs

9
New cards

what does a left binary shift do?

multiples by 2

10
New cards

what does a right binary shift do?

divide by 2

11
New cards

what is colour depth?

the number of bits available to represent a pixel’s colour

12
New cards

what happens if colour depth is higher?

more bits per pixel and more colours represented (image resolution increases)

13
New cards

how do u calculate colour depth?

2^x (x = number of bits)

14
New cards

how to calculate the size of an image file?

colour depth x resolution

15
New cards

how is sound stored?

the amplitude of an analogue wave is recorded at regular intervals and stored as a binary value

16
New cards

what are the benefits of compression?

file sizes are reduced and more can be stored, file transmission time is shorter

17
New cards

how does compression benefit a website?

compressed files on a web page reduce load times and put less stain on servers (aiding mobile phones and slow connections)

18
New cards

how does lossy compression work?

irrelevant/repeated parts of data are permanently removed from file

19
New cards

how does lossy compression work in sound files?

small / low frequencies that may not be heard by humans are deleted

20
New cards

advantages of lossy?

smaller files than lossless and works well for media files

21
New cards

disadvantages of lossy?

data cant be restored, cant be used with text as it is unrecognisable, clear loss in quality may be visible

22
New cards

how does lossless work?

reduces file size with out removing data. when it is decompressed, it returns to its original quality

23
New cards

advantages of lossless?

can be compressed/decompressed with out a loss in quality, works in all file types

24
New cards

disadvantages of lossless?

files are larger than when done with lossy, takes a long time (uses complex algorithms)

25
New cards

advantages of magnetic secondary storage?

reliable and has a high capacity

26
New cards

disadvantages of magnetic secondary storage?

not durable and very noisy

27
New cards

advantages of solid state secondary storage?

no moving parts so faster access/write speeds, portable, durable

28
New cards

disadvantages of solid state secondary storage?

expensive

29
New cards

advantages of optical secondary storage?

durable and portable

30
New cards

disadvantages of optical secondary storage ?

not durable, low capacity per disk