1.

A monitor is a module that encapsulates __________(a) shared data structures(b) procedures that operate on shared data structure(c) synchronization between concurrent procedure invocation(d) all of the mentionedI have been asked this question during an interview.I would like to ask this question from Process Synchronization topic in portion Processes of Operating System

Answer»

Correct ANSWER is (d) all of the mentioned

Easy explanation - A monitor is a module that ENCAPSULATES shared data structures, procedures that operate on shared data structure, SYNCHRONIZATION between concurrent PROCEDURE invocation.



Discussion

No Comment Found

Related InterviewSolutions