Computer Science, asked by lukaku10, 1 month ago

discuss three reasons why a parent process may terminate the execution of one of the child process

Answers

Answered by aryanlegend30
1

Answer:

  1. The child has exceeded its usage of some of the resources that it has been allocated. ...
  2. The task assigned to the child is no longer required.
  3. The parent is exiting, and the OS does not allow a child to continue if its parent terminates (cascading termination).
Similar questions