MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Operating System
Process Synchronization
Q
A monitor is a module that encapsulates __________
AA. Shared data structures
BB. Procedures that operate on shared data structure
CC. Synchronization between concurrent procedure invocation
DD. All of the mentioned
Correct Answer:
D. D. All of the mentioned
Explanation:
A monitor is a module that encapsulates shared data structures, procedures that operate on shared data structure, synchronization between concurrent procedure invocation.