Interrupt
(n.) A signal informing a program that an event has occurred. When a program receives an interrupt signal, it takes a specified action (which can be to ignore the signal). Interrupt signals can cause a program to suspend itself temporarily to service the interrupt.
Interrupt signals can come from a variety of sources. For example, every keystroke generates an interrupt signal. Interrupts can also be generated by other devices, such as a printer, to indicate that some event has occurred. These are called hardware interrupts. Interrupt signals initiated by programs are called software interrupts. A software interrupt is also called a trap or an exception.
PCs support 256 types of software interrupts and 15 hardware interrupts. Each type of software interrupt is associated with an interrupt handler — a routine that takes control when the interrupt occurs. For example, when you press a key on your keyboard, this triggers a specific interrupt handler. The complete list of interrupts and associated interrupt handlers is stored in a table called the interrupt vector table, which resides in the first 1 K of addressable memory.
Read Also:
- interrupt vector table
A table of interrupt vectors (pointers to routines that handle interrupts). On PCs, the interrupt vector table consists of 256 4-byte pointers, and resides in the first 1 K of addressable memory. Each interrupt number is reserved for a specific purpose. For example, 16 of the vectors are reserved for the 16 IRQ lines. An […]
- interstitial
Meaning in between, an advertisement that appears in a separate browser window while you wait for a Web page to load. Interstitials are more likely to contain large graphics, streaming presentations, and applets than conventional banner ads, and some studies have found that more users click on interstitials than on banner ads. Some users, however, […]
- intranet suite
(in´tra-net swēt) (n.) A generic term for a collection of Internet- and Web-based software and tools that can be adapted by a business to meet its technology needs when forming, using and maintaining an intranet. The components of an intranet suite typically include indexing and search capabilities, workflow monitoring, messaging (including e-mail and instant messaging), […]
- intrinsic attenuation
In fiber optic transmissions it is one of two main categorized factors which cause attenuation (the reduction of signal strength during transmission). Intrinsic attenuation is caused by manufacturing impurities in the glass, which typically causes absorption or scattering when the light hits the glass.
- intro
Slang for introduction, in video editing it is the beginning of the video.