Creado por Toby Woodhead
hace más de 7 años
|
||
Pregunta | Respuesta |
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. |
¿Quieres crear tus propias Fichas gratiscon GoConqr? Más información.