Activity 01
Pairs Challenge: Line Following Path
Pairs program a robot to follow a taped line using colour sensors and forward, slight turn instructions. They test on a 2m course, log deviations, and add loop conditions for corrections. Pairs then swap robots to evaluate each other's code.
Analyze how a robot uses sensors and algorithms to navigate a maze.
Facilitation TipDuring the Line Following Path challenge, circulate to listen for pairs debating whether to use a loop for straightaways or a conditional for turns, then ask guiding questions about efficiency.
What to look forProvide students with a simple grid map and a starting point. Ask them to write down the sequence of commands (e.g., FORWARD, TURN LEFT, IF OBSTACLE THEN TURN RIGHT) a robot would need to reach a target destination, explaining one conditional step.