Register now or log in to join your professional community.
a program during the execution = process
.a. A process is an instance of a program in execution
.b. Batch systems work in terms of jobs
The answer for this question can be defferent in the explanation, but one explanation is: Process is a program translated into set of instructions and its under excution.
Hi, in Operating system, the process is an instance of a program running on the computer.
a process is an instance of a computer program that is being executed. It contains the program code and its current activity. Depending on the OS, a process may be made up of multiple threads of execution that execute instructions concurrently.