Operating system
solve Asap
Let the notations: C.B is used for chopping  board  K is used for knife B is used for bowl Vector for Maximum number of resources: [C.B     K     B] = [1 2 1  Required resources matrix:   C.B K B A   1 1 B 1 1   C 1 1 1 Allocated resources matrix:    Employee C.B K B A     1 B       C 1 1  Available resources vector: [C.B K B] = [0 1 0] i. Employee A needs only one knife which is available to complete the work.   Thus first A will complete the work by taking one knife available and release all the resources acquired.  Thus the available resources Vector becomes after completion of work by A is: [C.B K B] = [0 1 1] Now employee C needs only one bowl which is available to complete the ... See the full answer