why is process Version 0 |
|
👤 Author: by 371516709qqcom 2017-01-08 11:13:08 |
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