Activity 01
Unplugged: Loop Card Sort
Provide cards with actions like 'clap' or 'jump'. Students sort into sequences without loops, then add loop cards to repeat. Groups act out both versions and note differences in time and effort. Discuss efficiency as a class.
Analyze how repetition can make a program more efficient.
Facilitation TipDuring Loop Card Sort, have students first predict the number of repeats before sorting, then confirm by executing the sequence they built.
What to look forProvide students with two short code snippets to draw a square: one using four separate 'draw line' commands, and another using a loop. Ask them to write one sentence explaining which code is more efficient and why.