Node-process Flashcards
1
Q
What is a computer process?
A
The instance of a computer program that is being executed by one or many of its threads
2
Q
Roughly how many computer processes are running on your host operating system(Task manager or activity monitor)?
A
420 and beyond
3
Q
Why should a full stack web developer know that computer processes exist?
A
To understand the relationship between what is happening from the client and server and database perspectives.