Computer Science, asked by jeiahreyes629, 19 days ago

Which page will be considered for replacement first in first out algorithm

Answers

Answered by ayush8567
0

Answer:

This is the simplest page replacement algorithm. In this algorithm, operating system keeps track of all pages in the memory in a queue, oldest page is in the front of the queue. When a page needs to be replaced page in the front of the queue is selected for removal. 

Similar questions