On This Page

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

Q1 | A parent process calling            system call will be suspended until children processes terminate.
Q2 | Cascading termination refers to termination of all child processes before the parent terminates              
Q3 | In UNIX, each process is identified by its
Q4 | The child process can                      
Q5 | The child process completes execution, but the parent keeps executing, then the child process is known as                      
Q6 | What is Inter process communication?
Q7 | Message passing system allows processes to                      
Q8 | Which of the following two operations are provided by the IPC facility?
Q9 | Messages sent by a process                      
Q10 | The link between two processes P and Q to send and receive messages is called
Q11 | Which of the following are TRUE for direct communication?
Q12 | In indirect communication between
Q13 | In the non blocking send                      
Q14 | In the Zero capacity queue                      
Q15 | The Zero Capacity queue                      
Q16 | Concurrent access to shared data may result in                          
Q17 | A situation where several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which access takes place is called                          
Q18 | The segment of code in which the process may change common variables, update tables, write into files is known as                          
Q19 | Which of the following conditions must be satisfied to solve the critical section problem?
Q20 | Mutual exclusion implies that
Q21 | Bounded waiting implies that there exists a bound on the number of times a process is allowed to enter its critical section
Q22 | A minimum of            variable(s) is/are required to be shared between processes to solve the critical section problem.
Q23 | In the bakery algorithm to solve the critical section problem                          
Q24 | An un-interruptible unit is known as
Q25 | TestAndSet instruction is executed