1.

In a optimal page replacement algorithm, when a page is to be replaced, which of the following pages is chosen?(a) Oldest page(b) Newest page(c) Frequently occurred page in the future(d) Not frequently occurred page in the futureThis question was posed to me in semester exam.Origin of the question is Page Replacement Algorithms topic in chapter Page Replacement Algorithms of Data Structures & Algorithms II

Answer»

The CORRECT OPTION is (d) Not frequently occurred page in the future

The EXPLANATION is: The page which doesn’t OCCUR more frequently in the future is CHOSEN to be replaced with the page in the frame.



Discussion

No Comment Found

Related InterviewSolutions