Coding
Grade 2 coding adds repeating events to ordered steps.
- Write instructions in the correct sequence.
- Use a loop to repeat a step several times instead of writing it over and over.
- Read code to predict what will happen, then run it to check.
- Debug by finding the step that went wrong and fixing it.
Loops are a shortcut: "move forward 4 times" is shorter and clearer than four separate moves.