-
More than one words are put in one cache block to
-
- exploit the temporal locality of reference in a program
- exploit the spatial locality of reference in a program
- reduce the miss penalty
- None of the above
- exploit the temporal locality of reference in a program
Correct Option: B
Temporal locality refers to the reuse of specific data and /or resources within relatively small time duration,
spatial locality refers to the use of data elements within relatively close storage locations. To exploit the spatial locality, more than one word are put into cache block.