Menu

Process Synchronization Questions

MCQ
11.
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 ____________
forum Discussion
MCQ
12.
The segment of code in which the process may change common variables, update tables, write into files is known as ____________
forum Discussion
MCQ
13.
Which of the following conditions must be satisfied to solve the critical section problem?
forum Discussion
MCQ
14.
Mutual exclusion implies that ____________
forum Discussion
MCQ
15.
Bounded waiting implies that there exists a bound on the number of times a process is allowed to enter its critical section ____________
forum Discussion
MCQ
16.
A minimum of _____ variable(s) is/are required to be shared between processes to solve the critical section problem.
forum Discussion
MCQ
17.
In the bakery algorithm to solve the critical section problem ____________
forum Discussion
MCQ
18.
An un-interruptible unit is known as ____________
forum Discussion
MCQ
19.
TestAndSet instruction is executed ____________
forum Discussion
MCQ
20.
Semaphore is a/an _______ to solve the critical section problem.
forum Discussion