Content deleted Content added
Francs2000 (talk | contribs) m Reverted edits by 195.194.131.172 (talk) to last version by Kjetil r |
No edit summary |
||
Line 1:
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 always corresponds to a program, and a program can have multiple processes corresponding to it. In other words, the relation between process and program is [[many-to-one]].
Roughly speaking, a process is a task being run by a computer, often simultaneously with many other tasks. Many processes may exist simultaneously, each taking turns on a [[Central processing unit|CPU]].
|