Operating System Process Synchronization
Q A monitor is a module that encapsulates __________
  • A A. Shared data structures
  • B B. Procedures that operate on shared data structure
  • C C. Synchronization between concurrent procedure invocation
  • D D. All of the mentioned
Leave a Comment