3 3 votes Dirty bit is used to indicate which of the following?A page fault has occurredA page has corrupted dataA page has been modified after being loaded into cacheAn illegal access of page Operating System isro2014 operating-system virtual-memory paging easy + – go_editor 7.0k views answer comment Share Follow Print See all 2 Comments 2 2 Comments reply vijju commented Sep 13, 2016 reply Follow flag C IS ANSWER 0 0 replyShare vijju commented Sep 13, 2016 reply Follow flag C IS ANSWER A DIRTY BIT REPLACE OF NEW BLOCK IN THE CACHE MWMWORY AND THAT REPLACED BLOCK IS KEPT IN THE MAIN MEMORY 0 0 replyShare Please log in or register to add a comment.
Best answer 9 9 votes Answer : A page has been modified after being loaded into cache Because When a bit is modified by the CPU and not written back to the storage, it is called as a dirty bit. This bit is present in the memory cache or the virtual storage space.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. shekhar chauhan answered Jul 1, 2016 • selected May 6, 2017 by srestha shekhar chauhan comment Share Follow 0 reply Please log in or register to add a comment.
4 4 votes A dirty bit or modify bit is a bit that is associated with a block of computer memory and indicates whether or not the corresponding block of memory has been modified.The dirty bit is set when the processor writes to (modifies) this memory. The bit indicates that its associated block of memory has been modified and has not yet been saved to storage.When a block of memory is to be replaced, its corresponding dirty bit is checked to see if the block needs to be written back to secondary memory before being replaced or if it can simply be removed. Dirty bits are used by the CPU cache and in the page replacement algorithm of an operation system. Hence,Option(C)A page has been modified after being loaded into cache. LeenSharma answered Jul 1, 2016 • edited Jul 1, 2016 by LeenSharma LeenSharma comment Share Follow 0 reply Please log in or register to add a comment.
2 2 votes Option C will be correct option for it A page has been modified after being loaded into cache Dirty bit is used for write back policy. Paras Nath answered Oct 8, 2016 Paras Nath comment Share Follow 0 reply Please log in or register to add a comment.
1 1 vote C is the Answere as Dirty bit says, whether a page has been modified or not. AnilGoudar answered May 6, 2017 AnilGoudar comment Share Follow 0 reply Please log in or register to add a comment.