Erstellt von Toby Woodhead
vor mehr als 7 Jahre
|
||
Frage | Antworten |
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. |
Möchten Sie mit GoConqr kostenlos Ihre eigenen Karteikarten erstellen? Mehr erfahren.