What is a computer process?
a process is the instance of a computer program that is being executed by one or many threads
Roughly how many computer processes are running on your host operating system (Task Manager or Activity Monitor)?
406
Why should a full stack Web developer know that computer processes exist?
Because full stack Web development is based on making multiple processes work together to form one application.