Question 12
Consider a disk scheduling scenario where the requests are serviced using the SSTF (Shortest Seek Time First) algorithm. The disk head starts at track 50, and the following track requests arrive:
[45, 70, 35, 55, 48, 85, 60, 40, 30]
What is the total number of head movements required to service all the requests using the SSTF algorithm?