1.2: Memory - YK Flashcards

1
Q

What is RAM?

A

Random Access Memory stores data and instructions for programs currently in use; volatile, read+write, can be dynamic (cheaper, slower, needs constant refreshing, used as main RAM) or static (more expensive, faster, doesn’t need to be constantly refreshed, used as cache)

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

What is ROM?

A

Read Only Memory stores instructions needed to boot up the computer (like BIOS); non-volatile, read only

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

What is virtual memory?

A

Virtual memory (page file) is a special section of the hard drive which holds instructions to be swapped in and out of RAM (if RAM can’t hold everything)

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

What is cache memory?

A

Very fast memory closer to the CPU than RAM used to store the most commonly used instructions in an area faster to retrieve

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

What is flash memory?

A

ROM memory which is completely rewritable, can be used as secondary storage, faster than a hard disk drive

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