InterviewSolution
Saved Bookmarks
| 1. |
Define process in IT notes for breif |
|
Answer» In COMPUTING, a process is the instance of a computer PROGRAM that is being executed by one or many THREADS. It contains the program code and its activity. ... While a computer program is a passive collection of instructions, a process is the ACTUAL execution of those instructions. |
|