InterviewSolution
Saved Bookmarks
| 1. |
What is Dispatch latency?(a) the speed of dispatching a process from running to the ready state(b) the time of dispatching a process from running to ready state and keeping the CPU idle(c) the time to stop one process and start running another one(d) none of the mentionedThe question was posed to me in quiz.Asked question is from CPU Scheduling Benefits in chapter CPU Scheduling of Operating System |
|
Answer» Right answer is (c) the TIME to stop ONE process and start RUNNING another one |
|