Criado por Toby Woodhead
mais de 7 anos atrás
|
||
Questão | Responda |
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. |
Quer criar seus próprios Flashcards gratuitos com GoConqr? Saiba mais.