1.

A page that is not going to be used for the next 7 seconds will be swapped out over a page that is going to be used within the next 0.7 seconds.(a) True(b) FalseThe question was posed to me in examination.The above asked question is from Page Replacement Algorithms topic in chapter Page Replacement Algorithms of Data Structures & Algorithms II

Answer»

Right OPTION is (a) True

Easiest EXPLANATION - In an optimal PAGE replacement ALGORITHM, the page that is to be used LATER in the future is swapped out over a page that is to be used immediately.



Discussion

No Comment Found

Related InterviewSolutions