Interruptions and Buffers Flashcards

1
Q

What is an interrupt?

A

A signal sent from a device or software to the processor

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

What does the signal sent by the interrupt do?

A

It stops the job which the processor is currently carrying out temporarily to service the interrupt

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

What happens when the interrupt is received?

A

The processor either continues doing what it was doing or stops the current task to service the device/program which sent the interrupt

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

What do interrupts allow computers to do?

A

They allow computers to perform multiple tasks or have several windows open at the same time

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

How is the status of the currently running task saved?

A

It is done by using an interrupt handler

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

What happens once the interrupt has been serviced?

A

The status of the interrupted task is restored and it continues

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

How are buffers used in computers?

A

They are used as temporary memory

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

What is the purpose of buffers?

A

To speed things up

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

Where is data from a processor or memory unit stored?

A

In the buffer

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