FUNDAMENTALS OF COMPUTER

OPERATING SYSTEMS FOR COMPUTERS

COMPUTER OPERATING SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which interrupt is the second highest priority?
A
Hardware:e.g. power button pressed.
B
Software:e.g. a program needs to run a routine (for example, to automatically save a document being edited by a user).
C
Time triggered:e.g. in data logging applications.
D
Peripheral:e.g. user has moved the mouse.
Explanation: 

Detailed explanation-1: -TRAP is the internal interrupt that has the highest priority among all interrupts except the divide by zero exception.

Detailed explanation-2: -The interrupt priority is regulated by both hardware and software. FIQ interrupts have the highest priority, followed by the vectored interrupts 0-31, and the daisy-chained interrupt has the lowest priority.

Detailed explanation-3: -The interrupt priority defines which of a set of pending interrupts is serviced first. INTMAX is the most favored interrupt priority and INTBASE is the least favored interrupt priority. The interrupt priorities for bus interrupts range from INTCLASS0 to INTCLASS3.

Detailed explanation-4: -The highest interrupt priority upon reset in 8051 is external interrupt 0.

There is 1 question to complete.