Process-Scheduling
January 11, 2024GATE 2002
January 11, 2024GATE 2001
|
Question 7
|
More than one word is 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
|
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.
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.
The temporal locality refers to reuse of data elements with a smaller regular intervals.
