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
Because it is impossible to predict the future with perfect accuracy, the cache must guess what data will be needed based on the past pattern of memory accesses
Anonymous Quiz
95%
T
5%
F
The cache exploits …. to achieve a low miss rate
Anonymous Quiz
6%
temporal locality
4%
spatial locality
88%
Both of them
2%
Neither of them
means that the processor is likely to access a piece of data again soon if it has accessed that data recently
Anonymous Quiz
87%
temporal locality
13%
spatial locality
when the processor loads or stores data that is in the cache, the data is copied from main memory into the cache
Anonymous Quiz
66%
T
34%
F
means that, when the processor accesses a piece of data, it is also likely to access data in nearby memory locations
Anonymous Quiz
10%
temporal locality
90%
spatial locality