summary_paste
summary_paste
## Processes
- A process is a program in execution, an instance of a program loaded into memory
- Processes have four main components: text (code), data (static and dynamic),
heap, and stack
- Processes have various operations they can perform: create, terminate, schedule,
execute, block/wait, suspend
- Processes have attributes like process ID, parent ID, priority, state, CPU time,
etc. stored in the Process Control Block (PCB)