Memory Management Question:

What is dirty bit?

OS Memory Management Interview Question
OS Memory Management Interview Question

Answer:

A dirty bit is a flag that indicates whether an attribute needs to be updated. Such situations usually occur when a bit in a memory cache or virtual memory page that has been changed by a processor but has not been updated in the storage.


Previous QuestionNext Question
What is compactions?Do you know what is page fault and when does it occur?