MPU & MCU Quiz 3 Interruptions

MPU & MCU Quiz 3 Interruptions

University

5 Qs

quiz-placeholder

Similar activities

Computer Language Quiz

Computer Language Quiz

University

10 Qs

CS 101 Quiz1 Sample

CS 101 Quiz1 Sample

University

10 Qs

QUIS Sisten Komputer

QUIS Sisten Komputer

University

10 Qs

Know Your Understanding-2

Know Your Understanding-2

University

10 Qs

IT 331 9

IT 331 9

University

10 Qs

8086 pindiagram

8086 pindiagram

University

10 Qs

Quiz tentang CPU dan Generasi Prosesor

Quiz tentang CPU dan Generasi Prosesor

University

10 Qs

POAK1

POAK1

University

7 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