Scheduling Flashcards

1
Q

what is response time

A

the time from when a job enters the scheduler queue to the time its execution is complete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is throughput?

A

the number of jobs that are fully executed in a given period of time (aka minimum schedule length)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what heuristic can be gained from the shortest job first algorithm

A

this algorithm produces the schedule with the minimum mean average response time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what heuristic can be gained from longest job first

A

this algorithm produces the schedule that has very close (although does not guarantee) to the maximum throughput

How well did you know this?
1
Not at all
2
3
4
5
Perfectly