Operating System Questions Answers - Chapter 1
-
36. Which technique is used by operating systems to execute several programs concurrently by switching back and forth
- Partitioning
- Multitasking
- Windowing
- Paging
Answer :
Option C
-
37. 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 :
Option C
-
38. Which one is true
- The linkage editor is used to edit programs which have to later link together
- The linkage editor links object module during compiling
- The linkage editor links objects modules and resolves external references between them before loading
- none of above
Answer :
Option C
-
39. Which scheduling policy is best suited for time-sharing operating systems
- Shortest job first
- Round robin
- First come first serve
- Elevator
Answer :
Option B
-
40. Which of the following does not interrupt an running process
- A device
- Timer
- Schedular Process
- Power failure
Answer :
Option C
-
41. Dynamic allocation of storage areas with VSAM files is accomplished by
- hashing
- control splits
- over flow areas
- relative recording
Answer :
Option B
-
42. If the property of locality of reference is well pronounced in a program
- the number of page faults will be more
- the number of page faults will be less
- the number of page faults will same
- none of above
Answer :
Option B