Processor Management with OS

?
  • Created by: lordHan
  • Created on: 26-11-17 15:02
What are interrupts?
Signals from components of a computer that gets the attention of the CPU.
1 of 12
What types of interrupts are there?
Hardware, Program and Input/Output
2 of 12
What is an example of a hardware interrupt?
The shutdown of the computer triggered by pressing the off switch
3 of 12
What is an example of a program interrupt?
Illegal instruction detected
4 of 12
What is an example of an input/output interrupt?
Completion of data transfer between devices
5 of 12
What do interrupts do?
Move the CPU onto another task if it is of higher priority
6 of 12
What is a stack used for?
To keep track of where the CPU was before an interrupt
7 of 12
What is scheduling?
A process that gives the illusion of a multitasking computer by arranging the way tasks are processed.
8 of 12
What does the Round Robin algorithm do?
Gives each task a time slice, and if it is not completed by the end of it it is added back onto the end of the queue
9 of 12
What does the First come, First Served algorithm do?
Executes tasks in the order of being added
10 of 12
What does the shortest job first algorithm do?
Organizes the queue according to size and then executes accordingly
11 of 12
What does the shortest remaining time algorithm do?
Executes whichever task has the shortest time left for executing, also allowing added processes to take over the currently running process
12 of 12

Other cards in this set

Card 2

Front

What types of interrupts are there?

Back

Hardware, Program and Input/Output

Card 3

Front

What is an example of a hardware interrupt?

Back

Preview of the front of card 3

Card 4

Front

What is an example of a program interrupt?

Back

Preview of the front of card 4

Card 5

Front

What is an example of an input/output interrupt?

Back

Preview of the front of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Operating systems resources »