Complete the sentence to explain why disk scheduling reduces seek time.
Disk scheduling reduces seek time by [1] the order of disk access requests.Disk scheduling reduces seek time by optimizing the order in which disk access requests are handled, minimizing the movement of the disk's read/write head.
Complete the sentence to describe what disk scheduling minimizes.
Disk scheduling minimizes the [1] time of the disk's read/write head.
Disk scheduling minimizes the seek time, which is the time taken for the disk's read/write head to move to the correct track.
Fix the error in the sentence about disk scheduling.
Disk scheduling increases the [1] time by rearranging requests.The sentence is incorrect because disk scheduling reduces waiting time, not increases it. The correct term to fix the sentence is waiting time.
Fill both blanks to complete the explanation of disk scheduling.
Disk scheduling [1] the sequence of requests to reduce [2] time.
Disk scheduling reorders the sequence of requests to reduce seek time, which helps the disk head move less and faster.
Fill all three blanks to explain how disk scheduling improves performance.
By [1] requests based on their [2], disk scheduling [3] the total seek time.
Disk scheduling improves performance by ordering requests based on their location on the disk, which reduces the total seek time needed for the disk head to move.