请输入您要查询的英文单词:

 

单词 infinite loop
释义

infinite loop


n.1.(Computers) a series of instructions in a computer program which, when executed, cause a cyclic repetition of the same instructions, with no other action by the program, for as long as the program continues to be executed, or the loop is interrupted by some external action.

infinite loop


infinite loop

(programming)(Or "endless loop") Where a piece of program isexecuted repeatedly with no hope of stopping. This is nearlyalways because of a bug, e.g. if the condition for exitingthe loop is wrong, though it may be intentional if the programis controlling an embedded system which is supposed to runcontinuously until it is turned off. The programmer may alsointend the program to run until interrupted by the user. Anendless loop may also be used as a last-resort error handlerwhen no other action is appropriate. This is used in someoperating system kernels following a panic.

A program executing an infinite loop is said to spin orbuzz forever and goes catatonic. The program is "woundaround the axle".

A standard joke has been made about each generation's exemplarof the ultra-fast machine: "The Cray-3 is so fast it canexecute an infinite loop in under 2 seconds!"

See also black hole, recursion, infinite loop.

infinite loop

A series of instructions in a program that are constantly repeated. Also called an "endless loop," it may be intentional such as a never-ending demo on screen, or it may be a bug. Due to erroneous program logic, the computer is directed to instructions that keep pointing back to the start of a routine without any way of branching out. It commonly occurs when a programmer expects certain results from a compare instruction and all possible outcomes are not evaluated properly. See abend and bug.

Apple Inc., 1 Infinite Loop
To imply the never-ending creation of products, Apple's headquarters are located at 1 Infinite Loop in Cupertino, California.
MedicalSeebugFinancialSeeAbend
随便看

 

英语词典包含2567994条英英释义在线翻译词条,基本涵盖了全部常用单词的英英翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/12 8:12:39