About 10,900 results
Open links in new tab
  1. Looping - Conceptual Data Modeling

    Jul 3, 2025 · Looping est un logiciel de modélisation conceptuelle de données entièrement gratuit et libre d'utilisation.

  2. LOOPING Definition & Meaning - Merriam-Webster

    6 days ago · 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 …

  3. Loops in Programming - GeeksforGeeks

    Jul 23, 2025 · Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school …

  4. Loop (statement) - Wikipedia

    A conditional loop (also known as an indeterminate loop[2]) is a loop that determines whether to terminate based on a logical condition. [3] These loops are flexible, but their exact behavior can be …

  5. Looping - definition of looping by The Free Dictionary

    Define looping. looping synonyms, looping pronunciation, looping translation, English dictionary definition of looping. n. 1. a. A length of line, thread, ribbon, or other thin material that is curved or …

  6. What is a Loop? - W3Schools

    What is a Loop? A loop runs the same code over and over again, as long as the condition is true. The simulation below uses a loop to roll dice until the result is 6, counting how many times the dice was …

  7. What is Looping and How Looping Work ? - YouTube

    LOOPING EXPLAINED!What is Looping and How Looping WorksIn this video, we'll dive into the world of programming and explore one of the most fundamental concep...

  8. Looping - Definition, Meaning & Synonyms | Vocabulary.com

    4 days ago · (computer science) executing the same set of instructions a given number of times or until a specified result is obtained

  9. LOOPING | English meaning - Cambridge Dictionary

    LOOPING definition: 1. present participle of loop 2. to make a loop or curve: 3. (of a short piece of recorded music…. Learn more.

  10. Review: Looping (article) - Khan Academy

    Review: Looping This is a review of what we covered in this tutorial on loops. When we're writing programs, we often find that we want to repeat a bit of code over and over, or repeat it but change …