Vidyalelo
Data Structure · Q902

Miscellaneous on Data Structures

Programming · Data Structure · question 902

Q902

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

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

Answer: Option D

Solution

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