All about processes in OS!
How OS creates a process?
A process is actually a program that is currently under execution. Initially, a program stays on a disk.
So there are some steps involved in the creation of a process. These are:-
Note:- Every process has a PCB(process control block). PCB is a data structure that stores all the basic information about a process.
The life cycle of a process.
From generation to termination a process undergoes a few steps or states. Those states are:-
So these were basic knowledge about a process in OS.
Thanks for reading.
Subham Sharma