chapter 3 process Flashcards
what is process
The process is an instance of a program running
Program = static file (image)
Process = executing program + execution state
Different processes may run different instances of the same program.
What is the process in the basic unit?
A process is the basic unit of execution in an operating system.
Each process has a number, its process identifier (PID)
Process execution requires following resource?
Process execution requires the following resource:
- Memory to contain the program code and data
- A set of CPU registers to support.
Modern OS runs on ……?
Modern OS run multiple processes concurrently (can run simultaneously).
how compiler turn the program
A compiler turns that program into an instruction list