Menu

Process Synchronization Questions

MCQ
1.
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?
forum Discussion
MCQ
2.
If a process is executing in its critical section, then no other processes can be executing in their critical section. This condition is called?
forum Discussion
MCQ
3.
Which one of the following is a synchronization tool?
forum Discussion
MCQ
4.
A semaphore is a shared integer variable __________
forum Discussion
MCQ
5.
Mutual exclusion can be provided by the __________
forum Discussion
MCQ
6.
When high priority task is indirectly preempted by medium priority task effectively inverting the relative priority of the two tasks, the scenario is called __________
forum Discussion
MCQ
7.
Process synchronization can be done on __________
forum Discussion
MCQ
8.
A monitor is a module that encapsulates __________
forum Discussion
MCQ
9.
To enable a process to wait within the monitor __________
forum Discussion
MCQ
10.
Concurrent access to shared data may result in ____________
forum Discussion
Page 1 of 12Next chevron_right