Question 16.3: Scheduling Jobs Using the S/O Rule Use the S/O rule to sched...

Scheduling Jobs Using the S/O Rule

Use the S/O rule to schedule the following jobs. Note that processing time includes the time remaining for the current and subsequent operations. In addition, you will need to know the number of operations remaining, including the current one.

Job Remaining
Processing
Time
Due
Date
Remaining
Number of
Operations
A 4 14 3
B 16 32 6
C 8 8 5
D 20 34 2
E 10 30 4
F 18 30 2
The blue check mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.

Determine the difference between the due date and the processing time for each operation. Divide the difference by the number of remaining operations, and rank them from low to high. This yields the sequence of jobs:

 

Job

(1)
Remaining
Processing
Time
(2)

Due
Date

(3)

(2) − (1)
Slack

(4)
Remaining
Number of
Operations
(5)

(3) ÷ (4)
Ratio

(6)

Rank

A 4 14 10 3 3.33 3
B 16 32 16 6 2.67 2
C 8 8 0 5 0 1
D 20 34 14 2 7.00 6
E 10 30 20 4 5.00 4
F 18 30 12 2 6.00 5

The indicated sequence (see column 6) is C-B-A-E-F-D.

Related Answered Questions

Question: 16.SP.4

Verified Answer:

Assume times are independent of processing sequenc...