2.1.2 - Describe primary memory. Flashcards

1
Q

What is primary memory?

A

Primary memory is the only storage that is directly accessible by the CPU. It holds both data and instructions that are currently running on the computer system.

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

What are the two types of primary memory?

A

The two types of primary memory are RAM (Random Access Memory) and ROM (Read Only Memory).

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

What are four similarities between RAM and ROM?

A

Both are types of main memory, directly accessible by the CPU, store instructions for the CPU to execute, and are faster to access than secondary storage.

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

What are three differences between RAM and ROM?

A

ROM is read-only while RAM is read and write, RAM stores instructions and data for the CPU to access and execute while ROM stores permanent instructions for booting up, and RAM is volatile while ROM is non-volatile.

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