Jump to content

Process (computing): Difference between revisions

From Simple English Wikipedia, the free encyclopedia
Content deleted Content added
JYBot (talk | changes)
PixelBot (talk | changes)
Line 30: Line 30:
[[es:Proceso (informática)]]
[[es:Proceso (informática)]]
[[eu:Prozesu (informatika)]]
[[eu:Prozesu (informatika)]]
[[fa:فرآیند (رایانه)]]
[[fa:فرایند (رایانه)]]
[[fr:Processus (informatique)]]
[[fr:Processus (informatique)]]
[[ko:프로세스]]
[[ko:프로세스]]

Revision as of 00:03, 7 March 2013

In computing, a process is an instance of a computer program that is being sequentially executed[1] by a computer system that has the ability to run several computer programs concurrently.

A computer program itself is just a passive collection of instructions, while a process is the actual execution of those instructions.

Several processes may be associated with the same program; for example, opening up several windows of the same program often means more than one process is being executed. In the computing world, processes are formally defined by the operating systems (OS) running them and so may differ in detail from one OS to another; for example in Microsoft Windows environment each instance of the same application is called a task.

Other pages

References

  1. Knott 1974, p.8

Other websites