

MCQOPTIONS
Saved Bookmarks
1. |
Processes P1 and P2 have a producer-consumer relationship, communicating by the use of a set of shared buffers.P1: repeat Obtain a full buffer Empty it Return an empty bufferforeverP2" id="MathJax-Element-4-Frame" role="presentation" style=" position: relative;" tabindex="0">P2P2" role="presentation" style=" position: relative;" tabindex="0">P2P2: repeat Obtain a full buffer Empty it Return an empty buffer foreverIncreasing the number of buffers is likely to do which of the following?I. Increase the rate at which requests are satisfied (throughput)II. Decrease the likelihood of deadlockIII. Increase the ease of achieving a correct implementation |
A. | III only |
B. | II only |
C. | I only |
D. | II and II only |
Answer» D. II and II only | |