InterviewSolution
Saved Bookmarks
| 1. |
The bit used to store whether the page has been modified or not is called as _______(a) Dirty bit(b) Modify bit(c) Relocation bit(d) None of the mentionedThis question was posed to me during an interview.My enquiry is from Address Translation in chapter Processor Families of Computer Architecture |
|
Answer» CORRECT answer is (a) DIRTY bit For EXPLANATION: This bit is set after the PAGE in the table gets modified. |
|