Open In App

GATE | GATE MOCK 2017 | Question 58

Linked Questions 58-59

Assume GeeksforGeeks implemented the new page replacement algorithm in virtual memory and given its name as ‘Geek’. Consider the working strategy of Geek as following-



Find the number of page faults using Geeks algorithm for the following reference string (assume three physical frames are available which are initially free)

Reference String : “A B C D A B E A B C D E B A D”



(A) 7
(B) 9
(C) 11
(D) 13

Answer: (C)
Explanation:

Quiz of this Question

Article Tags :