Activity 01
Pair Programming: Polygon Builder
Pairs use a turtle graphics tool to program basic shapes like triangles and octagons. One partner types code while the other predicts outcomes and suggests angles. Switch roles after each shape, then combine into a repeating border.
Analyze how to break a complex pattern into smaller, repeatable steps.
Facilitation TipDuring Pair Programming: Polygon Builder, circulate to listen for students explaining their angle calculations to each other, especially when they test angles like 120 degrees for hexagons.
What to look forPresent students with a visual of a simple compound shape (e.g., a square with a triangle on top). Ask them to write down the sequence of commands they would give a sprite to draw it, identifying any loops or repeated steps.