Operating System Questions Answers - Set 2
-
22. In which of the following usually a front end processor is used ?
- Virtual storage
- Timesharing
- Multiprogamming
- Multithreading
Answer :
Option B
-
23. 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 :
Option B
-
24. 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 :
Option C
-
25. UNIX is a single user operating system.
- True
- False
Answer :
Option B
Explanation:
UNIX is a Multi user operating system.
-
26. Distributed systems should ?
- high security
- have better resource sharing
- better system utilization
- low system overhead
Answer :
Option B
-
27. Supervisor state is only allowed to ?
- Utility Softwares
- Application Softwares
- Operating System
- Guest User
Answer :
Option C
-
28. Which scheduling policy is most suitable for time shared operating system ?
- Shortest job first
- FCFS
- LCFS
- Round robin
Answer :
Option D