What is a computer process?
programs being run/executed in a computer
Roughly how many computer processes are running on your host operating system (Task Manager or Activity Monitor)?
Around 150 or more
Why should a full stack Web developer know that computer processes exist?
because full stack development is based on making multiple processes work together to form one application; applications can be made of multiple components, such as clients, servers, and databases.