MPU & MCU Quiz 3 Interruptions

MPU & MCU Quiz 3 Interruptions

University

5 Qs

quiz-placeholder

Similar activities

MPMC

MPMC

University

10 Qs

Quiz Pengenalan Hardware Software - Radian Baratasena

Quiz Pengenalan Hardware Software - Radian Baratasena

University

10 Qs

ELE421 - FOBE Task

ELE421 - FOBE Task

University

5 Qs

MP&MC quiz 4

MP&MC quiz 4

University

10 Qs

MP&MC 3/6/2020

MP&MC 3/6/2020

University

5 Qs

Operating-System Operations

Operating-System Operations

University

10 Qs

Unit-4: Process Organisation

Unit-4: Process Organisation

University

10 Qs

Assignment 1

Assignment 1

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