Beginner Embedded Systems & IoT
Q11 / 100

What is the purpose of an "interrupt" in embedded systems programming?

Correct! Well done.

Incorrect.

The correct answer is A) A signal that causes the processor to pause its current task and immediately execute a special routine in response to an event, then resume

A

Correct Answer

A signal that causes the processor to pause its current task and immediately execute a special routine in response to an event, then resume

Explanation

Interrupts allow a microcontroller to respond immediately to important events (like a button press or sensor trigger) without constantly checking ("polling") for them in the main loop.

Progress
11/100