Operating System » Disk Scheduling 2
Whenever a process needs I/O to or from a disk it issues a ______________

A. System call to the cpu
B. System call to the operating system
C. A special procedure
D. All of the mentioned

If a process needs I/O to or from a disk, and if the drive or controller is busy then ____________

A. The request will be placed in the queue of pending requests for that drive
B. The request will not be processed and will be ignored completely
C. The request will be not be placed
D. None of the mentioned

Magnetic tape drives can write data at a speed ________ disk drives.

A. Much lesser than
B. Comparable to
C. Much faster than
D. None of the mentioned

On media that use constant linear velocity (CLV), the _____________ is uniform.

A. Density of bits on the disk
B. Density of bits per sector
C. The density of bits per track
D. None of the mentioned

Explanation: The farther a track is from the center of the disk.

SSTF algorithm, like SJF __________ of some requests.

A. May cause starvation
B. Will cause starvation
C. Does not cause starvation
D. Causes aging