Operating System Questions Answers - Set 2
-
22. What is the maximum number of processes that may enter simultaneously inside the critical section to avoid race condition ?
- One
- Two
- Three
- Four
Answer And Explanation
Answer: Option A
-
23. Which scheduling policy is most suitable for time shared operating system ?
- Shortest job first
- FCFS
- LCFS
- Round robin
Answer And Explanation
Answer: Option D
-
24. What are global locks ?
- they synchronize access to local resources
- they synchronize access to global resources
- they synchronize access to local and global resources
- none of above
Answer And Explanation
Answer: Option B
-
26. Files can have ?
- Read Access
- Write Access
- Copy Access
- All of above
Answer And Explanation
Answer: Option D
-
27. When did IBM released the first version of its disk operating system DOS version 1.0 ?
- 1981
- 1982
- 1983
- 1984
Answer And Explanation
Answer: Option A
-
28. What is a page fault ?
- is an spelling error in a page in memory
- is a reference to a page which is in another program
- is an access to a page not currently in memory
- always occurs whenever a page is accessed
Answer And Explanation
Answer: Option C