Etymology: [ "in-t&-'r&pt ] (verb.) 15th century. Middle English, from Latin interruptus, past participle of interrumpere, from inter- + rumpere to break; more at REAVE.
the act of interrupting, or the state of being interrupted, a time interval during which there is a cessation of something, The state of being interrupted; a breach or break, caused by the abrupt intervention of something foreign; intervention; interposition, Obstruction caused by breaking in upon course, current, progress, or motion; stop; hindrance; as, the author has met with many interruptions in the execution of his work; the speaker or the argument proceeds without interruption, some abrupt occurrence that interrupts; "the telephone is an annoying interruption"; "there was a break in the action when a player was hurt, Temporary cessation; intermission; suspension, The act of interrupting, or breaking in upon, legal action to extend the length of time of a period of prescription, some abrupt occurrence that interrupts; "the telephone is an annoying interruption"; "there was a break in the action when a player was hurt", an act of delaying or interrupting the continuity; "it was presented without commercial breaks", disturbance, disruption; discontinuance, stoppage; cutting-off, a time interval during which there is a temporary cessation of something, Inoperative service (or a portion thereof), An event that changes the instruction stream to handle exceptional conditions including traps, checks, faults, and interrupts, An attack on the property of availability Also known as denial of service, An outage caused by the failure of one or more communications links with entities outside of the local facility, Synonym interrupt, to disturb or halt an ongoing process or action by interfering suddenly, An event that causes a computer to temporarily cease what it was doing and attend to a condition, To assert to a computer that an exceptional condition must be handled, This is a signal on which the processor stops execution of the current command sequence and transfers control to the program-handler of the interrupt The address of the program-handler is calculated by the interrupt vector table An interrupt may be initialized either by user programs, while working with disks, screen, printer etc (program interrupts), or by hardware: keyboard, timer (hardware interrupts), Condition that causes normal program processing to be suspended temporarily, signal sent to the processor which tells the processor to deal with a certain event (Computers), A suspension of a process, such as the execution of a computer program, caused by an event external to the computer and performed in such a way that the process can be resumed Events of this kind include sensors monitoring laboratory equipment or a user pressing an interrupt key, An event (usually caused by hardware) that interrupts whatever the processor was doing and asks it do something else The hardware will generate an interrupt whenever it has reached some state where software intervention is required, In LAN technology, the method of access used in certain bus and ring networks in which workstations can "interrupt" a server to get service The server resumes its prior operation after handling the station's request, A method by which a piece of hardware communicates with the processor It's called interrupt, because the device (such as a modem) interrupts the processor to carry out a function (such as writing a file), An event that causes program execution to be suspended temporarily to allow the processor to handle a more urgent chore, A temporary suspension of a process caused by an external event, performed in such a way that the process can be resumed, Broken; interrupted, To break into, or between; to stop, or hinder by breaking in upon the course or progress of; to interfere with the current or motion of; to cause a temporary cessation of; as, to interrupt the remarks of anyone speaking, To divide; to separate; to break the monotony of; as, the evenness of the road was not interrupted by a single hill, make a break in; "We interrupt the program for the following messages, An Interrupt is an opportunity for an opposing unit to stop the performance of another unit's actions Typical interrupts include ambushes and defensive weapons fire against a unit performing actions A successful interrupt causes a unit to stop performing actions, and to lose any remaining command points it may have To be successful, and interrupt must result in a unit's morale becoming Shaken An interrupt is automatically successful against shaken units performing actions, terminate; "She interrupted her pregnancy"; "break a lucky streak"; "break the cycle of poverty" destroy the peace or tranquility of; "Don't interrupt me when I'm reading" interfere in someone else's activity; "Please don't interrupt me while I'm on the phone" make a break in; "We interrupt the program for the following messages, A signal sent to the CPU to request service Essentially a subroutine outside the normal flow of execution, but with many extra considerations, interfere in someone else's activity; "Please don't interrupt me while I'm on the phone", terminate; "She interrupted her pregnancy"; "break a lucky streak"; "break the cycle of poverty", 1 [techspeak] n On a computer, an event that interrupts normal processing and temporarily diverts flow-of-control through an "interrupt handler" routine See also {trap} 2 interj A request for attention from a hacker Often explicitly spoken "Interrupt --- have you seen Joe recently?" See {priority interrupt} 3 Under MS-DOS, the term `interrupt' is nearly synonymous with `system call', because the OS and BIOS routines are both called using the INT instruction (see {{interrupt list, the}}) and because programmers so often have to bypass the OS (going directly to a BIOS interrupt) to get reasonable performance, [BSG] The 645 /6180 CPU has a separate set of 32 interrupt vectors and fault vectors Interrupts are always generated external to the processor, by the System Control Unit (SCU), in which the interrupt might have been "set" by another processor or the I/O box (see GIOC, IOM) Interrupts are only recognized during instruction-pair fetches, not in mid-instruction The interrupt mask is not in the processor, but in the port on the SCU to which the processor is connected Inter-processor, or even looped-back, interrupts generated by processors are used to take processors on and off the system, crash or shutdown the system, and send IPS signals to running processes See SCAS, destroy the peace or tranquility of; "Don't interrupt me when I'm reading", make a break in; "We interrupt the program for the following messages", stop, discontinue; disturb, interfere; interrupt the conversation or action of another (especially with a remark), If you interrupt someone who is speaking, you say or do something that causes them to stop. Turkin tapped him on the shoulder. `Sorry to interrupt, Colonel.' He tried to speak, but she interrupted him. + interruption interruptions in·ter·rup·tion The sudden interruption stopped Beryl in mid-flow, On IBM PC and compatible computers A signal that a device sends to the computer when the device is ready to accept or send information See interupt request (IRQ), If something interrupts a line, surface, or view, it stops it from being continuous or makes it look irregular. Taller plants interrupt the views from the house, An asynchronous event that suspends the currently scheduled process and temporarily diverts the flow of control through an interrupt handler routine Interrupts can be caused by both hardware (I/O, timer, machine check) and software (supervisor, system call, or trap instruction), If someone or something interrupts a process or activity, they stop it for a period of time. He has rightly interrupted his holiday in Spain to return to London + interruption in·ter·rup·tion interruptions in the supply of food and fuel = disruption, An asynchronous operating condition that disrupts normal execution and transfers control to an interrupt handler Interrupts are usually initiated by I/O devices requiring service from the processor, A suspension of a process, such as the execution of a computer program, caused by an event external to that process, and performed in such a way that the process can be resumed Synonym interruption, an asynchronous request by a circuit asking for the processor's attention If acknowledged, the processor will temporarily stop what it was doing and interact with the circuit that generated the interrupt, A request for attention from the processor When the processor receives an interrupt, it suspends its current operations, saves the status of its work, and transfers control to a special routine known as an interrupt handler, which contains the instructions for dealing with the particular situation that caused the interrupt, The suspension of normal program execution to perform a higher priority service routine as requested by a peripheral device After completion of the service routine operation, the interrupted program routine is resumed at the point where it was interrupted, An asynchronous message sent to a process or thread that interrupts what it is currently doing This usually results in an InterruptedException object being received by the interrupted thread Waiting for an interrupt is an alternative to polling, An event triggered by either hardware or software that causes the processor to first suspend execution of its current process and store information about that process, and then invoke one or more interrupt handlers to decide when and how to handle the new event, a special processor function that halts normal program execution in response to some event such as a timer expiration or successful transmission of a character to an I/O device When the interrupt is encountered, the processor executes a special interrupt handler routine to process the event, A signal which causes the machine's hardware to break the normal program flow and transfer control to a specific interrupt handling routine Once the interrupt has been processed, the interrupted program is resumed, An asynchronous message, usually issued by an I/O device, requesting the service of an operating system's or device driver's interrupt handler, plural of interruption,
46
the act of interrupting, or the state of being interrupted
ts
47
a time interval during which there is a cessation of something
ts
48
The state of being interrupted; a breach or break, caused by the abrupt intervention of something foreign; intervention; interposition
ts
49
Obstruction caused by breaking in upon course, current, progress, or motion; stop; hindrance; as, the author has met with many interruptions in the execution of his work; the speaker or the argument proceeds without interruption
ts
50
some abrupt occurrence that interrupts; "the telephone is an annoying interruption"; "there was a break in the action when a player was hurt
ts
51
Temporary cessation; intermission; suspension
ts
52
The act of interrupting, or breaking in upon
ts
53
legal action to extend the length of time of a period of prescription
ts
54
some abrupt occurrence that interrupts; "the telephone is an annoying interruption"; "there was a break in the action when a player was hurt"
ts
55
an act of delaying or interrupting the continuity; "it was presented without commercial breaks"
ts
56
disturbance, disruption; discontinuance, stoppage; cutting-off isim
ts
57
a time interval during which there is a temporary cessation of something
ts
58
Inoperative service (or a portion thereof)
ts
59
An event that changes the instruction stream to handle exceptional conditions including traps, checks, faults, and interrupts
ts
60
An attack on the property of availability Also known as denial of service
ts
61
An outage caused by the failure of one or more communications links with entities outside of the local facility
ts
62
Synonym interrupt
ts
63
interrupt
to disturb or halt an ongoing process or action by interfering suddenly - "A maverick politician repeatedly interrupted the debate by shouting."
ts
64
interrupt
An event that causes a computer to temporarily cease what it was doing and attend to a condition - "The interrupt caused the packet handler routine to run."
ts
65
interrupt
To assert to a computer that an exceptional condition must be handled - "The packet receiver circuit interrupted the microprocessor."
ts
66
interrupt
This is a signal on which the processor stops execution of the current command sequence and transfers control to the program-handler of the interrupt The address of the program-handler is calculated by the interrupt vector table An interrupt may be initialized either by user programs, while working with disks, screen, printer etc (program interrupts), or by hardware: keyboard, timer (hardware interrupts)
ts
67
interrupt
Condition that causes normal program processing to be suspended temporarily
ts
68
interrupt
signal sent to the processor which tells the processor to deal with a certain event (Computers) isim
ts
69
interrupt
A suspension of a process, such as the execution of a computer program, caused by an event external to the computer and performed in such a way that the process can be resumed Events of this kind include sensors monitoring laboratory equipment or a user pressing an interrupt key
ts
70
interrupt
An event (usually caused by hardware) that interrupts whatever the processor was doing and asks it do something else The hardware will generate an interrupt whenever it has reached some state where software intervention is required
ts
71
interrupt
In LAN technology, the method of access used in certain bus and ring networks in which workstations can "interrupt" a server to get service The server resumes its prior operation after handling the station's request
ts
72
interrupt
A method by which a piece of hardware communicates with the processor It's called interrupt, because the device (such as a modem) interrupts the processor to carry out a function (such as writing a file)
ts
73
interrupt
An event that causes program execution to be suspended temporarily to allow the processor to handle a more urgent chore
ts
74
interrupt
A temporary suspension of a process caused by an external event, performed in such a way that the process can be resumed
ts
75
interrupt
Broken; interrupted
ts
76
interrupt
To break into, or between; to stop, or hinder by breaking in upon the course or progress of; to interfere with the current or motion of; to cause a temporary cessation of; as, to interrupt the remarks of anyone speaking
ts
77
interrupt
To divide; to separate; to break the monotony of; as, the evenness of the road was not interrupted by a single hill
ts
78
interrupt
make a break in; "We interrupt the program for the following messages
ts
79
interrupt
An Interrupt is an opportunity for an opposing unit to stop the performance of another unit's actions Typical interrupts include ambushes and defensive weapons fire against a unit performing actions A successful interrupt causes a unit to stop performing actions, and to lose any remaining command points it may have To be successful, and interrupt must result in a unit's morale becoming Shaken An interrupt is automatically successful against shaken units performing actions
ts
80
interrupt
terminate; "She interrupted her pregnancy"; "break a lucky streak"; "break the cycle of poverty" destroy the peace or tranquility of; "Don't interrupt me when I'm reading" interfere in someone else's activity; "Please don't interrupt me while I'm on the phone" make a break in; "We interrupt the program for the following messages
ts
81
interrupt
A signal sent to the CPU to request service Essentially a subroutine outside the normal flow of execution, but with many extra considerations
ts
82
interrupt
interfere in someone else's activity; "Please don't interrupt me while I'm on the phone"
ts
83
interrupt
terminate; "She interrupted her pregnancy"; "break a lucky streak"; "break the cycle of poverty"
ts
84
interrupt
1 [techspeak] n On a computer, an event that interrupts normal processing and temporarily diverts flow-of-control through an "interrupt handler" routine See also {trap} 2 interj A request for attention from a hacker Often explicitly spoken "Interrupt --- have you seen Joe recently?" See {priority interrupt} 3 Under MS-DOS, the term `interrupt' is nearly synonymous with `system call', because the OS and BIOS routines are both called using the INT instruction (see {{interrupt list, the}}) and because programmers so often have to bypass the OS (going directly to a BIOS interrupt) to get reasonable performance
ts
85
interrupt
[BSG] The 645 /6180 CPU has a separate set of 32 interrupt vectors and fault vectors Interrupts are always generated external to the processor, by the System Control Unit (SCU), in which the interrupt might have been "set" by another processor or the I/O box (see GIOC, IOM) Interrupts are only recognized during instruction-pair fetches, not in mid-instruction The interrupt mask is not in the processor, but in the port on the SCU to which the processor is connected Inter-processor, or even looped-back, interrupts generated by processors are used to take processors on and off the system, crash or shutdown the system, and send IPS signals to running processes See SCAS
ts
86
interrupt
destroy the peace or tranquility of; "Don't interrupt me when I'm reading"
ts
87
interrupt
make a break in; "We interrupt the program for the following messages"
ts
88
interrupt
stop, discontinue; disturb, interfere; interrupt the conversation or action of another (especially with a remark) fiil
ts
89
interrupt
If you interrupt someone who is speaking, you say or do something that causes them to stop. Turkin tapped him on the shoulder. `Sorry to interrupt, Colonel.' He tried to speak, but she interrupted him. + interruption interruptions in·ter·rup·tion The sudden interruption stopped Beryl in mid-flow
ts
90
interrupt
On IBM PC and compatible computers A signal that a device sends to the computer when the device is ready to accept or send information See interupt request (IRQ)
ts
91
interrupt
If something interrupts a line, surface, or view, it stops it from being continuous or makes it look irregular. Taller plants interrupt the views from the house
ts
92
interrupt
An asynchronous event that suspends the currently scheduled process and temporarily diverts the flow of control through an interrupt handler routine Interrupts can be caused by both hardware (I/O, timer, machine check) and software (supervisor, system call, or trap instruction)
ts
93
interrupt
If someone or something interrupts a process or activity, they stop it for a period of time. He has rightly interrupted his holiday in Spain to return to London + interruption in·ter·rup·tion interruptions in the supply of food and fuel = disruption
ts
94
interrupt
An asynchronous operating condition that disrupts normal execution and transfers control to an interrupt handler Interrupts are usually initiated by I/O devices requiring service from the processor
ts
95
interrupt
A suspension of a process, such as the execution of a computer program, caused by an event external to that process, and performed in such a way that the process can be resumed Synonym interruption
ts
96
interrupt
an asynchronous request by a circuit asking for the processor's attention If acknowledged, the processor will temporarily stop what it was doing and interact with the circuit that generated the interrupt
ts
97
interrupt
A request for attention from the processor When the processor receives an interrupt, it suspends its current operations, saves the status of its work, and transfers control to a special routine known as an interrupt handler, which contains the instructions for dealing with the particular situation that caused the interrupt
ts
98
interrupt
The suspension of normal program execution to perform a higher priority service routine as requested by a peripheral device After completion of the service routine operation, the interrupted program routine is resumed at the point where it was interrupted
ts
99
interrupt
An asynchronous message sent to a process or thread that interrupts what it is currently doing This usually results in an InterruptedException object being received by the interrupted thread Waiting for an interrupt is an alternative to polling
ts
100
interrupt
An event triggered by either hardware or software that causes the processor to first suspend execution of its current process and store information about that process, and then invoke one or more interrupt handlers to decide when and how to handle the new event
ts
101
interrupt
a special processor function that halts normal program execution in response to some event such as a timer expiration or successful transmission of a character to an I/O device When the interrupt is encountered, the processor executes a special interrupt handler routine to process the event
ts
102
interrupt
A signal which causes the machine's hardware to break the normal program flow and transfer control to a specific interrupt handling routine Once the interrupt has been processed, the interrupted program is resumed
ts
103
interrupt
An asynchronous message, usually issued by an I/O device, requesting the service of an operating system's or device driver's interrupt handler
Some etymologies, pronunciations, function and usage date content for the English translation portion are from Merriam-Webster Online at www.Merriam-Webster.com. Thanks to Online Yunanca Dil Eğitimi for providing some parts of online greek dictionary. To contribute more resources please contact us. Visuals(images) are provided by Google Image Search API. Some parts of the dictionary is contributed by many users, thank you! The content on this site is for informational purposes only. Bu aramada interruption kelimesinin sözlük anlamı ve eşanlamı nedir, nasıl okunur hakkında bilgi verilmektedir. interruption kelimesinin etimolojik ve eşanlamları ile ilgili açıklamalar ve bilgiler eksiksiz ve hatasız olarak anılmamalıdır. Burada yer alan interruption kelimesi ile ilgili tüm açıklamalar bilgi amaçlıdır. Eksik ve hatalı çevirileri lütfen bildiriniz.