question 33 (1 point)\nfive jobs are ready for processing at time zero through a workstation. the details of…

question 33 (1 point)\nfive jobs are ready for processing at time zero through a workstation. the details of the processing time and the due date of completion is provided in the following table.\n|job|processing time (days)|due date|\n|----|----|----|\n|a|5|11|\n|b|6|16|\n|c|3|19|\n|d|4|10|\n|e|2|9|\nusing the earliest due date (edd) rule, the average lateness for the five jobs is:\nmore than -6 but less than or equal to -2 days.\nmore than -2 but less than or equal to 2 days.\nmore than 2 but less than or equal to 6 days.\nmore than 4 but less than or equal to 8 days.

question 33 (1 point)\nfive jobs are ready for processing at time zero through a workstation. the details of the processing time and the due date of completion is provided in the following table.\n|job|processing time (days)|due date|\n|----|----|----|\n|a|5|11|\n|b|6|16|\n|c|3|19|\n|d|4|10|\n|e|2|9|\nusing the earliest due date (edd) rule, the average lateness for the five jobs is:\nmore than -6 but less than or equal to -2 days.\nmore than -2 but less than or equal to 2 days.\nmore than 2 but less than or equal to 6 days.\nmore than 4 but less than or equal to 8 days.

Answer

Explanation:

Step1: Sort jobs by due - date

Sort jobs in ascending order of due - date: E (due date 9), D (due date 10), A (due date 11), B (due date 16), C (due date 19).

Step2: Calculate completion times

For E: Completion time = 2 (processing time). Latency = 2 - 9=-7. For D: Completion time = 2 + 4 = 6. Latency = 6 - 10=-4. For A: Completion time = 6+5 = 11. Latency = 11 - 11 = 0. For B: Completion time = 11+6 = 17. Latency = 17 - 16 = 1. For C: Completion time = 17+3 = 20. Latency = 20 - 19 = 1.

Step3: Calculate average latency

Sum of latencies=-7+( - 4)+0 + 1+1=-9. Average latency=$\frac{-9}{5}=-1.8$.

Answer:

more than -6 but less than or equal to -2 days.