InterviewSolution
Saved Bookmarks
| 1. |
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 wantsThis question was addressed to me during an internship interview.I'm obligated to ask this question of CPU Scheduling Algorithms-2 in portion CPU Scheduling of Operating System |
|
Answer» CORRECT ANSWER is (a) the predicted NEXT CPU burst Explanation: The LARGER the CPU burst, the lower the PRIORITY. |
|