edited by
1,474 views
3 votes
3 votes

A certain hard disk rotates at 6000 rpm. It has 1 KB per sector and average 64 sectors/track and has a seek time of 5 msec. Which of the following statements is/are true?
S1 : The data transfer rate of the drive is 6400 KBPs.
S2 : The time required to read 800 random sectors is 4.13 sec.
S3 : The time required to read 800 successive sectors is 0.0052 sec.

  • Only S1 and S2
  • Only S2 and S3
  • Only S2
  • Only S1
edited by

2 Answers

0 votes
0 votes

Disk perform 6000 Rotation 60 sec.

                    1      "             $\frac{1}{100}$

                    $\frac{1}{2}$  "    $\frac{1}{100}\times \frac{1}{2}$ sec.=5 ms.

Time required for 1 rotation=10 ms.

64 sector rotates in 10 ms.

1    "          "         "  $\frac{10}{64}$ ms.

800  "        "          "$\frac{10}{64}\times 800$=125 ms.

$\frac{10}{64}$ ms. work done 1 KB

  1 ms.                   "       "   $\frac{64}{10}$ KB

1000 ms.               "       "$\frac{64}{10}\times 1000$=6400 KB.

S1: is correct

S2:is incorrect, as we cannot calculate read time of random sector, because the read write head can move from 1 sector to next successive sector only.

S3: is incorrect , as time required for 800 successive sector is .125 sec.

Ans D)

Related questions

1 votes
1 votes
2 answers
3
rahul sharma 5 asked Dec 18, 2017
1,071 views
Consider linked allocation system, a program has just read the 15th disk block. After some point of time, If it next want to use the 20th block, then how many disk bloc...