Skip to content
Home ยป CPU Scheduling

CPU Scheduling

Multilevel Queue

  • by

A multilevel queue is suitable when the processes are classified in groups. The multilevel queue scheduling algorithm partition the queue into several separate queues. Each… Read More »Multilevel Queue

Round Robin

  • by

The round-robin scheduling algorithm is suitable for time-sharing computers which are similar to FCFS. However, preemption is added to this algorithm to switch between processes.… Read More »Round Robin