InterviewSolution
Saved Bookmarks
| 1. |
Orders are processed in the sequence they arrive if _______ rule sequences the jobs.(a) earliest due date(b) slack time remaining(c) first come, first served(d) critical ratioThis question was posed to me in semester exam.I'm obligated to ask this question of CPU Scheduling Algorithms-1 topic in portion CPU Scheduling of Operating System |
|
Answer» RIGHT answer is (c) FIRST COME, first served Explanation: NONE. |
|