Categories

infinite loop

Mary Gilmore September 4, 2015
No votes yet.
Please wait...

An infinite loop is a sequence of instructions in a computer program which loops endlessly.

Looping is repeating a set of instructions until a specific condition is met. An infinite loop occurs when the condition will never be met, due to some inherent characteristic of the loop. It lacks a functional exit so that it repeats indefinitely and causes the loop to start over.

An infinite loop is sometimes called an endless loop where a piece of program is executed repeatedly with no hope of stopping. It might cause errors 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 (i.e., Slider Infinite Loop option in WordPress CherryFramework 4 templates turns the portfolio slider loop mode on so that the items in the slider are continuously repeated and never stop).

Bookmarken den permalink.

Submit a ticket

Sollte Ihre Frage durch die Tutorials nicht ausreichend beantwortet worden sein, benutzen Sie bitte den folgenden Link, um sich an unser Beratungsteam (Support) zu wenden. Wir bieten Ihnen unsere Hilfe und Unterstutzung an. 24 Stunden am Tag, 7 Tage die Woche!
Ticket Einrichten

Kommentare sind geschlossen