Activity 01
Unplugged: Human Loop Robots
Pair students as programmer and robot. Programmer gives instructions like 'repeat 4 times: hop forward, clap'. Robot performs while others observe. Switch roles, then groups create and share a loop sequence for the class.
Explain why using a loop is more efficient than repeating code multiple times.
Facilitation TipDuring Human Loop Robots, have students physically mark their starting position with tape to clearly see the effect of multiple repeats.
What to look forShow students a simple block-based program with a loop (e.g., move forward 3 times). Ask them to draw what they think the character will do. Then, run the program to compare their predictions.