in Operating System recategorized by
864 views
1 vote
1 vote

_______ is one of pre-emptive scheduling algorithm.

  1. $RR$
  2. $SSN$
  3. $SSF$
  4. Priority based
in Operating System recategorized by
864 views

2 Answers

0 votes
0 votes
priority based
(d) option answer
0 votes
0 votes
Ans is A

Round Robin is the simplest algorithm for a pre-emptive scheduler. Only a single queue of processed is used. When the system timer fires, the next process in the queue is switched to, and the pre-empted process is put back into the queue.Round robin is pre-emptive version of FCFS, a queue is maintained which stores the input as it comes in FCFS order.
edited by

Related questions