6) On a disk with 200 cylinders, numbers 0 to 199, compute the
number of tracks the disk arm must move to the satisfy the entire
request in the disk queue. Assume the last request received was at
track 100. The queue in FIFO order contains requests for the
following tracks, 55, 58, 39, 18, 90, 160, 150, 38, 184. Perform
the computation to find the seek length for the following
scheduling algorithm. (i) FCFS (ii) SSTF (iii) SCAN (iv)
C-SCAN (v) LOOK