A. dynamic condition B. race condition C. essential condition D. critical condition
A. mutual exclusion B. critical exclusion C. synchronous exclusion D. asynchronous exclusion
A. thread B. pipe C. semaphore D. socket
A. mutex locks B. binary semaphores C. both mutex locks and binary semaphores D. none of the mentioned
A. hardware level B. software level C. both hardware and software level D. none of the mentioned
A. shared data structures B. procedures that operate on shared data structure C. synchronization between concurrent procedure invocation D. all of the mentioned
A. a condition variable must be declared as condition B. condition variables must be used as boolean objects C. semaphore must be used D. all of the mentioned
A. data consistency B. data insecurity C. data inconsistency D. none of the mentioned
A. data consistency B. race condition C. aging D. starvation
A. program B. critical section C. non – critical section D. synchronizing