Across
- 2. The algorithm that services requests in one direction, then reverses direction at the end
- 3. Disk scheduling algorithm that moves the head back and forth like an elevator
- 6. The time taken to move the disk arm to the desired track
- 8. The total number of tracks the disk arm moves to service all requests
- 9. The disk scheduling algorithm that services requests in the order they arrive
Down
- 1. The time taken for the desired sector to rotate under the read/write head
- 4. The queue where disk I/O requests wait to be serviced
- 5. The algorithm that chooses the request with the shortest seek time
- 7. The part of the disk that stores data in concentric circles
- 10. Disk scheduling algorithm that moves the head from one end to the other, servicing requests in one direction only
