About 409,000 results
Open links in new tab
  1. What is Conditional Programming in Scratch? - GeeksforGeeks

    Aug 7, 2021 · Scratch is a high-level visual programming language tool that interacts with users through diagrams and blocks that have the basics of a program inbuilt in it. Scratch is used to make …

  2. Loops in Scratch Programming - GeeksforGeeks

    Mar 15, 2025 · Learn how to use loops in Scratch programming with examples and practical applications. Perfect for beginners to automate tasks and create interactive projects!

  3. Conditional Statements - Scratch Foundation

    Conditional Statements Have you ever wanted to create a Scratch program that is interactive or offers multiple outcomes? Some Scratch programs are static: the outcome is fixed and the same thing …

  4. Loops in Scratch - Codingal

    Oct 20, 2023 · In this tutorial, we will learn all about loops in Scratch, a fun and interactive programming language. With Scratch, you can create your own games, animations, and even practical loops in …

  5. Learning Library | Scratch Foundation

    Conditional Statements Have you ever wanted to create a Scratch program that is interactive or offers multiple outcomes? Some Scratch programs are static: the outcome is fixed and the same thing …

  6. Forever - Scratch Wiki

    An example of the behavior of a forever loop The Forever block is a Control block, a C block, and a Cap Block. Blocks held inside this block will be in a loop — just like the Repeat () block and the Repeat …

  7. Understanding Conditionals in Scratch | PDF | Scratch (Programming ...

    This document discusses conditional programming in Scratch. It explains that conditional statements check if a condition is true or false and allow a program to execute different code depending on the …

  8. Conditional statements in Scratch programming - 98thPercentile

    Aug 12, 2024 · Scratch is a beginner-friendly programming language that uses a visual interface with blocks to create interactive stories, games, and animations. It’s perfect for young learners and those …

  9. Loops in Scratch - Coding First

    Jun 7, 2021 · Scratch is made up of block coding and is the easiest way to learn to code, anyone can do it! In this example, we will be looking at the forever loop and how it can be used in a quick example. …

  10. Loops - CS50's Introduction to Programming with Scratch

    Mar 19, 2024 · An introduction to programming using Scratch, a visual programming language via which aspiring programmers can write code by dragging and dropping graphical blocks (that resemble …