题目内容

What is Waiting time?

A. the total time in the blocked and waiting queues
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 process

查看答案
更多问题

Scheduling is done so as to ____________

A. increase the waiting time
B. keep the waiting time the same
C. decrease the waiting time
D. none of the mentioned

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 mentioned

Round robin scheduling falls under the category of ___________

A. Non-preemptive scheduling
B. Preemptive scheduling
C. All of the mentioned
D. None of the mentioned

With round robin scheduling algorithm in a time shared system ____________

A. using very large time slices converts it into First come First served scheduling algorithm
B. using very small time slices converts it into First come First served scheduling algorithm
C. using extremely small time slices increases performance
D. using very small time slices converts it into Shortest Job First algorithm

答案查题题库