Operating System Questions Answers - Chapter 1
-
22. Belady anamoly occurs in
- Optimal replacement
- FIFO
- LRU
- both in FIFO and LRU
Answer :
Option B
-
23. Which is non pre-emptive
- Round robin
- FIFO
- MQS
- MQSF
Answer :
Option B
-
24. Operating system is
- A collection of hardware components
- A collection of input output devices
- A collection of software routines
- All of above
Answer :
Option C
-
25. Semaphores function is to
- synchronize critical resources to prevent deadlock
- synchronize processes for better CPU utilization
- used for memory management
- none of above
Answer :
Option A
-
26. In which scheduling policies, context switching never takes place
- FCFS
- round robin
- Shortest job first
- Pre-empitive
Answer :
Option A
-
27. Remote computing services involves the use of timesharing and
- multiprocessing
- interactive processing
- batch processing
- real time processing
Answer :
Option C
-
28. A thread is
- lightweight process where the context switching is low
- lightweight process where the context swithching is high
- used to speed up paging
- used in dead locks
Answer :
Option A