Operating System Questions Answers - Chapter 1
-
8. Which among following scheduling algorithms give minimum average waiting time
- FCFS
- SJF
- Round robin
- On priority
Answer And Explanation
Answer: Option B
Explanation:
-
9. Dirty bit is used to show
- Page with corrupted data
- Wrong page in memory
- Page that is modified after being loaded in the cache memory
- page that is less frequently accessed
Answer And Explanation
Answer: Option C
Explanation:
-
10. In real time OS, which is most suitable scheduling scheme
- round robin
- FCFS
- pre-emptive scheduling
- random scheduling
Answer And Explanation
Answer: Option C
Explanation:
-
11. Size of virtual memory depends on
- size of data bus
- size of address bus
- size of main memory
- none of above
Answer And Explanation
Answer: Option B
Explanation:
-
12. Semophores are used to solve the problem of
- race condition
- process synchronization
- mutual exclusion
- belady problem
Answer And Explanation
Answer: Option C
Explanation:
-
13. For multiprogramming operating system
- special support from processor is essential
- special support from processor is not essential
- cache memory is essential
- none of above
Answer And Explanation
Answer: Option B
Explanation:
-
14. In which scheduling policies, context switching never takes place
- FCFS
- round robin
- Shortest job first
- Pre-empitive
Answer And Explanation
Answer: Option A
Explanation: