MPU & MCU Quiz 3 Interruptions

MPU & MCU Quiz 3 Interruptions

University

5 Qs

quiz-placeholder

Similar activities

CIT 111 Theory Lecture Quiz

CIT 111 Theory Lecture Quiz

University

10 Qs

Unit 1 - pretest

Unit 1 - pretest

10th Grade - University

10 Qs

8086 Processor-S11-Slot

8086 Processor-S11-Slot

University

10 Qs

DEMP CS #08

DEMP CS #08

University

10 Qs

Microprocessor Pre-Test 1

Microprocessor Pre-Test 1

University

10 Qs

Maximum mode

Maximum mode

University

6 Qs

A glimpe of a microprocessor vs microcontroller

A glimpe of a microprocessor vs microcontroller

University - Professional Development

10 Qs

Introduction to Microcomputer

Introduction to Microcomputer

University

10 Qs

MPU & MCU Quiz 3 Interruptions

MPU & MCU Quiz 3 Interruptions

Assessment

Quiz

Computers

University

Easy

Created by

Arya A

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 mins • 20 pts

What is the purpose of an interrupt in a microprocessor system?

To complete the execution of the current program faster

To stop the current program permanently

To suspend the current program and execute a different one

To increase the memory available for processing

2.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Which of the following is NOT a disadvantage of Polled I/O?

Not fast enough

Wastes microprocessor time

Requires dedicated hardware

Inefficient for multiple devices

3.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

What instruction does the 8086 microprocessor use to return from an interrupt service routine?

RET

JMP

CALL

IRET

4.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

What type of interrupt in the 8086 microprocessor cannot be disabled by software?

NMI (Non-Maskable Interrupt)

INTR (Interrupt Request)

INT

RESET

5.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

What happens when two interrupts occur at the same time in an 8086 system?

Both interrupts are ignored

Lower priority interrupt is serviced first

Higher priority interrupt is serviced first

The system crashes