Operating System Questions Answers - Chapter 1
-
22. The part of machine level instruction, which tells the central processor what has to be done, is
- Operation code
- Address
- Locator
- Flip-Flop
Answer And Explanation
Answer: Option A
Explanation:
-
23. What is the name given to the values that are automatically provided by software to reduce keystrokes and improve a computer user's productivity?
- Defined values
- Fixed values
- Default values
- None of the above
Answer And Explanation
Answer: Option C
Explanation:
-
24. Multiprogramming systems
- Are easier to develop than single programming systems
- Execute each job faster
- Execute more jobs in the same time
- Are used only on large main frame computers
Answer And Explanation
Answer: Option C
Explanation:
-
25. A thread is
- lightweight process where the context switching is low
- lightweight process where the context swithching is high
- used to speed up paging
- used in dead locks
Answer And Explanation
Answer: Option A
Explanation:
-
26. The LRU algorithm
- pages out pages that have been used recently
- pages out pages that have not been used recently
- pages out pages that have been least used recently
- pages out the first page in a given area
Answer And Explanation
Answer: Option C
Explanation:
-
27. Shortest Job First executes first the job
- with the least processor needs
- that first entered the queue
- that has been in the queue for the longest
- that last entered the queue
Answer And Explanation
Answer: Option A
Explanation:
-
28. Operating system is
- A collection of hardware components
- A collection of input output devices
- A collection of software routines
- All of above
Answer And Explanation
Answer: Option C
Explanation: