Multiple choice

SJF stands for

  1. smallest job first

  2. smallest job fast

  3. shortest job first

  4. shortest job fast

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

SJF (Shortest Job First) is a CPU scheduling algorithm that selects the process with the smallest next burst time. It can be non-preemptive (once a process starts, it runs to completion) or preemptive (called SRTN).