wk1_why is process Version 0 |
|
👤 Author: by x20004 2016-12-21 16:34:49 |
A program loaded into memory and executing is called a process. In other words, a process is an instance of a computer program that is being executed. It contains the program code and its current activity. There are many differences between program and process: (1) Program is just the static text while process is a dynamic entity being executed and has lifecycle. (2) Program can not reflect the parallel characteristics of the system , but process can. (3) Different processes can execute on the