Assignment 1
Assignment 1
4. Explain following terms Process management, Memory management ,Storage management& caching.
12. Consider the following set of processes, with length of the CPU burst time given in milliseconds.
Process Arrival Time Burst Priority
Time
P1 0 10 3
P2 0 1 1
P3 3 2 3
P4 5 1 4
P5 10 5 2
i. Draw four Gantt charts illustrating the execution of these processing using FCFS, SJF, a non
preemptive priority and RR (Quantum=2) scheduling.
ii. What is the turnaround time of each process for each scheduling algorithm in (i).
iii. What is waiting time of each process in (i)