Computer Science Paper 1 Topic 2 Memory & Storage Flashcards

(31 cards)

1
Q

What is RAM

A

Random access memory
It stores open programs and files
Volatile
Rewritable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is ROM

A

Read only memory
Stores start up instructions for computer
Non volatile
Read only

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is primary storage

A

Type of storage accessed by the cpu directly so very quick
Smaller than secondary
Sometimes called main memory
Includes ram and rom

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is secondary storage

A

It is a slower as it’s not directly accessed by cpu
It’s larger in size
It’s used for long term storage of data and file as its non volatile

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is virtual memory

A

It is a type of storage used when ram is full rather than the computer stopping. Files and data are stored in virtual memory but if virtual memory is used the system will slow down

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Name three types of secondary storage

A

Optical
Magnetic
Solid state

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Name an example of optical storage

A

CDs
DVDs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Name an example of magnetic storage

A

Hard disk drive
Floppy disk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Name an example of solid state storage

A

Memory stick
SSDs
SD cards

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Advantages and disadvantages of magnetic storage

A

Large capacity
Fast access speed slower than solid state
Portable
Durable
Not very reliable can faulter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Advantages and disadvantages of optical storage

A

Small capacity
Slow access speed
Light pretty portable
Not very durable easily scratched
Decently reliable
Very cheap

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Advantages and disadvantages of solid state storage

A

Large capacity
Durable
Portable as very small
Expensive
Reliable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Why must data be in binary format

A

I’m able to process and execute instructions they must be in a format the computer understands like binary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the affect of a binary shift left

A

Doubles the number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the affect of a binary shift right

A

Halves the number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is character set

A

A table that matches together a character and a binary value

17
Q

What is ascii

A

A character set
Not much memory space
8 bits 256 possible characters 2^8
Only enough for English laungage

18
Q

What is uni code

A

A character set
More memory space
16 bits 65536 possible characters 2^16
Different launages to be represented

19
Q

What are images made of

20
Q

What is resolution

A

How many pixels in an image
Higher resolution better quality but bigger file size

21
Q

What is colour depth

A

Number of different colours in an image

22
Q

What is meta data

A

Data that is stored in an image like location, bits per pixel, length or height of image

23
Q

How do you calculate file size of an image

A

Size = colour depth * image length * image width

24
Q

How do you calculate file size of a character set

A

File size = bits per character * number of characters

25
How is sound transferred to digital format
Sound is transmitted through that air as a analogue wave this is sampled the height of the wave is measured at regular intervals each sample is stored as binary number the binary number for each sample is stored sequentially
26
How do you calculate file size of sound
File size = sample rate * duration * bit depth
27
What is lossy compression
File size is reduced however quality is also reduced
28
What is lossless compression
File size is reduced however quality stays the same
29
What is sample rate
Number of times per second the amplitude of the sound wave is measured
30
If sample rate increases what happens
Sound quality will increase and so will file size
31
What is bit depth
Number of bits to represent each sample