An SJF algorithm is simply a priority algorithm where the priority is ____________
A. The predicted next cpu burst
B. The inverse of the predicted next cpu burst
C. The current cpu burst
D. Anything the user wants
Explanation: The larger the CPU burst, the lower the priority.
Occurrence: 0, System Administrator 2026