Operating Systems - Old Questions

3. What is page fault? Consider the following page reference string, 7, 0, 1, 2, 0, 3, 0, 4, 2, 3, 0, 3, 2, 1, 2, 0, 1, 7, 0, 1. How many page faults would occur for each of the following page replacement algorithms assuming 3 frames?

            a. FIFO         b. Second Chance         c. LRU

10 marks | Asked in Model Question