Prepare for the A Level Computer Science OCR Exam with interactive quizzes. Test your knowledge across diverse topics with questions and detailed explanations. Ace your exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What advantage does cache memory provide?

  1. Slower access to stored data

  2. Extended data storage capacity

  3. Faster access for program sections and data

  4. Increased power consumption

The correct answer is: Faster access for program sections and data

Cache memory provides the advantage of faster access for program sections and data. It is designed to store frequently accessed data and instructions closer to the processor than main memory (RAM). This close proximity reduces the time it takes for the CPU to retrieve information since accessing cache memory is significantly quicker than accessing data from slower main memory. By minimizing access times, cache memory improves overall system performance and efficiency, allowing programs to run more smoothly and efficiently. The other choices do not correctly reflect the primary benefits of cache memory, as they either imply drawbacks or do not accurately convey the primary purpose of cache memory.