★ KS3-MATH-OCC-0001Front
A variable
HintIn algebra the same idea wears a letter such as x; in code it wears a name such as score.
The whyIn maths a letter usually stands for one unknown number that never moves during the question. In code the same box is written to over and over: score = score + 1 means 'work out the right-hand side, then put the result back in the box'. Reading = as 'becomes' rather than 'equals' is the biggest single step from Year 7 algebra into programming, and the Blockly tasks in the younger age groups are built on it.
same next review — Easy spaces out faster after that
★ KS3-MATH-OCC-0001Back