Speed Hierarchy: Virtual Memory ---> Main memory ---> Cache memory ---> CPU registers
Anonymous Quiz
41%
T
59%
F
Capacity Hierarchy: Virtual Memory > Main memory > Cache memory > CPU registers
Anonymous Quiz
73%
T
27%
F
After the processor issues load request to cache, it compares request address to … & see if there’s a match
Anonymous Quiz
74%
cache tags
26%
block offsets
After comparing the request address to cache tag it immediately returns a copy of data from cache
Anonymous Quiz
83%
cache hit
17%
cache miss
After comparing the request address to cache tag it reads block of data from main memory then replace victim block in cache with new block and finally returns a copy of data from cache
Anonymous Quiz
25%
cache hit
75%
cache miss
The number of data words that it can hold is called the
Anonymous Quiz
13%
capacity
10%
size
72%
both are correct
5%
dense