Process-Scheduling
January 11, 2024
GATE 2002
January 11, 2024
Process-Scheduling
January 11, 2024
GATE 2002
January 11, 2024

GATE 2001

Question 7

More than one word is 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 the above
Question 7 Explanation: 
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.
The temporal locality refers to reuse of data elements with a smaller regular intervals.
Correct Answer: B
Question 7 Explanation: 
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.
The temporal locality refers to reuse of data elements with a smaller regular intervals.

Leave a Reply

Your email address will not be published. Required fields are marked *