Activity 01
Gallery Walk: Pattern Spotting
Provide sample problems and pseudocode on posters. Small groups identify patterns like loops or conditionals, post sticky notes with generalizations. Groups rotate to review and refine others' work, discussing efficiency improvements. Conclude with whole-class share-out.
Explain how identifying patterns can lead to more efficient algorithms.
Facilitation TipUse a timer during the Gallery Walk so students focus on spotting patterns first, then discussing, rather than getting stuck on perfect explanations.
What to look forProvide students with three short pseudocode snippets, each demonstrating a different algorithmic pattern (sequence, selection, iteration). Ask students to label each snippet with the primary pattern it represents and write one sentence explaining their choice.