InterviewSolution
Saved Bookmarks
| 1. |
The real difficulty with SJF in short term scheduling is ____________(a) it is too good an algorithm(b) knowing the length of the next CPU request(c) it is too complex to understand(d) none of the mentionedI had been asked this question during an internship interview.I'd like to ask this question from CPU Scheduling Algorithms-2 topic in division CPU Scheduling of Operating System |
|
Answer» The CORRECT choice is (B) KNOWING the length of the next CPU request |
|