7a. The tasks just run according to the order of starting so: 0, 1, 2 7b. The tasks just finish one bit every time. 7c. Same as 7b except that task 3 finishes completely first. This is because round robin is only used for tasks with the same priority.