Structural components of programs
x

Programs are built from components

Programs are built from components

Annotated Python program showing a constant, subprogram with parameters, selection, repetition loop, data structure initialisation, input and output labelled A program is built from structural components: parts with specific jobs such as storing data, choosing a path, repeating steps, or splitting work into smaller tasks. When you can spot these building blocks, code becomes easier to read and explain.

Structural components of programs Lesson

  1. GCSE
  2. /Computer Science
  3. /Structural components of programs