1.2 Memory And Storage Flashcards

(37 cards)

1
Q

Bit

A

1 or 0

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

Nibble

A

4 bits

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

Byte

A

8bits

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

Kilobyte

A

1024 bytes (1000)

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

Megabyte

A

1024 kilobytes (1000 )

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

Gigabyte

A

1024 megabytes

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

Terabyte

A

1024 gigabytes

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

Petabyte

A

1024 terabytes

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

Why binary

A

Easier to represent only 2 states using electrical components

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

Overflow errors occur

A

When the number you are presenting is larger than 255 and you need an additional bit

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

Left shift is

A

Multiplication

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

Right shift is

A

Division

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

Hex

A

0123456789 ABCDEF

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

Character set

A

A set of characters each with a binary value assigned

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

ASCII is 7 bits how many characters?

A

127

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

Extended ASCII is 8 bits how many characters

17
Q

Colour depth

A

Number of bits needed to store each pixel

18
Q

Meta data

A

Extra info about an image

19
Q

Greater the colour depth / resolution greater the…

20
Q

Sound file size calculation

A

Number of samples per second x number of bits per sample x length of sample

21
Q

Sample rate

A

The number of samples taken per second (measured in Hertz)

22
Q

Compression

A

Compression reduces the size of a file so it takes up less space

23
Q

2 advantages of compression

A

Maximise amount you can store
Smaller files are quicker to transfer and download

24
Q

Lossy

25
Lossless
Doesn’t lose data
26
Order of byte
Byte kilobyte megabyte gigabyte terabyte petabyte
27
RAM
Random access memory
28
ROM
Read only memory
29
Primary storage
Storage needed for the computer to function
30
ROM RAM what and what
Registers and cache
31
RAM does what
Keep data currently in use so the CPU can access it quickly
32
ROM has what
Uneditable info that starts bootstrap (instructions needed to boot computer system)
33
Registers and cache are found
In the CPU
34
Registers do what
Have specific data and instructions
35
Cache do what
Store frequently used instructions
36
Which one isn’t volatile
ROM
37
What does volatile mean
Will disappear if power is lost