[1.1.3] | 1: Memory Flashcards

1
Q

What is Main Memory?

A

Memory locations directly accessible by the processor.

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

What is secondary storage?

A

• The storage in which not currently in use data can stored long-term.

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

What is RAM?

A

• Volatile Memory

• Where currently running programs & data are temporarily stored

• (Directly addressable by the CPU and therefore has much faster read/write speeds than any secondary storage)

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

What is ROM?

A

• Non-volatile memory.

• Read-only so cannot be written to.

• Offers much less storage than RAM.

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

What is firmware and why might it be stored in ROM?

A

• Manages communication between software and hardware.

• Firmware rarely needs to be changed.

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

Define the function of BIOS.

A

• Initialises hardware & ensures it works.
• Loads the OS into RAM and hands over control.

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

What is Virtual Memory?

A

• Secondary storage assigned as RAM by the OS.

• Much slower than RAM so only used when RAM is full.

• OS splits RAM into pages/segments and sends less useful ones into virtual memory until they’re needed. (To free up space for useful programs)

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