CPU Process Times
CS1030 ? HW8 Chapter 5 Homework CPU Scheduling Consider the following processes. Process Service Time P1 120 P2 260 P3 80 P4 340 P5 170 Each process is ready to use the CPU. Each process arrived in the ready state at time 0. They arrived in the order listed starting with P1. Using each of the CPU scheduling algorithms listed below, draw a schedule of the order and time that each process will be given access to the CPU. You can find an example on slides 35-38 of Chapter 5 Notes. For each schedule, list the turn-around times for each process. Then compute and report the average turn-around time for all the processes. To do the average, add up the turn-around times for each process and divide by 5.