1.2 - Memory, Storage, Units and Number Systems Flashcards

1
Q

What is the purpose of RAM

A

Stores data that is in use

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

What is the purpose of ROM

A

Stores the computers start up instructions (bootsrap)

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

What is the difference between ROM and RAM

A

ROM is non-volatile and RAM is volatile. ROM is read only but RAM is read/write

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

What is virtual memory

A

A temporary storage space used on a secondary storage device that is used as primary memory. It is used to allow more space for running programs

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

Why is virtual memory needed

A

There is a lack of available space on the RAM for running programs

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

What is the problem with using virtual memory

A

Applications move slower because the programs need to be moved between the virtual memory and the RAM

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

Why can’t ROM save files

A

It is read only

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

Why can’t RAM save files

A

It is volatile

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

Why is secondary storage needed

A

It can store files because it is non-volatile and is read/write

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

What types of secondary storage are there

A

Magnetic, solid state drive, optical

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

What are examples of secondary storage and what types are they

A

Hard disk - Magnetic
Sold state flash memory - Flash Memory
CD-R - Optical
Solid state drive - Flash Memory
Blu-Ray - Optical
DAT tape - Magnetic

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

What is the smallest unit of data storage

A

Bit

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

How many bits in a byte

A

8

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

What are the prefixes for the different bytes

A

kilo -1000
mega-1000000
giga-1000000000
tera-1000000000000
peta-1000000000000000

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

How many bits in a nibble

A

4 (half a byte)

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

What are the hexadecimal numbers

A

Numbers 0-9 and letters A-F (representing 10-15)