Processor Scheduling (Tutorial) Flashcards
Dispatcher
The dispatcher selects jobs from the ready queue and giving them to the processor. (short term)
Swapping
The process from moving processes from memory to secondary memory. (medium term)
Time Slicing
An approach in which each process is given a slice of time in the process
Response Time
The time between the submission of a request until a response or output starts to be received.
Turnaround Time
Time between the submission of the request and the completion. Time between it enters and when it leaves.
Throughput
The amount of processes that can be executed by the processor per unit of time.
CPU Utilization
The amount of work a cpu does to perform a specific task
Starving
This occurs when a process waits for an indefinite time to get the resource it requires
Aging