Job |
A |
B |
C |
D |
E |
F |
Arrival Time |
0 |
2 |
4 |
6 |
8 |
10 |
CPU Cycles |
8 |
1 |
5 |
2 |
4 |
3 |
Refer to the table above to answer the following questions.
- What is the average turnaround time for the First-Come,
First-Served (FCFS) process scheduling algorithm?
- What is the average turnaround time for the Shortest Job Next
(SJN) process scheduling algorithm?
- What is the average turnaround time for the Shortest Remaining
Time (SRT) process scheduling algorithm?
- What is the average turnaround time for the Round Robin process
scheduling algorithm with a time quantum of 2?
- Does changing the time quantum to 3 increase or decrease the
average turnaround time for the Round Robin process scheduling
algorithm?