Process (computing)

particular execution of a computer program From Wikipedia, the free encyclopedia

Remove ads

In computing, a process is an instance of a computer program that is being executed[1] by a computer.

Processes are important to computer systems that have the ability to run several computer programs concurrently. When a computer can run processes concurrently, it will switch between processes quickly to give the impression of running many processes at once. Process switching is controlled by the operating system of a device, and can differ depending on the device.

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.

Remove ads

References

Other websites

Loading related searches...

Wikiwand - on

Seamless Wikipedia browsing. On steroids.

Remove ads