You are on page 1of 2

There are 4 processes A, B, C, and D in the ready queue for execution.

Process Total CPU Time


Process A 4ms
Process B 6ms
Process C 4ms
The processes enter in the ready queue in the sequence B, D, A, and C and are picked by the dispatcher in
the same order. Value of Time Slice is 2ms. The dispatcher picks a process from Ready Queue and sends
it to the processor for execution. You are required to

Q 1  Draw the ready queue for the above given processes.


Ready queue

C A D B

Q 2 Draw the step-wise pictorial diagram of the above given scenario in the context of
multiprogramming.

You might also like