Operating System Questions Answers - Chapter 1
-
29. Disk scheduling includes deciding
- which should be accessed next
- order in which disk access requests must be serviced
- the physical location of the file
- the logical location of the file
Answer :
Option B
-
30. For multiprogramming operating system
- special support from processor is essential
- special support from processor is not essential
- cache memory is essential
- none of above
Answer :
Option B
-
31. Root directory of a disk should be placed
- at the fixed address in the main memory
- at a fixed location on the disk
- at the fixed location on system disk
- anywhere on the disk
Answer :
Option B
-
32. 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 :
Option A
-
33. Which operating system reacts in the actual time
- Batch system
- Quick response system
- Real time system
- Time sharing system
- Jayesh
- Subodh
- Alok
- Bhagat
Answer :
Option
-
34. Which process is known for initializing a microcomputer with its OS
- cold booting
- boot recording
- booting
- warm booting
- B
- C
- G
- I
Answer :
Option
-
35. 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 :
Option C