Skip to main content
looping

looping

2 4.8
Repeating the same instructions in a program until a condition is met
  • noun
  • /ˈluːpɪŋ/
  • Specialized
translation icon : bucle
  • This is an until loop because it involves doing an action until a condition is met.
  • looping process

Examples

  • As indicated in the previous section, the first rule base in the knowledge base initiates the variance investigation process and controls the looping to the other two rule bases.

    Academic text (1992)
  • Although simple, map algebra becomes extremely flexible when combined with general-purpose programming structures, such as branching, looping, and callable functions.

    Academic text (2018)
  • These rules are used repeatedly by means of a looping process for each variance until all variances have been checked by the system.

    Academic text (1992)
  • Rules in the first rule base also control the looping process through the other rule bases until all variances have been analyzed and investigated.

    Academic text (1992)
  • Over the last couple of years, Noah has focused on fine-tuning his looping show, which he's recently been performing on the college circuit as well as at venues throughout the Twin Cities.

    Blog text (33)
  • In programming, looping allows a set of instructions to repeat until a specific condition is satisfied.

  • The process of looping in coding helps to automate repetitive tasks, improving efficiency.

  • Many programming languages execute looping to repeat functions a determined number of times.

Synonyms

loop
vslooping
  • Specialized
33 4.7

A set of instructions that repeats until a condition is met

is the executing process that repeats those instructions over time
iteration
vslooping
  • Specialized
7 4.9

One repeat of a computer process that runs a set of instructions

is the whole repeated execution process rather than one cycle

Antonyms

termination
  • Formal
56 4.7

The act of ending something, like a job or contract

How Repetitive

looping
  • Specialized
2 4.8
loop
  • Specialized
33 4.7
iteration
  • Specialized
7 4.9

Surface Forms

looping singular
loopings plural

Morphology

looping = loop (transparent) = loop + ing

A gerundive/nominal noun formed from the verb 'loop' with the productive suffix '-ing', meaning 'the act or process of looping' in computing.

Etymology

Looping comes from the image of a loop — a circle or ring, like a rope turned back on itself. In computing this picture helps: looping means running the same instructions 'over and over' until a condition stops it.