scheduling algorithms Flashcards

1
Q

first come first serve

A

processers are executed in the order they arrive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

shortest job first

A

picks the process that takes the shortest amount of time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

round robin

A

each process is giving a slice , fixed amount of time then moves on

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

shortest time remaining

A

similar to shortest job first but , pre emptive so more important jobs can take over

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

multi level feeback que

A

use of multiple cores for scheduling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is an interrupt

A

signal sent by the cpu to show another process is in need of processing time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly