node-process Flashcards
1
Q
What is a computer process?
A
programs being run/executed in a computer
2
Q
Roughly how many computer processes are running on your host operating system (Task Manager or Activity Monitor)?
A
Around 150 or more
3
Q
Why should a full stack Web developer know that computer processes exist?
A
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.