Computer Science Question
I have an assignment in the subject (Operating Systems) Start with the attached random workload consisting of two dozen jobs. Assume the system’s context switch time is 1 μs.Make a Gantt chart showing FCFS scheduling of these jobs. Calculate the average waiting time and throughput per second.Make another Gantt chart showing priority scheduling based on RR with a time quantum of 20 ms. Calculate the […]