Activity 01
Stations Rotation: The Data Sort
Set up stations with physical cards containing data (e.g., '25', 'True', 'Hello', '3.14'). Students must sort them into labeled boxes for Integers, Strings, Booleans, and Floats, explaining their reasoning at each stop.
Construct code to perform complex calculations using operators.
Facilitation TipDuring The Data Sort, circulate and listen for students discussing why a labeled bucket should not hold both numbers and words at the same time.
What to look forPresent students with a series of code snippets. Ask them to write down the output for each, focusing on expressions with mixed arithmetic and string operations. For example: `print(5 + " apples")` and `print(3 * 4 + 2)`.