Mathematical-Reasoning
October 29, 2023Question 11079 – Sequential-Circuits
October 29, 2023NTA-UGC-NET 2021 Dec & 2022 June Paper-2
Question 5 |
If an operating system does not allow a child process to exist when the parent process has been terminated, this phenomenon is calls as-
Threading | |
Cascading termination | |
Zombie termination | |
Process killing |
Question 5 Explanation:
Whenever the process finishes executing its final statement and asks the operating system to delete it by using exit() system call.
If a process terminates either normally or abnormally, then all its children have to be terminated. This concept is referred to as cascading termination.
If a process terminates either normally or abnormally, then all its children have to be terminated. This concept is referred to as cascading termination.
Correct Answer: B
Question 5 Explanation:
Whenever the process finishes executing its final statement and asks the operating system to delete it by using exit() system call.
If a process terminates either normally or abnormally, then all its children have to be terminated. This concept is referred to as cascading termination.
If a process terminates either normally or abnormally, then all its children have to be terminated. This concept is referred to as cascading termination.