In a FIFO algorithm, when a page is to be replaced, which of the following page is chosen?
In a FIFO algorithm, when a page is to be replaced, which of the following page is chosen? Correct Answer Oldest page
In FIFO page replacement algorithm, when a page is to be replaced, the oldest page is chosen and replaced at the tail of the queue.