recategorized by
3,635 views
2 votes
2 votes

If the disk head is located initially at 32, find the number of disk moves required with FCFS if the disk queue of I/O blocks requests are 98. 37, 14, 124, 65, 67.

  1. 239
  2. 310
  3. 321
  4. 325
recategorized by

2 Answers

Best answer
5 votes
5 votes

Acc. to FCFS algorithm, Total disk moves = (98-32) + (98-37) + ( 37- 14 ) + ( 124- 14 )+ ( 124 - 65) + ( 67-65 ) = 321

Ans- C. 321

selected by
1 votes
1 votes
answer is 321
=|32-98|+|98-37|+|37-14|+|14-124|+|124-65|+|65-67|=321
Answer:

Related questions

3 votes
3 votes
1 answer
2
go_editor asked Jul 11, 2016
1,838 views
Match the following :$\begin{array}{clcl} \text{a.} & \text{TTL} & \text{i.} & \text{High fan out} \\ \text{b.} & \text{ECL} & \text{ii.} & \text{Low propagation delay}...
0 votes
0 votes
1 answer
3
go_editor asked Jul 11, 2016
2,810 views
In UNIX, which of the following command is used to set the task priority?initnicekillPS
0 votes
0 votes
1 answer
4
go_editor asked Jul 11, 2016
4,626 views
Which of the following memory allocation scheme suffers from external fragmentation?SegmentationPure demand pagingSwappingPaging