for loop

for loop
A section of code in which an instruction or group of instructions is executed a specific number of times depending on the value of a loop counter

Example (from simple BASIC) - FOR X = 1 to 10; PRINT 1/X; NEXT


Wikipedia foundation.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • For Loop —   [dt. »For Schleife«], Schleife …   Universal-Lexikon

  • For loop — In computer science a for loop is a programming language statement which allows code to be repeatedly executed. A for loop is classified as an iteration statement.Unlike many other kinds of loops, such as the while loop, the for loop is often… …   Wikipedia

  • Loop unwinding — Loop unwinding, also known as loop unrolling, is a loop transformation technique that attempts optimize a program s execution speed at the expense of its size.The goal of loop unwinding is to increase the programs speed by reducing (or… …   Wikipedia

  • Loop modeling — is a problem in protein structure prediction requiring the prediction of the conformations of loop regions in proteins without the use of a structural template. The problem arises often in homology modeling, where the tertiary structure of an… …   Wikipedia

  • For — may refer to:in English language parts of speech *for, a preposition *for, a complementizer *for, a coordinatorin other uses *for loop, programming language statement *FoR, Fellowship of Reconciliation *For, Fornax constellationee also*Four …   Wikipedia

  • Loop-erased random walk — In mathematics, loop erased random walk is a model for a random simple path with important applications in combinatorics and, in physics, quantum field theory. It is intimately connected to the uniform spanning tree, a model for a random tree.… …   Wikipedia

  • Loop invariant — In computer science, a loop invariant is an invariant used to prove properties of loops.Specifically in Floyd Hoare logic, the partial correctness of a while loop is governed by the following rule of inference::frac{{Cland I};mathrm{body};{I… …   Wikipedia

  • Loop jump — The Loop is a figure skating jump that takes off from a back outside edge and lands on the same edge. For a jump with counterclockwise rotation, this is the right back outside edge. It is named from its similarity to the loop compulsory figure.… …   Wikipedia

  • Loop counter — In software engineering, a loop counter is the term often used to refer to the variable that controls the iterations of a loop (a computer programming language construct). It is so named because most uses of this construct result in the variable… …   Wikipedia

  • Loop Management System — A Loop Management System (LMS) is a kind or a part of network management system which purpose is maximization level of local loop control. Sometimes it is referred to as local loop management (LLM) or copper loop management (CLM).BenefitsAlthough …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”