retagged by
3,254 views

2 Answers

7 votes
7 votes
A dirty bit (or) modified 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 been saved to storage yet. 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 algorithms of an operating system.
→ Dirty bits can also be used in Incremental computing by marking segments of data that need to be processed or have yet to be processed.
0 votes
0 votes
option B )Dirty Bit is used to track modification of a page.

                If page is modified Dirty bit=1, else Dirty bit =0
Answer:

Related questions

0 votes
0 votes
4 answers
1
admin asked Mar 30, 2020
1,624 views
In a cache memory if total number of sets are ‘$s$’, then the set offset is:$2^8$$\log_2s$$s^2$$s$
0 votes
0 votes
4 answers
3
admin asked Mar 30, 2020
2,512 views
Consider the following four processes with their corresponding arrival time and burst time:$$\begin{array} \text{Process}&\text{Arrival time}&\text{Burst time(in ms)}\\ \...
0 votes
0 votes
2 answers
4