| 21. |
In the bounded buffer problem ____________
|
||||||||
|
Answer:
Option (b) |
| 22. |
The dining – philosophers problem will occur in case of ____________
|
||||||||
|
Answer:
Option (a) |
| 23. |
A monitor is a type of ____________
|
||||||||
|
Answer:
Option (c) |
| 24. |
A procedure defined within a ________ can access only those variables declared locally within the _______ and its formal parameters.
|
||||||||
|
Answer:
Option (d) |
| 25. |
The monitor construct ensures that ____________
|
||||||||
|
Answer:
Option (a) |
| 26. |
What are the operations that can be invoked on a condition variable in monitor?
|
||||||||
|
Answer:
Option (a) |
| 27. |
If no process is suspended, the signal operation ____________
|
||||||||
|
Answer:
Option (c) |
| 28. |
Which are two fundamental models of interprocess communication:
|
||||||||
|
Answer:
Option (a) |
| 29. |
In producer–consumer problem using shared memory, Select appropriate statement from the below.
|
||||||||
|
Answer:
Option (a) |
| 30. |
In Message-Passing Systems, A message-passing facility provides at least two operations:
|
||||||||
|
Answer:
Option (c) |