engineering computer science MCQ #1845

What is a monitor in the context of operating systems?

engineering computer science MCQ #1845

  1. Question 1

    Q1. What is a monitor in the context of operating systems?

    • A) A synchronization construct
    • B) A type of file system
    • C) A scheduling algorithm
    • D) None of the above

    Answer: A synchronization construct

    Explanation: A monitor is a synchronization construct that allows only one process to access a shared resource at a time, preventing race conditions.