Assignment 1 CLO2
Assignment 1 CLO2
Question 1: Given the arrival times and CPU-burst times of a set of processes in milliseconds,
explain how you would calculate the average turnaround time and average waiting time using
the Shortest Remaining Time First (SRTF) scheduling algorithm.
Question 2: Given the burst times of 5 processes and a time quantum of 2 units, describe
how you would compute the average waiting time and average turnaround time when the
Round Robin CPU scheduling policy is applied.