Vidyalelo
Data Structure · Q644

Miscellaneous on Data Structures

Programming · Data Structure · question 644

Q644

Consider the given page reference string 2, 6, 1, 2, 0, 1, 5, 3. What will be the page fault rate, if the program has 3-page frames available to it and it uses the not recently used algorithm?

A.
1 / 2
B.
2 / 4
C.
3 / 4
Answer
D.
3 / 8

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board