What is a monitor in the context of operating systems?
Q1. What is a monitor in the context of operating systems?
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.