Variable, a storage container (like a pot) to put things in, change what's inside and look at its contents​, Sequence, instructions carried out in order, Selection, making a choice or decision, Iteration, repeating a set of instructions, syntax, rules that define how code must be written, indented, code moved in from the left margin to show it belongs to a block of code, Count Controlled, a loop that repeats a set number of times, Condition Controlled, a loop that repeats while a condition is true, Initialised, giving a variable a starting value before it is used, Increment, increasing a variable's value, usually by 1, While Loop, a condition-controlled loop, For Loop, a count-controlled loop

Lessons 12-13 iteration

Leaderboard

Visual style

Options

Switch template

Continue editing: ?