![]() |
What is a process in computer terminology? |
[Edit]
Answer
In computing, a process is a running instance of a program, including all variables and other state. A multitasking operating system switches between processes to give the appearance of simultaneous execution, though in fact only one process can be executing at once per CPU core.
A process is the active element in a computer. Terminals, files, and other I/O devices communicate with each other through processes. Thus, network communications is interprocess communications (that is, communication between processes).
First answer by Ranger22. Last edit by Ranger22. Contributor trust: 3543 [recommend contributor]. Question popularity: 24 [recommend question]




