Chapter 4 Process Management Flashcards
(5 cards)
1
Q
When more than one processes can be executed, the operating system
must decide which one to run first. The part of the operating system
concerned with this decision is called the ______
A
Scheduler (The algorithms used
by scheduler is called the scheduling algorithm)
2
Q
The process can be in one of the five states during its life time, Which ones ?
A
- HOLD
- READY
- RUNNING
- WAITING
- FINISHED
3
Q
____ contains those jobs which are
new and recently accepted by the job scheduler.
A
HOLD queue
4
Q
When the job scheduler accepts a new
job submitted by the user, is placed at the end of _____
A
HOLD state queue
5
Q
A