Posts

Showing posts with the label MCQ

OPERATING SYSTEM MCQ

Image
  In this "Operating System MCQ Set 1" covers mainly Monitors, File, Performance, Scheduling , Deadlock, RAG, DOS, UNIX, Process, PCB, Paging related MCQs and Random Operating System MCQs. Questions with answers are given. Try to understand all. take some time. it's easy. OPERATING SYSTEM MCQ over MONITORS A monitor is a type of __ a) semaphore b) low level synchronization construct c) high level synchronization construct d) none of the mentioned A monitor is characterized by __ a) a set of programmer defined operators b) an identifier c) the number of variables in it d) all of the mentioned A procedure defined within a _ can access only those variables declared locally within the and its formal parameters. a) process, semaphore b) process, monitor c) semaphore, semaphore d) monitor, monitor The monitor construct ensures that __ a) only one process can be active at a time within the monitor b) n number of processes can be active at a time within...