answersLogoWhite

0

In an IBM PC or compatible computer, IRQ2 should not be used because it is internally cascaded from the second 8259 Programmable Interrupt Controller, so as to provide IRQ8 through IRQ15.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What will the controller do before interrupting?

The controller decides whether the CPU should be immediately notified of that IRQ or not and to translate the IRQ number into an interrupt vector (i.e. a number between 0 and 255) for the CPU's table.


What will the controller do before interrupting CPU?

The controller decides whether the CPU should be immediately notified of that IRQ or not and to translate the IRQ number into an interrupt vector (i.e. a number between 0 and 255) for the CPU's table.


What is the difference between polling and vectored interrupt system with example?

i need compare between vectored interrupt system and polling


What does service trailer brake on a 2011 dodge ram 3500 mean?

There is a connection issue between the trailer brake controller and the trailer.


What is the difference between software and hardware interrupt?

The difference is that a hardware interrupt is a signal relayed to a system's CPU directly because of some piece of hardware, such as a keyboard or mouse. A software interrupt is a signal sent to indicate that something within a piece of software requires attention.


How did political teachings interrupt the school day?

The political teachings interrupt the school day because the common contention between teacher and student teaching that reflects politicians who would rather its constituents do as they say and not as they do.


What is the meaning for the prefix inter?

1. between; among. "interagency"2. mutually; reciprocally. "interactive"


Difference between internal and external interrupt?

internal interrupt is synchronous with the program while external interrupts are asynchronous.


What is the difference between polling and vector interrupt service routine?

polling interrupt is alternative to the vector interrupt , it requires that the interrupt handler poll or send a signal to each device in turn in order to find out which one is sent the interrupt request.....


Difference between interrupt and subroutine in computer?

interrupt is a signal caused by I/O devices where as subroutine is a part of the program which is excuted rapidly


What is the difference between polling and vector interrupt system?

In a computer, a vectored interrupt is an I/O interrupt that tells the part of the computer that handles I/O interrupts at the hardware level that a request for attention from an I/O device has been received and also identifies the device that sent the request. A vectored interrupt is an alternative to a polled interrupt , which requires that the interrupt handler poll or send a signal to each device in turn in order to find out which one sent the interrupt request.


What is the exact difference between interrupt handling and exception handling?

interrupt handling is the process of handling a break or interrupt called by a program where as exception handling is for handling some exceptional conditions that'll occur when a program is running