Created by Toby Woodhead
over 7 years ago
|
||
Question | Answer |
Round Robin | Each process is given a fixed time to execute. |
First come first served | The first process to arrive is the first executed. |
Multi-level feedback queues | Make use of existing algorithms. Each queue can have its own scheduling algorithm. |
Shortest job first | Executes the job that takes the least time first. |
Shortest remaining time | Processor is allocated the job that has the least time to complete. Can be preempted by a newer job that has less time to complete. |
Want to create your own Flashcards for free with GoConqr? Learn more.