InterviewSolution
Saved Bookmarks
| 1. |
What is Turnaround time?(a) the total waiting time for a process to finish execution(b) the total time spent in the ready queue(c) the total time spent in the running queue(d) the total time from the completion till the submission of a processThe question was posed to me at a job interview.My question is from CPU Scheduling Benefits in section CPU Scheduling of Operating System |
|
Answer» CORRECT CHOICE is (d) the total TIME from the COMPLETION till the submission of a process Explanation: NONE. |
|