What is difference between process and program?
The difference between process and program is given below:
Process
Process
- A process is a program in execution.
- A process is a part of a program. A process is a part where logic of that particular program exists.
- A process is a program under execution, process is an active entity.
- A process is stored in main memory.
- All process are programs.
- They are dynamic in nature.
- A program is a series of instructions to perform a particular task.
- A program is given as a set of process.
- A program is in the form of programming language and it is a passive entity.
- A program is stored in secondary memory.
- All programs are not process.
- They are static in nature.
0 comments:
Feel free to contact the admin for any suggestions and help.