1.2 Memory and storage Flashcards

(56 cards)

1
Q

What is primary storage ?

A

Memory that the CPU can read/write to quickly

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

What is volatile ?

A

Power is required to for the component to retain it’s data

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

What is non-volatile ?

A

The component retains data even without power

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

What is RAM ?

A

The computers main memory

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

What is the purpose of RAM ?

A

Holds data and programs that are currently in use

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

Is RAM volatile or non-volatile ?

A

Volatile

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

What are 2 examples of primary storage ?

A

RAM and ROM

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

What is the purpose of ROM ?

A

Stores the BIOS / the instructions needed to boot up the computer

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

Is ROM volatile or non-volatile ?

A

Non-volatile

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

What is the purpose of virtual memory ?

A

When RAM is full, some data is moved to virtual memory as a temporary storage and when that data is needed it is moved back to RAM

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

Why does virtual memory cause the computer to slow down ?

A

Because data is transferred from virtual memory back to RAM instead of the data already being on RAM making it slower

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

What is secondary storage ?

A

Where data and programs are stored when they are not being used

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

What are 3 types of secondary storage ?

A

Solid state
Optical
Magnetic

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

What are 4 features of magnetic storage ?

A

Moving parts - unreliable / less durable
Can be noisy
Large amounts of capacity
Cheap

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

What are 4 features of optical storage ?

A

Disks are easily starched - unreliable / not durable
Cheap
Low capacity
Slow speeds

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

What are 4 features of solid state storage ?

A

No moving parts - reliable and durable
Expensive
Good capacity
Fast speeds

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

What type of data can computers only understand ?

A

Binary

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

How does binary data work ?

A

Represented by 1s (show electricity is flowing)
and 0s (shows electricity isn’t flowing)

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

What are the 8 units of data size ?

A

Bit
Nibble
Byte
Kilobyte
Megabyte
Gigabyte
Terabyte
Petabyte

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

What is a bit ?

A

A single binary digit (1 or 0)

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

How many bits are in a nibble ?

A

4

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

How many bits are in a byte ?

A

8

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

How do you calculate sound file size ?

A

Sample rate x duration x bit depth

24
Q

How do you calculate text file size ?

A

Bits per character x number of characters

25
How do you calculate image file size ?
Image width x image height x colour depth
26
What is an overflow error ?
When binary arithmetic gives out a result which is more bits than the cpu was expecting
27
How do you go from hexadecimal to denary ?
Put number in hexadecimal place value table Multiply the values in each column Add the results
28
How do you go from denary to hexadecimal ?
Divide by 16 to get answer and remainder Convert answer and remainder to hexadecimal The answer is 1st digit Remainder is 2nd digit
29
How do you go from binary to hexadecimal ?
Split the binary number into 4 bits each Put 1 of the 4bit numbers in 2 tables that have 8,4,2,1 Same as normal binary to denary Convert your 2 4bit numbers into hexadecimal
30
How do you go from hexadecimal to binary ?
Convert each hexadecimal digit into 4 bit binary Put the 2 4bit numbers together
31
What are binary shifts ?
Move every bit in a binary number left or right a certain amount of times and fill in any gaps on the ends with a 0
32
What happens if it is a left shift ?
The number is multiplied (Every place shifted left number is doubled so 2 shifts is 2 squared = 4)
33
What happens if it is a right shift ?
The number is divided (Every place shifted right number is halved)
34
How are characters represented in binary ?
With character sets
35
What is a character set ?
Collections of characters that a computer recognises from the binary representation
36
What are the 2 types of character sets ?
ASCII and unicode
37
What are 3 features of ASCII ?
Each character is given 7 bit binary code 128 different characters possible Numbers and letters are ordered (A,B,C / 1,2,3)
38
What are 3 features of unicode ?
Converts lots of different languages More characters possible than ASCII Fist 128 characters are same as ASCII
39
What is a bitmap ?
An image made up of lots of tiny dots called pixels
40
What is special about each individual pixel ?
Each pixel has a specific colour represented by a specific code
41
How do you calculate total number of colours ?
2 to power of n (n = colour depth)
42
What is metadata ?
Additional information about the image such as height, width and date q
43
What affect does a greater colour depth and resolution have on the size and quality of the image ?
Bigger size and better quality
44
What is sampling ?
Converting an analogue sound wave into binary data
45
What is sample rate and what is it measured in ?
Number of samples taken per second and measured in hertz
46
How do you sample sound ? (2 steps)
Amplitude of sound wave is measured at set intervals Sound is then recreated digitally but may have lost some accuracy
47
What is bit depth ?
Number of bits available to store each sample
48
What is data compression ?
Making files smaller whilst trying to stay as true to the original as possible
49
What is 1 benefit of data compression ?
Compressed files use less storage
50
What are 2 types of compression ?
Lossy and lossless
51
What is lossy compression ?
When data is permanently removed from the file
52
What is lossless compression ?
Temporarily removes data from a file but restores it to original when opened
53
What are 2 benefits of lossy compression ?
Big reduction size Commonly used
54
What are 2 benefits of lossless compression ?
No reduction in quality Files can be turned back to original
55
What are 2 drawbacks of lossy compression ?
Permanently loses data Reduction in quality
56
What are 2 drawbacks of lossless compression ?
Take up more storage than lossy Small reduction size