What is the purpose of the 'valid' bit in a cache memory system?
Q1. What is the purpose of the 'valid' bit in a cache memory system?
Answer: To indicate that a cache line is valid
Explanation: The 'valid' bit is used to indicate whether a cache line contains valid data, ensuring that the CPU does not use stale or incorrect data.