Process State Model Flashcards
A process can be a program in execution [T/F]
True
A process can be instance of a program running on a computer [T/F]
True
A process can be considered as an entity that can be assigned to an executed on a processor [T/F]
True
A process can be treated as a unit of activity that executes a sequence of instructions, a current state, and an associated set of system resources. [T/F]
True
A process can also be defined as an environment that consists of a number of elements for executing a user-level program [T/F]
True
Two (2) essential elements of a process
- Program code
- Set of data - associated with the program code
It is a unique identifier for each process
Identifier
It indicates the current activity of a process.
Process State
The process is being created
New
The process is waiting to be assigned to a processor
Ready
The instructions are being executed
Running
The process is waiting for a particular event to occur
Waiting
The process has finished the execution
Terminated
It refers to the priority level relative to other processes
Priority
It indicates the address of the next instruction to be executed for a particular process
Program counter