Introduction
Imagine you want your computer to start a new task, like opening a program. The system needs a way to create a new process that can run this task separately. This is where process creation comes in, using two main steps: making a copy of an existing process and then replacing it with a new program.