Activity 01
Gallery Walk: Block vs. Script
Display posters around the room showing a block-based algorithm on one side and its Python equivalent on the other. Students move in pairs to identify which text commands (like 'print' or 'range') correspond to specific blocks, noting their findings on a worksheet.
Explain how identifying patterns can simplify complex algorithmic challenges.
Facilitation TipDuring the Gallery Walk, position yourself near the most complex pair of block and script examples so you can guide students who are unsure about the connection.
What to look forPresent students with a visual pattern (e.g., a sequence of shapes, a grid). Ask them to describe the pattern in words and then write pseudocode for a single step that could be repeated to generate the pattern. Ask: 'What is the core repeating element?'