In a computer system, what is the term for a situation where the CPU is waiting for data from memory?
Q1. In a computer system, what is the term for a situation where the CPU is waiting for data from memory?
Answer: Cache miss
Explanation: Cache miss occurs when the CPU requests data not available in the cache, resulting in a delay while data is fetched from main memory.