Purchase Solution

Runtime order to minimize average response time

Not what you're looking for?

Ask Custom Question

Given five jobs in the ready to run state waiting to be scheduled, with the following run times: 19, 16, 13, 15, & X. Determine the runtime order of the jobs such that it minimizes average response time.

Purchase this Solution

Solution Summary

Solution explains the logic behind choosing the runtime order to minimize average response time and also illustrates it with the help of an example.

Solution Preview

Considering that a job is run to completion uninterrupted once it is scheduled. In that case

response time of a job = time it has to wait before it is scheduled + run time of the job

Thus, our problem of minimizing average response time reduces down to minimizing average wait time in this case, because different schedule orders will only influence wait time for the jobs, run times remain ...

Purchase this Solution


Free BrainMass Quizzes
Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

C++ Operators

This quiz tests a student's knowledge about C++ operators.