Operating System Questions Answers - Chapter 1
-
36. Which of the following does not interrupt an running process
- A device
- Timer
- Schedular Process
- Power failure
Answer And Explanation
Answer: Option C
Explanation:
-
37. To avoid the race condition, the number of processes that may be simultaneously inside the critical section is
- 12
- 3
- 1
- 0
Answer And Explanation
Answer: Option C
Explanation:
-
38. Dynamic allocation of storage areas with VSAM files is accomplished by
- hashing
- control splits
- over flow areas
- relative recording
Answer And Explanation
Answer: Option B
Explanation:
-
39. Poor response times are caused by
- Busy processor
- High I/O rate
- High paging rates
- Any of above
Answer And Explanation
Answer: Option D
Explanation:
-
40. Four necessary conditions for deadlock are non pre-emption, circular wait, hold and wait and
- mutual exclusion
- race condition
- buffer overflow
- None of above
Answer And Explanation
Answer: Option A
Explanation:
-
41. Remote computing services involves the use of timesharing and
- multiprocessing
- interactive processing
- batch processing
- real time processing
Answer And Explanation
Answer: Option C
Explanation:
-
42. Dijkstra's algorithm deals with
- mutual exclusion
- deadlock recovery
- deadlock avoidance
- cache coherence
Answer And Explanation
Answer: Option C
Explanation: