Discussion :: Operating System
- The SJF algorithm executes first the job
A.
that last entered the queue |
B.
that first entered the queue |
C.
that has been in the queue the longest |
D.
with the least processor needs |
E.
None of the above |
Answer : Option D
Explanation :
The shortest job first (SJF) or shortest job next, is a scheduling policy that selects the waiting process with the smallest execution time to execute next.
Be The First To Comment