MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following solution to the producer-consumer synchronization problem. The shared buffer size is |
| A. | P: full, Q: full, R: empty, S: empty |
| B. | P: empty, Q: empty, R: full, S: full |
| C. | P: full, Q: empty, R: empty, S: full |
| D. | P: empty, Q: full, R: full, S: empty |
| Answer» D. P: empty, Q: full, R: full, S: empty | |