About 307,000 results
Open links in new tab
  1. Iteration Statements in Programming - GeeksforGeeks

    Jul 23, 2025 · Iteration statements, commonly known as loops, are fundamental constructs in programming that enable repetitive execution of code blocks based on specified conditions.

  2. Iteration | AQA GCSE Computer Science Revision Notes 2020

    Aug 12, 2024 · Revision notes on Iteration for the AQA GCSE Computer Science syllabus, written by the Computer Science experts at Save My Exams.

  3. Conditions and counters - Iteration - KS3 Computer Science ... - BBC

    Learn how to represent iteration in algorithms in Bitesize KS3 Computer Science.

  4. Iteration - Ada Computer Science

    Join Ada Computer Science, the free, online computer science programme for students and teachers. Learn with our computer science resources and questions.

  5. Iteration in Computer Science - IGCSE Revision Notes

    Oct 21, 2025 · Learn about iteration for your IGCSE computer science exam. This revision note includes loops, counters, and control structures.

  6. Understanding Iteration in Programming: A Comprehensive Guide

    Feb 16, 2022 · While iteration is used for much simpler purposes, we repeat the same block of code until the conditions are met. Types of Loops in Programming So how exactly is iteration implemented in a …

  7. Representing iteration - Iteration - KS3 Computer Science ... - BBC

    Learn how to represent iteration in algorithms in Bitesize KS3 Computer Science.

  8. Iteration Examples in Real Life and Computer Programming

    Nov 7, 2020 · Whether you're looking for an iteration example in real life or in computer programming, you can learn to spot them with our list tailored to help you.

  9. The function of structural components of programs - Edexcel

    These constructs are sequence, selection and iteration and they form the basis for all programs. Part of Computer Science Application of computational thinking

  10. What is Iteration in Programming? - EnjoyAlgorithms

    What is iteration in programming? Iteration is executing a sequence of code instructions specified times or until a specific condition is true. We implement iteration using the two most common types of loop: …