Question: Proces CPU S Time P1 P2 P3 Creation Time 20 3 2 0 3 5 . . . Consider the set of processes in the

Proces CPU S Time P1 P2 P3 Creation Time 20 3 2 0 3 5 . . . Consider the set of processes in the table to the right. All times are in milliseconds. The CPU time is the total time required for the process (excluding any context switch time). The creation time is the time when the process is created. So P1 is created when the problem begins and P3 is created 5 milliseconds later. Assume each process performs no I/O, i.e., no process ever blocks. When does each process finish if RR scheduling is used with q=1, q=2, if q=3, if q=100? First assume (unrealistically) that context switch time is zero. Then assume it is 0.1. 0 Redo the previous homework for q=2 with the following changes. After process P1 runs for 3ms (milliseconds), it blocks for 2ms. P1 never blocks again. That is, P1 begins with a CPU burst of 3ms, then has an I/O burst of 2ms, and finally it has a CPU burst of 20-3 = 17ms. P2 never blocks. After P3 runs for 1 ms it blocks for 1ms. Assume the context switch time is zero. Remind me to answer this problem in class next lecture
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
