Vidyalelo
Data Structure · Q119

Miscellaneous on Data Structures

Programming · Data Structure · question 119

Q119

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

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

Answer: Option C

Solution

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