In a cache memory, what is the purpose of the valid bit?
Q1. In a cache memory, what is the purpose of the valid bit?
Answer: To indicate whether the cache block is valid or not
Explanation: The valid bit indicates whether the cache block contains valid data or not, allowing the CPU to determine whether to use the cache block or not.