1. Explain the following terms with one general human example:
(A) Livelock
(B) Race Condiiton
(C) Deadlock
2. Define the concept of an algorithm.
3. Using round robin scheduling algorithm, you are required to perform the following tasks.
(A) Develop Gantt Chart showing execution of the processes given in the following table.
(B) Calculate Average Waiting Time for the following processes.
Quantum=25 time units.
Process
|
Burst Time
|
P1
|
62
|
P2
|
14
|
P3
|
28
|
P4
|
81
|
P5
|
39
|