FCFS disk scheduling [closed]
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I want to find head movement through Disk Scheduling first come first serve algorithm
queue = 98, 183, 37, 122, 14, 124, 65, 67
head start at 53
I have confused because this same quotation two book different answer first give head movement of 236 cylinders and other book answer 640 cylinders. I don't know which one correct answer.
disk scheduling
closed as unclear what you're asking by countermode, Jeff Schaller, Romeo Ninov, RalfFriedl, Goro Sep 26 at 0:01
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |Â
up vote
1
down vote
favorite
I want to find head movement through Disk Scheduling first come first serve algorithm
queue = 98, 183, 37, 122, 14, 124, 65, 67
head start at 53
I have confused because this same quotation two book different answer first give head movement of 236 cylinders and other book answer 640 cylinders. I don't know which one correct answer.
disk scheduling
closed as unclear what you're asking by countermode, Jeff Schaller, Romeo Ninov, RalfFriedl, Goro Sep 26 at 0:01
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
2
Welcome to U&L. I think without giving much more context, the question is not answerable.
â countermode
Sep 25 at 13:56
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I want to find head movement through Disk Scheduling first come first serve algorithm
queue = 98, 183, 37, 122, 14, 124, 65, 67
head start at 53
I have confused because this same quotation two book different answer first give head movement of 236 cylinders and other book answer 640 cylinders. I don't know which one correct answer.
disk scheduling
I want to find head movement through Disk Scheduling first come first serve algorithm
queue = 98, 183, 37, 122, 14, 124, 65, 67
head start at 53
I have confused because this same quotation two book different answer first give head movement of 236 cylinders and other book answer 640 cylinders. I don't know which one correct answer.
disk scheduling
disk scheduling
edited Sep 25 at 13:59
asked Sep 25 at 13:49
Shiva Manhar
1085
1085
closed as unclear what you're asking by countermode, Jeff Schaller, Romeo Ninov, RalfFriedl, Goro Sep 26 at 0:01
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as unclear what you're asking by countermode, Jeff Schaller, Romeo Ninov, RalfFriedl, Goro Sep 26 at 0:01
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
2
Welcome to U&L. I think without giving much more context, the question is not answerable.
â countermode
Sep 25 at 13:56
add a comment |Â
2
Welcome to U&L. I think without giving much more context, the question is not answerable.
â countermode
Sep 25 at 13:56
2
2
Welcome to U&L. I think without giving much more context, the question is not answerable.
â countermode
Sep 25 at 13:56
Welcome to U&L. I think without giving much more context, the question is not answerable.
â countermode
Sep 25 at 13:56
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
From àà53àto àà98àâÂÂ= àà98âÂÂ53 =âÂÂàà45
From àà98àto 183àâÂÂ= 183âÂÂ98 =âÂÂàà85
From 183àto àà37àâÂÂ= 183âÂÂ37 =âÂÂ146
From àà37àto 122àâÂÂ= 122âÂÂ37 =âÂÂàà85
From 122àto àà14àâÂÂ= 122âÂÂ14 =âÂÂ108
From àà14àto 124àâÂÂ= 124âÂÂ14 =âÂÂ110
From 124àto àà65àâÂÂ= 124âÂÂ65 =âÂÂàà59
From àà65àto àà67àâÂÂ= àà67âÂÂ65 =âÂÂàààà2
45 + 85 + 146 + 85 + 108 + 110 + 59 + 2 = 640
You would get different results if you stipulated that
the 98, 183, 37, 122, 14, 124, 65, and 67 were track numbers,
with multiple tracks per cylinder,
but (after a few minutes of trying various assumptions),
I couldnâÂÂt get it to come out to 236.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
From àà53àto àà98àâÂÂ= àà98âÂÂ53 =âÂÂàà45
From àà98àto 183àâÂÂ= 183âÂÂ98 =âÂÂàà85
From 183àto àà37àâÂÂ= 183âÂÂ37 =âÂÂ146
From àà37àto 122àâÂÂ= 122âÂÂ37 =âÂÂàà85
From 122àto àà14àâÂÂ= 122âÂÂ14 =âÂÂ108
From àà14àto 124àâÂÂ= 124âÂÂ14 =âÂÂ110
From 124àto àà65àâÂÂ= 124âÂÂ65 =âÂÂàà59
From àà65àto àà67àâÂÂ= àà67âÂÂ65 =âÂÂàààà2
45 + 85 + 146 + 85 + 108 + 110 + 59 + 2 = 640
You would get different results if you stipulated that
the 98, 183, 37, 122, 14, 124, 65, and 67 were track numbers,
with multiple tracks per cylinder,
but (after a few minutes of trying various assumptions),
I couldnâÂÂt get it to come out to 236.
add a comment |Â
up vote
1
down vote
accepted
From àà53àto àà98àâÂÂ= àà98âÂÂ53 =âÂÂàà45
From àà98àto 183àâÂÂ= 183âÂÂ98 =âÂÂàà85
From 183àto àà37àâÂÂ= 183âÂÂ37 =âÂÂ146
From àà37àto 122àâÂÂ= 122âÂÂ37 =âÂÂàà85
From 122àto àà14àâÂÂ= 122âÂÂ14 =âÂÂ108
From àà14àto 124àâÂÂ= 124âÂÂ14 =âÂÂ110
From 124àto àà65àâÂÂ= 124âÂÂ65 =âÂÂàà59
From àà65àto àà67àâÂÂ= àà67âÂÂ65 =âÂÂàààà2
45 + 85 + 146 + 85 + 108 + 110 + 59 + 2 = 640
You would get different results if you stipulated that
the 98, 183, 37, 122, 14, 124, 65, and 67 were track numbers,
with multiple tracks per cylinder,
but (after a few minutes of trying various assumptions),
I couldnâÂÂt get it to come out to 236.
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
From àà53àto àà98àâÂÂ= àà98âÂÂ53 =âÂÂàà45
From àà98àto 183àâÂÂ= 183âÂÂ98 =âÂÂàà85
From 183àto àà37àâÂÂ= 183âÂÂ37 =âÂÂ146
From àà37àto 122àâÂÂ= 122âÂÂ37 =âÂÂàà85
From 122àto àà14àâÂÂ= 122âÂÂ14 =âÂÂ108
From àà14àto 124àâÂÂ= 124âÂÂ14 =âÂÂ110
From 124àto àà65àâÂÂ= 124âÂÂ65 =âÂÂàà59
From àà65àto àà67àâÂÂ= àà67âÂÂ65 =âÂÂàààà2
45 + 85 + 146 + 85 + 108 + 110 + 59 + 2 = 640
You would get different results if you stipulated that
the 98, 183, 37, 122, 14, 124, 65, and 67 were track numbers,
with multiple tracks per cylinder,
but (after a few minutes of trying various assumptions),
I couldnâÂÂt get it to come out to 236.
From àà53àto àà98àâÂÂ= àà98âÂÂ53 =âÂÂàà45
From àà98àto 183àâÂÂ= 183âÂÂ98 =âÂÂàà85
From 183àto àà37àâÂÂ= 183âÂÂ37 =âÂÂ146
From àà37àto 122àâÂÂ= 122âÂÂ37 =âÂÂàà85
From 122àto àà14àâÂÂ= 122âÂÂ14 =âÂÂ108
From àà14àto 124àâÂÂ= 124âÂÂ14 =âÂÂ110
From 124àto àà65àâÂÂ= 124âÂÂ65 =âÂÂàà59
From àà65àto àà67àâÂÂ= àà67âÂÂ65 =âÂÂàààà2
45 + 85 + 146 + 85 + 108 + 110 + 59 + 2 = 640
You would get different results if you stipulated that
the 98, 183, 37, 122, 14, 124, 65, and 67 were track numbers,
with multiple tracks per cylinder,
but (after a few minutes of trying various assumptions),
I couldnâÂÂt get it to come out to 236.
edited Sep 25 at 21:43
answered Sep 25 at 21:31
G-Man
11.9k92658
11.9k92658
add a comment |Â
add a comment |Â
2
Welcome to U&L. I think without giving much more context, the question is not answerable.
â countermode
Sep 25 at 13:56