Multiple choice

The type of scheduling that is intended to pick the quickest and fastest little job that needs to be done by the CPU is __________.

  1. FCFS

  2. round-robin

  3. SJF

  4. multilevel queue

  5. priority

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This type of scheduling is intended to pick the quickest and fastest little job that needs to be done by the CPU. In this of scheduling, each job is assigned a priority and the job with the highest priority gets scheduled first.