Cache memory acts between:

A. CPU and RAM
B. Hard Disk and ROM
C. CPU and Hard disk
D. CPU and ROM

🧠 Explanation:

Cache memory acts as a high-speed buffer between the CPU and RAM, enhancing computer performance. It stores frequently accessed data, reducing retrieval time compared to slower RAM access. Cache memory operates at higher speeds, improving processing efficiency in tasks like gaming or data analysis. Its proximity to the CPU minimizes latency, making it critical for system performance. Understanding cache memory’s role is essential in computer architecture, as it optimizes data access, supporting faster execution in applications from everyday computing to complex scientific simulations, ensuring efficient data flow in modern computing systems.