Hello, you have come here looking for the meaning of the word
do loop. In DICTIOUS you will not only get to know all the dictionary meanings for the word
do loop, but we will also tell you about its etymology, its characteristics and you will know how to say
do loop in singular and plural. Everything you need to know about the word
do loop you have here. The definition of the word
do loop will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
do loop, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
English
Etymology
From the keyword do
used in some programming languages for this purpose.
Noun
do loop (plural do loops)
- (computing) A section of computer code in which an instruction or group of instructions is executed repeatedly depending on the value of a Boolean condition.
Usage notes
- May be implemented using a variety of keywords, e.g. PERFORM in COBOL.