Nearby Words

interrupt

[v. in-tuh-ruhpt; n. in-tuh-ruhpt] Origin

in·ter·rupt

[v. in-tuh-ruhpt; n. in-tuh-ruhpt]
verb (used with object)
1.
to cause or make a break in the continuity or uniformity of (a course, process, condition, etc.).
2.
to break off or cause to cease, as in the middle of something: He interrupted his work to answer the bell.
3.
to stop (a person) in the midst of doing or saying something, especially by an interjected remark: May I interrupt you to comment on your last remark?
verb (used without object)
4.
to cause a break or discontinuance; interfere with action or speech, especially by interjecting a remark: Please don't interrupt.

:10

:09

:08

:07

:06

:05

:04

:03

:02

:01

Interrupt is a GRE word you need to know.
So is interrogative. Does it mean:
short interval between the acts of a play or parts of a public performance
conveying a question
noun
5.
Computers. a hardware signal that breaks the flow of program execution and transfers control to a predetermined storage location so that another procedure can be followed or a new operation carried out.

Origin:
1375–1425; late Middle English interrupten < Latin interruptus past participle of interrumpere to break apart, equivalent to inter- inter- + rup-, variant stem of rumpere to burst + -tus past participle suffix; see rupture

in·ter·rupt·ed·ly, adverb
in·ter·rupt·ed·ness, noun
in·ter·rupt·i·ble, adjective
in·ter·rup·tive, adjective
non·in·ter·rupt·i·ble, adjective
EXPAND
non·in·ter·rup·tive, adjective
re·in·ter·rupt, verb
self-in·ter·rupt·ing, adjective
un·in·ter·rupt·i·ble, adjective
un·in·ter·rupt·ing, adjective
un·in·ter·rup·tive, adjective
COLLAPSE


1, 3. intermit. Interrupt, discontinue, suspend imply breaking off something temporarily or permanently. Interrupt may have either meaning: to interrupt a meeting. To discontinue is to stop or leave off, often permanently: to discontinue a building program. To suspend is to break off relations, operations, proceedings, privileges, etc., for a certain period of time, usually with the stipulation that they will be resumed at a stated time: to suspend operations during a strike.


1, 2. continue.

Dictionary.com Unabridged
Based on the Random House Dictionary, © Random House, Inc. 2012.
Cite This Source Link To interrupt
Collins
World English Dictionary
interrupt (ˌɪntəˈrʌpt)
 
vb
1.  to break the continuity of (an action, event, etc) or hinder (a person) by intrusion
2.  (tr) to cease to perform (some action)
3.  (tr) to obstruct (a view)
4.  to prevent or disturb (a conversation, discussion, etc) by questions, interjections, or comment
 
n
5.  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
 
[C15: from Latin interrumpere, from inter- + rumpere to break]
 
inter'ruptible
 
adj
 
inter'ruptive
 
adj
 
inter'ruptively
 
adv

Collins English Dictionary - Complete & Unabridged 10th Edition
2009 © William Collins Sons & Co. Ltd. 1979, 1986 © HarperCollins
Publishers 1998, 2000, 2003, 2005, 2006, 2007, 2009
Cite This Source
Etymonline
Word Origin & History

interrupt
c.1420, from L. interruptus, pp. of interrumpere "break apart, break off," from inter- "between" + rumpere "to break" (see rupture, and compare corrupt).
Online Etymology Dictionary, © 2010 Douglas Harper
Cite This Source
FOLDOC
Computing Dictionary

interrupt definition

programming
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.
[Jargon File]
(1995-02-07)

The Free On-line Dictionary of Computing, © Denis Howe 2010 http://foldoc.org
Cite This Source
Dictionary.com, LLC. Copyright © 2012. All rights reserved.
  • Please Login or Sign Up to use the Recent Searches feature