Difference between a process and a program?





A process is a program under execution, Process is an active entity while a program is in form of programming language and a program is a passive entity.
moreover, a program is stored in secondary storage but process is stored in memory

Comments