A. The speed of dispatching a process from running to the ready state
B. The time of dispatching a process from running to ready state and keeping the cpu idle
C. The time to stop one process and start running another one
D. None of the mentioned
A. Time
B. Space
C. Money
D. All of the mentioned
A. I/o & os burst
B. Cpu & i/o burst
C. Memory & i/o burst
D. Os & memory burst
A. A few very short cpu bursts
B. Many very short i/o bursts
C. Many very short cpu bursts
D. A few very short i/o bursts
Explanation: An I/O bound program frequently performs short computations (short CPU bursts) followed by waiting for I/O operations to complete.
A. Blocked, short term
B. Wait, long term
C. Ready, short term
D. Ready, long term
A. When a process switches from the running state to the ready state
B. When a process goes from the running state to the waiting state
C. When a process switches from the waiting state to the ready state
D. All of the mentioned
Explanation: There is no other choice.
A. Process switch
B. Task switch
C. Context switch
D. All of the mentioned
A. Increase the waiting time
B. Keep the waiting time the same
C. Decrease the waiting time
D. None of the mentioned
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
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