What is the role of cache memory in improving CPU performance?
Cache memory stores frequently accessed data and instructions, allowing the CPU to access them quickly without having to fetch them from the slower main memory (RAM). This improves processing speed and reduces latency in task execution.