More than one word are put in one cache block to
20082001
More than one word are put in one cache block to
- A.
exploit the temporal locality of reference in a program
- B.
exploit the spatial locality of reference in a program
- C.
reduce the miss penalty
- D.
none of these
Attempted by 661 students.
Show answer & explanation
Correct answer: B
More than one word is placed in a cache block to exploit spatial locality.
Programs usually access nearby memory locations together, so fetching adjacent words increases the chance of cache hits.
A video solution is available for this question — log in and enroll to watch it.