There are 4 processes with different arrival time and service
time.
Process
Arrival
Service
A
0
10
B
3
4
C
5
6
D
7
2
a. Use FCFS, RR(4), SPN, SRT, and HRRN to schedule them. Calculate
the waiting time and turnaround time for each process and the
average turnaround time for each algorithm.
b. Compare all the 5 algorithms. Considering the overhead time
for each scheduling takes 1 time unit, which is the best? If the
overhead takes...