System Administrator 2026
What will happen when a process terminates?
- A. It is removed from all queues
- B. It is removed from all, but the job queue
- C. Its process control block is de-allocated
- D. Its process control block is never de-allocated
What is a long-term scheduler?
- A. It selects processes which have to be brought into the ready queue
- B. It selects processes which have to be executed next and allocates cpu
- C. It selects processes which heave to remove from memory by swapping
- D. None of the mentioned
What is a medium-term scheduler?
- A. It selects which process has to be brought into the ready queue
- B. It selects which process has to be executed next and allocates cpu
- C. It selects which process to remove from memory by swapping
- D. None of the mentioned
What is a short-term scheduler?
- A. It selects which process has to be brought into the ready queue
- B. It selects which process has to be executed next and allocates cpu
- C. It selects which process to remove from memory by swapping
- D. None of the mentioned