Process Management Basics
Process Management
A process is an instance of a computer program that is being executed. It contains the program code and its activity. Depending on the operating system (OS), a process may be made up of multiple threads of execution that execute instructions concurrently.
Process States
- New
- Ready
- Running
- Waiting
- Terminated
Enjoy Reading This Article?
Here are some more articles you might like to read next: