Typically monitor a high level synchronization tool is characterized by __ and __ .

(A) Local data, programmer defined operators
(B) Global variable, local variable
(C) Signal, wait
(D) Local variables, semaphores

Consider a scenario in which one process P1 enters in its critical section no other process is allowed to execute in its critical section. This is called?

(A) Mutual exclusion
(B) Context switching
(C) Multithreading
(D) Progress

The __ scheme is not applicable to a resource allocation system with multiple instances of each resource type.

(A) Resource allocation graph
(B) Wait for graph
(C) Both resource allocation and wait for graph
(D) None of the above

The swap instruction which is the hardware solution to synchronization problem does not satisfy the __ condition hence not considered to be a good solution.

(A) Bounded waiting
(B) Progress
(C) Mutual exclusion
(D) None of the above

error: Content is protected !!