...
Mathematical-Reasoning
October 29, 2023
Question 11079 – Sequential-Circuits
October 29, 2023
Mathematical-Reasoning
October 29, 2023
Question 11079 – Sequential-Circuits
October 29, 2023

NTA-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-
A
Threading
B
Cascading termination
C
Zombie termination
D
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.
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.

Leave a Reply

Your email address will not be published. Required fields are marked *