MCQOPTIONS
Saved Bookmarks
| 1. |
Here, w1 and w2 have shared variables, which are initialized to false. Which one of the following statements is TRUE about the above construct? |
| A. | it does not ensure mutual exclusion |
| B. | it does not ensure bounded waiting |
| C. | it requires that processes enter the critical section in strict alternation |
| D. | it does not prevent deadlocks but ensures mutual exclusion |
| Answer» E. | |