About 40,500,000 results
Open links in new tab
  1. Get started with Microsoft Loop

    Loop combines a powerful and flexible canvas with portable components that move freely and stay in sync across applications—enabling teams to think, plan, and create together. Loop components are …

  2. What is a Loop? - W3Schools.com

    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 …

  3. What Is a Loop? - Computer Hope

    Sep 7, 2025 · Meaning of loops in programming, how loops work and how to break out of them, and discover examples of different loop types in various programming languages.

  4. 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 uses. Loop …

  5. 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. Want to …

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

  7. What Is Microsoft Loop and How to Use It - SoftwareKeep

    Microsoft Loop is a next-generation collaboration tool that integrates seamlessly with the Microsoft 365 suite. It aims to enhance productivity and streamline teamwork. It's a versatile workspace where …

  8. 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 enables developers to …

  9. LOOP | English meaning - Cambridge Dictionary

    LOOP definition: 1. the curved shape made when something long and thin, such as a piece of string, bends until one…. Learn more.

  10. 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 …