Explain the Locality of Reference property of Cache Memory
Answers
Answered by
14
Answer:
In computer science, locality of reference, also known as the principle of locality, is the tendency of a processor to access the same set of memory locations repetitively over a short period of time. There are two basic types of reference locality – temporal and spatial locality.
Answered by
0
Answer:
.Locality of Reference and Cache Operation in Cache Memory
Locality of Reference and Cache Operation in Cache MemoryLocality of reference refers to a phenomenon in which a computer program tends to access same set of memory locations for a particular time period. In other words, Locality of Reference refers to the tendency of the computer program to access instructions whose addresses are near one another. The property of locality of reference is mainly shown by loops and subroutine calls in a program.
Similar questions