MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
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
In a multiprogramming environment __________
- A. The processor executes more than one process at a time
- B. The programs are developed by more than one person
- C. More than one process resides in the memory
- D. A single user can execute many programs at the same time
.