Compare and contrast process and program.
What will be an ideal response?
A process is a program in execution. A program is static, has no state, and has a fixed size on disk, whereas a process is dynamic, exists in memory, may grow or shrink, and has associated with it “state” that represents the information associated with the execution of the program.
Computer Science & Information Technology