1
20kviews
Explain the differences in how much the following scheduling the algorithms descriminate in favour of short processes
  1. FCFS
  2. RR
  3. Multilevel Feedback Queries
1 Answer
3
3.3kviews

1. First come first serve scheduling (FCFS).

  • In this algorithm the process that requires the CPU first is allotted the CPU first and its implementation can be easily maintained using FIFO queue.

  • When a CPU is free, the process is allotted CPU and it will continue holding CPU fill it …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.