LibraryProgramming ConceptsOne card

A LITTLE SOMETHING WORTH KNOWING

A small discovery. Yours to pass on.

TechnologyOne small ahaProgramming concept

Loop · meaning

Think it. Then flip it.
ahamoraTap to reveal
Back to the cue
TechnologyOne small aha
Your new ahaStructure repeating instructions

Control flow describes the order in which a program's operations run. Source: Control flow

ahamoraReference ↗

Keep the thread going

One answer is a beginning.

Share a little curiosity, or follow it into the full collection.

Flip the full deck →

More from Programming Concepts

A few more worth knowing.

  1. 10Conditional · meaningRECALL
    Structure choosing between paths

    Often uses if and else

    Open this card ↗
  2. 11Recursion · meaningRECALL
    A function calling itself

    Needs a base case

    Open this card ↗
  3. 12Pseudocode · meaningRECALL
    Language-independent algorithm description

    Useful for planning

    Open this card ↗