Programming concepts
x

Programs are built from statements

Programs are built from statements

Flowchart comparing sequence, selection and iteration with arrows between statements, a decision diamond for selection, and a loop back arrow for iteration

An algorithm is a precise set of steps for solving a problem, and a program is that algorithm written so a computer can run it. A statement is one instruction, such as assigning a value, making a choice, or repeating a block.

Programming concepts Lesson

  1. GCSE
  2. /Computer Science
  3. /Programming concepts