In memory management, a dirty bit is used to indicate which of the following?

2014

In memory management, a dirty bit is used to indicate which of the following?

  1. A.

    A page fault has occurred

  2. B.

    A page has corrupted data

  3. C.

    A page has been modified after being loaded into memory

  4. D.

    An illegal access of page

Attempted by 117 students.

Show answer & explanation

Correct answer: C

Correct answer: A page has been modified after being loaded into memory.

A dirty bit is associated with a page/frame entry. When the page is written to, the bit is set to show that the memory copy differs from the backing store copy.

During page replacement, a dirty page must be written back before it is removed. A clean page can be discarded without a write-back.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Isro