MCQS

Q. Cache memory works on the principle of ___________ .
🔍 Search on Google 📖 Search on Wikipedia
« PreviousNext »

The correct answer is 'Locality of reference' because cache memory is designed to exploit the tendency of programs to access the same memory locations repeatedly. This principle allows cache memory to store frequently accessed data closer to the processor, reducing the time it takes to retrieve that data. By utilizing the locality of reference, cache memory can improve overall system performance by reducing the latency of memory access.