ExamCompetition Forum Question Papers Ask A Question Mock Test Learn & Earn Sign Up Login Menu



0 vote

The FIFO algorithm

Asked on by | Votes 0 | Views: 22 | Tags: computer science     | operating system     | Add Bounty

The FIFO algorithm

A).  executes first the job that last entered the queue

B).  executes first the job that first entered the queue

C).  execute first the job that has been in the queue the longest

D).  executes first the job with the least processor needs

E).  None of the above


Share on Facebook      Share on Whatsapp       Share on Twitter




1 answers

0 vote
Answered by on | Votes 0 |

 executes first the job that first entered the queue



The simplest page-replacement algorithm is a FIFO algorithm. The first-in, first-out (FIFO) page replacement algorithm is a low-overhead algorithm that requires little bookkeeping on the part of the operating system. In simple words, on a page fault, the frame that has been in memory the longest is replaced.

Join Telegram Group




Answer This Question

Name:
Email:
Answer :
Sum of (4+5)
Submit: