Disk D has one platter(2 surfaces), 200 tracks, 100 sectors/track, and sectors are 1KB. It rotates at 3600 RPM and average seek is 10ms.
1.) In the BEST CASE, how much time would it take to read a 1000 byte file?
I know on AVERAGE CASE I simply need to find the sum of seek time + rotational latency + transfer time. How would I do it with BEST CASE?
2.) If you changed D to 25 sectors per track, each sector is 4 KB: If disk sectors for files are scattered on the disk, would reading a 8000 byte file be faster, slower, or the same.
My answer for this is SLOWER, because it would have more seek time, but apparently it's wrong?