Question:

The use of cache memory is to

Show Hint

Cache Memory = Very Fast Memory = Faster CPU Performance.
Updated On: Jun 10, 2026
  • Increase CPU speed
  • Store operating system
  • Store user defined files
  • Data backup
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Concept: Cache memory is a special high-speed memory located between the CPU and the main memory (RAM). It is designed to reduce the time taken by the processor to access frequently used instructions and data. Since the CPU operates much faster than the main memory, cache memory acts as a bridge that minimizes this speed gap.

Step 1: Understand the need for cache memory. Whenever the CPU executes a program, it continuously requires instructions and data. If every request had to be fulfilled directly from RAM, the processor would spend a considerable amount of time waiting. To overcome this problem, cache memory stores frequently used information close to the CPU.

Step 2: Understand how cache memory works. When the CPU requests data:

• It first checks the cache memory.

• If the data is available (cache hit), it is retrieved very quickly.

• If the data is not available (cache miss), it is fetched from RAM and stored in cache for future use.
This significantly reduces memory access time.

Step 3: Evaluate the options. Option (B) is incorrect because the operating system is primarily stored on secondary storage and loaded into RAM. Option (C) is incorrect because user files are stored in storage devices such as hard disks or SSDs. Option (D) is incorrect because cache memory is not used for backup purposes. Option (A) correctly identifies the purpose of cache memory.

Step 4: Conclusion. The primary purpose of cache memory is to increase CPU performance and processing speed. Hence, option (A) is correct.
Was this answer helpful?
0
0