Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Cascading termination refers to termination of all child processes if the parent process terminates ______

a) Normally
b) Abnormally
c) Normally or abnormally
d) None of the mentioned

Answer: c
Explanation: Cascading termination refers to termination of all child processes if the parent process terminates Normally or Abnormally. Some systems don’t allow child processes to exist if the parent process has terminated. Cascading termination is normally initiated by the operating system.

Join The Discussion