1.

Which of the following is the simplest page replacement algorithm?(a) FIFO(b) Optimal page replacement(c) LRU replacement(d) Counting based replacementThis question was posed to me during an online interview.My enquiry is from Page Replacement Algorithms in portion Page Replacement Algorithms of Data Structures & Algorithms II

Answer»

The CORRECT answer is (a) FIFO

The explanation is: FIFO is the simplest page REPLACEMENT algorithm SINCE LRU and optimal replacement algorithms REQUIRE past and FUTURE data patterns respectively.



Discussion

No Comment Found

Related InterviewSolutions