retagged by
6,978 views

2 Answers

Best answer
4 votes
4 votes

option (c) .The total time to prepare a disk drive mechanism for a block of data to be read from it is latency plus seek time.

1 votes
1 votes

To "prepare" the disk drive mechanism...

To transfer data to or from a block of Secondary Memory, the R/W head:

  1. Reaches the right track.
  2. Reaches the right sector by disk rotation.
  3. Transfers the data.

The corresponding times taken do perform the above actions are:

  1. Seek time
  2. Rotational latency
  3. Transmission time

To "prepare" the disk drive mechanism would mean to do the first two steps.

Hence, Option C

Answer:

Related questions

23 votes
23 votes
6 answers
1
Kathleen asked Sep 23, 2014
10,377 views
Raid configurations of the disks are used to provideFault-tolerance High speedHigh data density(A) & (B)
1 votes
1 votes
1 answer
2
go_editor asked Jun 13, 2016
4,706 views
The page replacement algorithm which gives the lowest page fault rate isLRUFIFOOptimal page replacementSecond chance algorithm
9 votes
9 votes
2 answers
3
go_editor asked Jun 13, 2016
5,903 views
The performance of Round Robin algorithm depends heavily onsize of the processthe I/O bursts of the processthe CPU bursts of the processthe size of the time quantum
4 votes
4 votes
1 answer
4
go_editor asked Jun 12, 2016
2,537 views
Consider a logical address space of 8 pages of 1024 words mapped into memory of 32 frames. How many bits are there in the logical address?13 bits15 bits14 bits12 bits