Memory Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

RAM

A

Random Access Memory is used as main memory in a computer
Can be read and written into (volatile)

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

Volatile memory

A

Temporary memory
Data wiped when power is lost

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

Non - volatile Memory

A

Permanent memory
keeps content even when there isn’t power

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

What is RAM used for

A

where data, files and programs are stored when being used
when a computer boots up the operating system is copied into RAM from secondary storage
RAM is slower than CPU cache, but faster than secondary storage

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

Virtual memory

A

when part of secondary storage is used as an extension of RAM when RAM is full
RAM moves data that hasn’t been recently used into virtual memory
If the CPU wants to read data from virtual Memory, it needs to be swapped out into RAM (time consuming)

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

ROM

A

Read - only memory
Can only be read, not written onto (non -volatile)
Stores BIOS -> instructions needed to boot computer up

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