What is the purpose of the 'dirty' bit in a cache memory system?
Q1. What is the purpose of the 'dirty' bit in a cache memory system?
Answer: To indicate that a cache line has been modified
Explanation: The 'dirty' bit is set when a cache line is modified, indicating that it must be written back to main memory when it is replaced.