Scheduling is done so as to ____________
A. increase CPU utilization
B. decrease CPU utilization
C. keep the CPU more idle
D. none of the mentioned
查看答案
Scheduling is done so as to ____________
A. increase the throughput
B. decrease the throughput
C. increase the duration of a specific amount of work
D. none of the mentioned
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 process
Scheduling is done so as to ____________
A. increase the turnaround time
B. decrease the turnaround time
C. keep the turnaround time same
D. there is no relation between scheduling and turnaround time
The portion of the process scheduler in an operating system that dispatches processes is concerned with ____________
A. assigning ready processes to CPU
B. assigning ready processes to waiting queue
C. assigning running processes to blocked queue
D. all of the mentioned