This is more of a hardware question than software.
I want to retrieve a 512 byte sector of data off a hard disk drive. The average seek time is 9 milliseconds and the disk spins at 7200 RPM. Once positioned over the data, the data can be transferred at 15 MB/sec. On average, how long will it take to retrieve the data?
There has to be some sort of formula to calculate this, right? With it I plan to write my program. Please help.