Vidyalelo
Data Structure · Q541

Miscellaneous on Data Structures

Programming · Data Structure · question 541

Q541

Consider the given page reference string 0, 1, 3, 7, 1, 7, 0, 3, 6, 8. How many page faults will occur if the program has 4-page frames available to it and it uses the random page replacement algorithm?

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

Answer: Option A

Solution

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