node-process Flashcards
1
Q
What is a computer process?
A
instance of a computer program that is being executed by one or many threads – a process is the actual execution of instructions
2
Q
Roughly how many computer processes are running on your host operating system (Task Manager or Activity Monitor)?
A
around 150
3
Q
Why should a full stack Web developer know that computer processes exist?
A
helps tie in multiple processes together