Read Mode
Memory Hierarchy
Cache memory works on the principle of:
Explanation and memory cue
Cache memory works on the principle of locality of reference, which means that programs tend to access the same set of memory locations repetitively over a short period of time. This principle helps cache memory to predict and store frequently accessed data for faster retrieval.