On This Page

This set of Operating System (OS) Multiple Choice Questions & Answers (MCQs) focuses on Operating System Set 10

Q1 | A single thread of control allows the process to perform                      
Q2 | What is the objective of multiprogramming?
Q3 | Which of the following do not belong to queues for processes?
Q4 | When the process issues an I/O request
Q5 | What will happen when a process terminates?
Q6 | What is a long-term scheduler?
Q7 | If all processes I/O bound, the ready queue will almost always be              and the Short term Scheduler will have a              to do.
Q8 | What is a medium-term scheduler?
Q9 | What is a short-term scheduler?                      
Q10 | The primary distinction between the short term scheduler and the long term scheduler is
Q11 | In a multiprogramming environment
Q12 | The context of a process in the PCB of a process does not contain                      
Q13 | Which of the following need not necessarily be saved on a context switch between processes?
Q14 | Which of the following does not interrupt a running process?
Q15 | Which process can be affected by other processes executing in the system?
Q16 | When several processes access the same data concurrently and the outcome of the execution depends on the particular order in which the access takes place, is called?
Q17 | If a process is executing in its critical section, then no other processes can be executing in their critical section. This condition is called?
Q18 | Which one of the following is a synchronization tool?
Q19 | A semaphore is a shared integer variable
Q20 | Mutual exclusion can be provided by the
Q21 | When high priority task is indirectly preempted by medium priority task effectively inverting the relative priority of the two tasks, the scenario is called
Q22 | Process synchronization can be done on
Q23 | A monitor is a module that encapsulates
Q24 | To enable a process to wait within the monitor                      
Q25 | Restricting the child process to a subset of the parent’s resources prevents any process from