Which page will be considered for replacement first in first out algorithm
Answers
Answered by
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