In: Computer Science
Assume you have the following jobs to execute with one processor:
| 
 i  | 
 t(pi)  | 
 Arrival Time  | 
| 
 0  | 
 75  | 
 0  | 
| 
 1  | 
 40  | 
 10  | 
| 
 2  | 
 25  | 
 10  | 
| 
 3  | 
 20  | 
 80  | 
| 
 4  | 
 45  | 
 85  | 
Using the table, assume the context switch time is five time units with RR scheduling.