A process can be terminated due to __________
2024
A process can be terminated due to __________
Answer: D. all of the mentioned — Answer: d Explanation: A process can be terminated normally by completing its task or because of fatal error or killed by another process or forcefully killed…
- A.
normal exit
- B.
fatal error
- C.
killed by another process
- D.
all of the mentioned
Attempted by 756 students.
Show answer & explanation
Correct answer: D
Answer: d
Explanation: A process can be terminated normally by completing its task or because of fatal error or killed by another process or forcefully killed by a user. When the process completes its task without any error then it exits normally. The process may exit abnormally because of the occurrence of fatal error while it is running. The process can be killed or terminated forcefully by another process.