What is the purpose of the 'dirty' bit in a cache?
Q1. What is the purpose of the 'dirty' bit in a cache?
Answer: To indicate that the cache line has been modified
Explanation: The 'dirty' bit indicates that the cache line has been modified and needs to be written back to main memory.