subject

Consider a disk with 256 cylinders, indexed from 0 to 255, with 0 being the innermost and 255 being the outermost cylinder. The system receives disk requests on the following tracks in the specified order:92, 96, 60, 46, 11, 137, 204, 94, 128, 89The head is currently on cylinder 58, and is moving towards inner cylinder (cylinder 0). Give the total number of tracks traversed for the given requests using each of the following algorithms.(a) FCFS scheduling(b) SSTF scheduling(c) SCAN scheduling(d) C-SCAN scheduling, servicing requests as head moves outwards(e) LOOK scheduling
(f) C-LOOK scheduling, servicing requests as head moves outwards

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 06:20
Which text function capitalizes the first letter in a string of text? question 10 options: upper capital first proper
Answers: 1
question
Computers and Technology, 23.06.2019 22:20
If i uninstall nba 2k 19 from my ps4 will my career be gone forever?
Answers: 2
question
Computers and Technology, 24.06.2019 02:00
Write an expression that will cause the following code to print "equal" if the value of sensorreading is "close enough" to targetvalue. otherwise, print "not equal". ex: if targetvalue is 0.3333 and sensorreading is (1.0/3.0), output is:
Answers: 1
question
Computers and Technology, 24.06.2019 17:40
Pseudocode pld #6, pg. 117 start// declarations// number numbertoguess// number myguess; numbertoguess = 92// while myguess ! = numbertoguess// output " guess an integer number between 1 and 100"// input myguess// if (myguess == numbertoguess)// output "you guessed the correct number"// else// output "the number you guessed was incorrect. try again! "// end if// end while// output " for playing the guessing game. have a great day! "// stop
Answers: 3
You know the right answer?
Consider a disk with 256 cylinders, indexed from 0 to 255, with 0 being the innermost and 255 being...
Questions
question
Mathematics, 12.10.2019 13:20