Please explain
Processes 0, 1, 2, 3, 4 are executing concurrently. Process 1, Process 2, Process 3 and Process 4 must start their execution after execution of Process 0 ends. There is no enforcement of order between the executions of Processl, Process 2, Process3 and Process 4. Implement the required synchronization using minimum number of binary
OR
OR