Activity 01
Role Play: The Human Algorithm
One student acts as the 'Programmer' while others act as 'Data Points' with different attributes like shirt color or height. The Programmer gives branching instructions such as 'If you are wearing blue, step left; else, step right' to sort the group into specific zones.
Explain how a program uses a condition to make a simple decision.
Facilitation TipDuring the Human Algorithm role-play, have students stand in a line and physically move left or right based on the spoken condition so everyone can see the split paths.
What to look forProvide students with a simple scenario, e.g., 'If the temperature is below 10 degrees Celsius, then wear a jacket, else wear a t-shirt.' Ask them to write one sentence explaining what happens if the temperature is 5 degrees and one sentence explaining what happens if the temperature is 20 degrees.