Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
3,912,418,709 visitors served.
forum Join the Word of the Day Mailing List For webmasters
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

interrupt
(redirected from interruptive)

   Also found in: Dictionary/thesaurus, Legal, Wikipedia 0.01 sec.
interrupt
A signal that gets the attention of the CPU and is usually generated when I/O is required. For example, hardware interrupts are generated when a key is pressed or when the mouse is moved. Software interrupts are generated by a program requiring disk input or output.

An internal timer may continually interrupt the computer several times per second to keep the time of day current or for timesharing purposes.

When an interrupt occurs, control is transferred to the operating system, which determines the action to be taken. Interrupts are prioritized; the higher the priority, the faster the interrupt will be serviced.
interrupt
the signal to initiate the stopping of the running of one computer program in order to run another, after which the running of the original program is usually continued

interrupt [′int·ə‚rəpt]
(computer science)
To stop a running program in such a way that it can be resumed at a later time, and in the meanwhile permit some other action to be performed.
The action of such a stoppage.

(programming)interrupt - 1. An asynchronous event that suspends normal processing and temporarily diverts the flow of control through an "interrupt handler" routine.

Interrupts may be caused by both hardware (I/O, timer, machine check) and software (supervisor, system call or trap instruction).

In general the computer responds to an interrupt by storing the information about the current state of the running program; storing information to identify the source of the interrupt; and invoking a first-level interrupt handler. This is usually a kernel level privileged process that can discover the precise cause of the interrupt (e.g. if several devices share one interrupt) and what must be done to keep operating system tables (such as the process table) updated. This first-level handler may then call another handler, e.g. one associated with the particular device which generated the interrupt.

2. Under MS-DOS, nearly synonymous with "system call" because the OS and BIOS routines are both called using the INT instruction (see interrupt list) and because programmers so often have to bypass the operating system (going directly to a BIOS interrupt) to get reasonable performance.


Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Feedback
Mentioned in?  References in periodicals archive?   Encyclopedia browser?   Full browser?
No references found
 
But as $500 billion in global advertising spending hangs in the balance, a handful of businesses are rethinking the old interruptive marketing model and succeeding with a new approach.
But she sought sole legal custody because "my child needs consistency and stability, and this (joint custody) would be interruptive and affect developmental process," she wrote.
Once cease-fire agreements were signed, a huge pressure was put on the parties and they start exchanging blames and accusations of breaching the agreement and rush for mediators for complaints and that will make the negotiations very hard and interruptive.
 
 
 
Encyclopedia
?

Terms of Use | Privacy policy | Feedback | Advertise with Us | Copyright © 2012 Farlex, Inc.
Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.