correctly answered
What is spatial locality?
The principle stating that if a data location is referenced, data locations with nearby
addresses will tend to be referenced soon.
temporal locality
The principle stating that if a data location is referenced then it will tend to be referenced
again soon.
aka spatial locality
locality in space synonym
aka temporal locality
locality in time synonym
Memory Hierarchy Levels Top-Down
CPU
CPU Cache
Physical Memory
Solid State Memory
Virtual Memory
CPU component
processor register is a _______________
CPU cache components
L1, L2, L3 are _______________
Physical Memory component
Random Access Memory (RAM) is a _______________
Solid State Memory Component
non-volatile flash-based memory is a ______________
Virtual Memory component
flash-based memory is a ______________
CPU (Central Processing Unit) pros and cons
pros and cons:
super fast
super expensive
very small capacity
CPU Cache pros and cons
pros and cons:
faster
expensive
small capacity
Physical Memory pros and cons
pros and cons:
fast
priced reasonably
average capacity
Solid State Memory pros and cons