Activity 01
Role Play: The Human Sensor
One student acts as a 'sensor' and another as the 'program'. The program must give the sensor instructions using only 'if' and 'while' statements to navigate an obstacle course in the classroom.
Analyze a complex problem to identify its constituent parts.
Facilitation TipDuring the Human Sensor role play, physically move students around the room to model how control structures direct flow, so they visualize the difference between one-time and repeating actions.
What to look forPresent students with a scenario, such as 'planning a school event'. Ask them to list three distinct sub-problems that need to be solved. Then, ask them to identify which decomposition strategy (top-down or bottom-up) they primarily used for this initial breakdown.