Operating Systems - Old Questions

3. Consider following set of processes, with the length of the CPU-burst time and arrival time given in milliseconds.

        Process                Burst time                Arrival time

            P1                            10                                    0

            P2                            15                                    2

            P3                            22                                    3

            P4                            16                                    5

            P5                             5                                     6

For the given data, draw Gantt charts that illustrate the execution of these processes using SJF and Robin algorithms with quantum 4 milliseconds.

10 marks | Asked in 2074