retagged by
1,955 views
0 votes
0 votes

The total number of page faults for the reference string $1,2,3,4,5,6,7,8,9,10$ using FIFO page replacement policy for a process, if $3$ frames are allocated to it are

  1. $9$
  2. $10$
  3. $8$
  4. $11$
retagged by

2 Answers

Best answer
3 votes
3 votes

FIFO: First In First Out,

So, the page which comes first get into the page frames and when page table is full the first added page is out from the page table. 

So, total number of PAGE Faults is 10

Ans. is option D)

selected by
Answer:

Related questions

0 votes
0 votes
4 answers
2
admin asked Mar 30, 2020
2,522 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)}\\ \...
1 votes
1 votes
2 answers
3
admin asked Mar 30, 2020
3,258 views
Which of the following is added to the page table in order to track whether a page of cache has been modified since it was read from the memory?Reference bitDirty bitTag ...
0 votes
0 votes
2 answers
4