1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Alexandra [31]
3 years ago
10

Requests to access specific cylinders on a disk drive arrive in this order: 24, 20, 4, 40, 6, 38, and 12, and the seek arm is in

itially located at cylinder 20. If the average seek time is 6 milliseconds, what is the total seek time for the following algorithms:a. First-comeb. first served; c.Closest cylinder next; d. Elevator algorithm
Computers and Technology
1 answer:
GarryVolchara [31]3 years ago
7 0

Answer:

The time required to seek using First come,first served algorithm is 876 milliseconds.

The time required to seek using Shortest Seek Time First algorithm is 360 milliseconds.

The time required to seek using LOOK (initialing moving upwards) algorithm is 348 milliseconds.

Explanation:

Part a,b : First-come, first-served:

The order of the cylinders is as 10, 22, 20, 2, 40, 6, 38

10 + 12 + 2 + 18 + 38 + 34 + 32 = 146 cylinders = 876 milliseconds.

ii) Shortest Seek Time First:

The order of the cylinders is as 20, 22, 10, 6, 2, 39, 40

0 + 2 + 12 + 4 + 4 + 36 + 2 = 60 cylinders = 360 milliseconds.

iii) LOOK (initialing moving upwards):

The order of the cylinders is as 20, 22, 38, 40, 10, 6, 2

0 + 2 + 16 + 2 + 30 + 4 + 4 = 58 cylinders = 348 milliseconds.

You might be interested in
Which item is developed last in the cyclical design process
brilliants [131]

i need help on that too :cccc

5 0
3 years ago
Why might reading a product review be a good idea before purchasing a product?
hichkok12 [17]

   This is a good question! Knowing what others think about a product is very helpful before purchasing it. Also knowing the rating is good too. For example I bought a dress off of Amazon and I never looked at the ratings before I bought it, and once I got it in the mail...It looked NOTHING like the picture.

 I hope this was helpful for you!

3 0
3 years ago
Read 2 more answers
In the game of economics, which player has the role of providing goods and services
Veseljchak [2.6K]

<u><em>Answer:</em></u>

C.) producers  

<u><em>Explanation:</em></u>

Producers are highly significant in an economic model. Producers produce the goods and services that are traded in the marketplace. They also offer employment for bodies who make the goods or who render the services. Producers involve corporations, the management, and people.

For example, the administration is an instance of a producer. The state grants various essential services on which characters rely. These cover mounties and fire aids as well as contributing reliable drinking liquid. Public literacy is also a service rendered by the authority.

Hope This Helps!            Have A Nice Day!!

3 0
3 years ago
Why does Brainly not have a astronomy section. (I'd prefer brainly answer this)
elena55 [62]
Could you by any chance help me with my business work?! Please go to my profile and go to the questions that have the subject business!
6 0
3 years ago
The loop function is similar to range(), but handles the parameters somewhat differently: it takes in 3 parameters: the starting
nexus9112 [7]

Answer and Explanation:

def loop(start, stop, step):

   return_string = ""

   if step == 0:

       step = 1

   if start > stop:  # the bug was here, fixed it

       step = abs(step) * -1

   else:

       step = abs(step)

   for count in range(start, stop, step):

       return_string += str(count) + " "

   return return_string.strip()

5 0
3 years ago
Other questions:
  • The operation of the waste spark Ignition system is being discussed. technician a says that the spark that occurs on the exhaust
    14·1 answer
  • Help me Please?!! I will put you as brainliest.<br>I hope I spelled that right.
    5·2 answers
  • When creating a software package, the software must be designed, the code must be written, and then the code must be tested. Thi
    6·1 answer
  • Which of the following correctly describes the function of an IP address?
    7·1 answer
  • What role do you think mobile devices have played in shaping the world?
    13·1 answer
  • Explain the factors involved in selecting a routing protocol to be used on a network.
    12·1 answer
  • An ISP is considering adding additional redundant connections to its network. Which of
    5·1 answer
  • In the cis configuration, the methyl groups are placed _____.
    8·2 answers
  • hey guys just dropped some hot beats so go and follow me my user is the beats and comment if you would do that that would be gra
    11·1 answer
  • Write a boolean expression that is true if s references the string end.
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!