Browse all processes by first letter:
Process Library
What is a process?
A process is an instance of a computer program that is being sequentially executed.
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 two windows of the same program typically means two processes are being executed.