infinite loop

Get Babylon's Translation Software! Free Download Now!
Babylon 8 - Your all-in-one solution
Award winning translation software trusted by millions. Translate from any language to any language.
View Demo


BabylonEnglish English dictionaryDownload this dictionary
infinite loop
programming mistake which causes part of a code to continuously repeat itself until stopped by an external factor (Computers)


Wikipedia English The Free EncyclopediaDownload this dictionary
Infinite loop
An infinite loop is a sequence of instructions in a computer program which loops endlessly, either due to the loop having no terminating condition or having one that can never be met. In older operating systems with cooperative multitasking, infinite loops normally caused the entire system to become unresponsive. With the now-prevalent preemptive multitasking model, infinite loops usually cause the program to consume all available processor time, but can usually be terminated by the user. Busy-wait loops are also sometimes misleadingly called "infinite loops".
See more at Wikipedia.org...

This article uses material from Wikipedia® and is licensed under the GNU Free Documentation License

FOLDOC DictionaryDownload this dictionary
infinite loop
<programming> (Or "endless loop") Where a piece of program is executed repeatedly with no hope of stopping. This is nearly always because of a bug, e.g. if the condition for exiting the loop is wrong, though it may be intentional if the program is controlling an embedded system which is supposed to run continuously until it is turned off. The programmer may also intend the program to run until interrupted by the user. An endless loop may also be used as a last-resort error handler when no other action is appropriate. This is used in some operating system kernels following a panic.
A program executing an infinite loop is said to spin or buzz forever and goes catatonic. The program is "wound around the axle".
A standard joke has been made about each generation's exemplar of the ultra-fast machine: "The Cray-3 is so fast it can execute an infinite loop in under 2 seconds!"
See also black holerecursioninfinite loop.
[Jargon File]
(1996-05-11)


(c) Copyright 1993 by Denis Howe

Define infinite loop

Translate infinite loop





infinite loop in Chinese | | infinite loop in French | infinite loop in Italian | infinite loop in Spanish | infinite loop in Dutch | infinite loop in Portuguese | infinite loop in German | infinite loop in Russian | infinite loop in Japanese | infinite loop in Turkish | infinite loop in Hebrew | infinite loop in Arabic | infinite loop in Croatian | infinite loop in Serbian | infinite loop in Swedish