Multiple choice SJF stands for smallest job first smallest job fast shortest job first 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).