Multiple choice

Which scheduling algorithm is used to pick the quickest little job that needs to be done?

  1. First Come First Serve [FCFS ]

  2. Shortest-Job-First [SJF]

  3. Priority

  4. Round-robin

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

Shortest-Job-First [SJF] scheduling is used  to pick the quickest little job that needs to be done.