Process Management
Process Management
Process
A process is basically a program in execution. Process is not a program. A
program may have many processes. It contains the program code and its current
state.
Program
A computer program is a sequence of instructions, written to perform a
specified task with a computer.
Ex. “notepad.exe” is a program containing set of instructions which help us
to edit and print text files. When we run multiple instances of notepad program,
each instance is called a process.
Types of processes
1. Processor Bound Processes
Processes which spend the majority of their time using the CPU
(doing calculations). In Processor Bound Processes, the time it takes
to complete a computation is principally determined by the speed of
the Central processing unit.