Vidyalelo
Data Structure · Q397

Miscellaneous on Data Structures

Programming · Data Structure · question 397

Q397

Consider the given page reference string 3, 1, 0, 2, 1, 5, 6, 2, 8, 6, 9, 1. How many page faults will occur if the program has 4-page frames available to it and it uses the not recently used algorithm?

A.
6
B.
7
C.
8
D.
9
Answer

Answer: Option D

Solution

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