1. Introduction to Advanced Operating Systems Flashcards
1
Q
What is a program?
A
A static image of a computer program loaded into memory.
2
Q
What is a process?
A
A program in execution.
Process = program + state
3
Q
What is the difference between a process and a thread?
A
process = program + state of all threads executing in the program