About 33,300 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 | 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.

  3. Loops in Programming - GeeksforGeeks

    Jul 23, 2025 · Loops, also known as iterative statements, are used when we need to execute a block of code repetitively. Loops in programming are control flow structures that enable the repeated …

  4. Looping - Modélisation Conceptuelle de Données

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

  5. Loop (statement) - Wikipedia

    Loops can be used to perform a repeated action on all items in a collection, or to implement a long lived program. Loops are a feature of high-level programming languages. In low-level programming …

  6. LOOPING Definition & Meaning - Merriam-Webster

    3 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 …

  7. JavaScript For Loop - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

  8. Iteration & Looping - Microsoft MakeCode for micro:bit

    You will learn to code with three types of loop blocks as well as sprite and music blocks. In the project, you’ll code your own unique program using loops, variables, and other blocks you’ve explored and …

  9. 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...

  10. Looping Algorithms Explained: The Basics, Types, and Real Code

    Jun 13, 2025 · One of the most essential and frequently used types of algorithms is the looping algorithm. This type of algorithm allows computers to execute a set of instructions repeatedly — …