1.

__________ algorithm associates with each page the time when the page was brought into memory.(a) Optimal page replacement(b) FIFO(c) LRU replacement algorithm(d) Counting based replacementThe question was asked in quiz.My question comes from Page Replacement Algorithms topic in chapter Page Replacement Algorithms of Data Structures & Algorithms II

Answer»

The correct choice is (b) FIFO

The BEST explanation: FIFO algorithm associates with each page the TIME when the page was BROUGHT into memory. The new page is inserted at the tail of the queue.



Discussion

No Comment Found

Related InterviewSolutions