Vidyalelo
Data Structure · Q131

Miscellaneous on Data Structures

Programming · Data Structure · question 131

Q131

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 4. Using FIFO algorithm, determine the number of page faults.

A.
12
B.
16
C.
10
Answer
D.
14

Answer: Option C

Solution

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