scheduling algorithms Flashcards
1
Q
what is first come first serve
A
jobs are processed in the order they arrive
2
Q
whats round robin
A
each job is given a section of processing time , called a slice
3
Q
whats shortest job first
A
jobs which take the least amount of time go first
4
Q
whats shortest time remaining
A
jobs with the shortest time remaining go
5
Q
whats multi level feedback queue
A
makes use of multiple queues which have diffrent priorties