a) increase the waiting time b) keep the waiting time the same c) decrease the waiting time d) none of the mentioned
View QuestionWhat is Waiting time?
a) the total time in the blocked and waiting queues b) the total time spent in the ready ...
View QuestionScheduling 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 ...
View QuestionWhat is Turnaround time?
a) the total waiting time for a process to finish execution b) the total time spent in the ...
View QuestionScheduling is done so as to ____________
a) increase the throughput b) decrease the throughput c) increase the duration of a specific amount of work d) ...
View QuestionScheduling is done so as to ____________
a) increase CPU utilization b) decrease CPU utilization c) keep the CPU more idle d) none of the ...
View QuestionWhat is Dispatch latency?
a) the speed of dispatching a process from running to the ready state b) the time of dispatching ...
View QuestionThe switching of the CPU from one process or thread to another is called ____________
a) process switch b) task switch c) context switch d) all of the mentioned Answer: d Explanation: all of ...
View QuestionIn the following cases non – preemptive scheduling occurs?
a) When a process switches from the running state to the ready state b) When a process goes from the ...
View QuestionA process is selected from the ______ queue by the ________ scheduler, to be executed.
a) blocked, short term b) wait, long term c) ready, short term d) ready, long term Answer: c Explanation: A process ...
View Question