1. What is a Process? A program under execution is known as process. A program (or a process) contains number of statements (called instructions). 2. When an execution of a process can stop? While the process execution is going on, if some obstacle comes, the whole process execution stops for a while. The obstacles may […]
↧