InterviewSolution
Saved Bookmarks
| 1. |
When the process has completed its execution it is called ______(a) born(b) terminated(c) waiting(d) exitThis question was posed to me by my school teacher while I was bunking the class.The above asked question is from Process Basics in chapter The Process of Unix |
|
Answer» CORRECT option is (d) exit Easy EXPLANATION: A process is said to be died or terminated when it has completed its execution either normally or ABNORMALLY. As long as the process is running it is in an ACTIVE state but as soon as the process has completed its execution, the process is said to DIE. |
|