Vidyalelo
Data Structure · Q700

Miscellaneous on Data Structures

Programming · Data Structure · question 700

Q700

Consider a reference string 7, 0, 1, 2, 0, 3, 0, 4, 2, 3, 0, 3, 2, 1, 2, 0, 1, 7, 0, 1 of frame size 3. Calculate the number of page faults using optimal page replacement algorithm.

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

Answer: Option B

Solution

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