Virtual Memory and Flash Memory Flashcards
1
Q
What is Virtual Memory?
A
A memory management procedure needed when the RAM is full
2
Q
What happens with virtual memory?
A
The OS creates a temporary section of volatile memory in the secondary storage
Data from processes not currently being used are sent as pages from the RAM to the virtual memory. when they are needed they are swapped back.
3
Q
What is the speed of virtual memory?
A
Virtual memory is the slowest memory out of all memory
4
Q
What is flash memory?
A
A type of Soild State Drive(SSD)
5
Q
Characteristic of Flash Memory
A
- Non-Volatile storage
- Soild state technology = non-mechnical(no moving parts, just electronic circuits)
- More reliable and durable than alternatives, but can only be overwriten and limited number of times