Group 6 Flashcards

1
Q

A signal to the processor emitted by the hardware or software indicating an event that needs
immediate attention.

A

Interrupts

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

What are the 3 main reasons why we use interrupts?

A

Low level programming concept, extremely important, irreplaceable

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

An electronic alerting signal is sent from the processor from an external device, like a disk controller or an external peripheral.

A

Hardware Interrupts

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

Caused either by an exceptional condition or a special instruction in the instruction set which causes an interrupt when it is executed by the processor.

A

Software Interrupts

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

What is the Meaning of ISR?

A

Interrupt Service Routine

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

What are the two types of Interrupt Modules?

A

Level Triggered, Edge Triggered

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

Recall that registers are special, fixed-size variables with hardware implications.

A

Timers

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

It is generated when a timer tries to exceed its maximum value and resets to 0.

A

Overflow Interrupt

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

It is called when the. value of the timer equals a specific value, set. by the user.

A

Compare Match Interrupt

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

What are the 3 Timer Modes?

A

Normal Mode, CTC (Clear Time on Compare) Mode, PWM (Phase Width Modulation) Mode

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

The timer starts at 0, goes to a maximum value, and then resets itself.

A

Normal Mode

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

On a compare match, we can configure the timer to reset itself to 0.

A

CTC (Clear Time on Compare) Mode

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

The mode in which the timers generate the output signals.

A

PWM (Phase Width Modulation) Mode

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

What is the meaning of OCR?

A

Output Compare Register

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