InterviewSolution
Saved Bookmarks
| 1. |
What is Response time?(a) the total time taken from the submission time till the completion time(b) the total time taken from the submission time till the first response is produced(c) the total time taken from submission time till the response is output(d) none of the mentionedThis question was posed to me during an interview.My question is taken from CPU Scheduling Benefits topic in division CPU Scheduling of Operating System |
|
Answer» Correct option is (b) the TOTAL TIME taken from the submission time till the FIRST RESPONSE is produced |
|