Unit 5 · Lesson 1
Build the idea
Start with the concept and its key vocabulary.
Sequence is the simplest programming construct: each instruction runs in the order it is written. That order matters because a calculation can only use values that already exist. Use + for addition, - for subtraction, * for multiplication and / for ordinary division.
Instructions executed in order, one after another, from top to bottom.
A symbol that tells a program to perform a numerical calculation.
Values, variables and operators combined to produce a result.
A value or variable that an operator acts on.