lesson 3 - processor management 1 Flashcards
Single-user system has how many states?
2
busy state : executing a job
idle state: all the other times
uses simple processor management
Single-user systems
also known as the “job”
program
a unit of work submitted by a user, inactive unit
program
such as request for printing job
an executable program single instance, an active entity
process (task)
also known as a “task”
process
do process (task) need resources?
YES it does to perform functions
a portion of a process
thread
processor allocated fir a time period
multiprogramming environment
call for help, activates higher-priority program
Interrupt
saving job processing information when interrupted
context switch
May be shared by several jobs, requires scheduling policy and scheduling algorithm
Single processor