About 41,100,000 results
Open links in new tab
  1. What Is a Loop? - Computer Hope

    Sep 7, 2025 · A loop is a program or script that repeats the same instructions or processes the same information over and over until receiving the order to stop. If not handled properly, a loop …

  2. What Are Loops in Computer Programs? - ThoughtCo

    Apr 30, 2025 · Loops repeat actions until a condition is met, making programming tasks more efficient. There are different types of loops, like 'for', 'while', and 'do while', each with unique …

  3. LOOP Definition & Meaning - Merriam-Webster

    The meaning of LOOP is a curving or doubling of a line so as to form a closed or partly open curve within itself through which another line can be passed or into which a hook may be hooked.

  4. LOOP | English meaning - Cambridge Dictionary

    in/on a loop If something runs in a loop, or is on a loop, it runs continuously, so that the same things are repeated again and again:

  5. Loop Definition & Meaning | Britannica Dictionary

    LOOP meaning: 1 : a curved part or shape made when something long and thin (such as a rope or thread) bends so that it touches or crosses over itself; 2 : something that is shaped like a loop

  6. What is a Loop in Programming? Definition, Types & Examples

    May 13, 2025 · A loop is a programming construct that allows instructions to be executed repeatedly until a specified condition is met or false. This fundamental control structure …

  7. loop noun - Definition, pictures, pronunciation and usage notes ...

    Definition of loop noun in Oxford Advanced Learner's Dictionary. Meaning, pronunciation, picture, example sentences, grammar, usage notes, synonyms and more.

  8. What Even Is a Loop? A Beginner’s Guide Without the Jargon

    Apr 17, 2025 · What Is a Loop in Programming? (Plain English) Let’s break it down. A loop is just a tool that helps a program repeat something. That’s it. Want to blink 10 times? That’s a loop. …

  9. What is Loop? - Definition from Amazing Algorithms

    A loop is a control flow statement in computer programming that allows the execution of a set of instructions multiple times. By using loops, programmers can avoid writing repetitive code and …

  10. What is a Loop? Learn the Different Types & How to Use It | Lenovo

    A loop is a programming construct that allows you to repeat a set of instructions multiple times. It's like telling the computer, "Hey, do this thing over and over until a certain condition is met.