Revise Computingrevisecomputing.co.uk
At a glanceFeaturesStudentsPricingHow it worksFree GCSE notesExam dates
At a glanceFeaturesStudentsPricingHow it worksFree GCSE notesExam dates

Knowledge organisers / Primary Storage (memory)

Cache memory

All topicsPractise exam questions
Knowledge organiser

Primary Storage (memory)

1.2.1f

What you need to know

Cache memory is a very small but extremely fast type of primary storage located inside or very close to the CPU. It stores frequently used data and instructions so that the CPU can access them more quickly than from RAM.

Key points

  • Definition:Cache Memory: a small, very fast memory located inside or close to the CPU that stores frequently used data and instructions.
  • Cache is faster than RAM but much smaller in size.
  • It stores copies of frequently accessed data and instructions from RAM.
  • By keeping frequently used data close to the CPU, cache reduces the time taken to access data.
  • This improves overall system performance and speeds up processing.
  • Common Mistake:Saying cache replaces RAM. It does NOT replace RAM — it works alongside RAM.
  • Common Mistake:Saying cache stores permanent data. It only stores temporary copies of frequently used data.
  • Exam Tip:If asked why cache improves performance, mention that it reduces the time needed for the CPU to fetch frequently used data.
  • Exam Tip:The hierarchy in terms of speed (fastest to slowest) is: Cache → RAM → Secondary Storage.
  • Exam Example:In a gaming PC, instructions for repeatedly used game calculations may be stored in cache to speed up processing.