Activity 01
Unplugged Sort: Data Type Match-Up
Distribute cards with sample values like 42, 'Grade 9', true, and 3.14. In small groups, students sort them into integer, string, and boolean categories, then write pseudocode declarations for each. Groups share one tricky example, like '123', and vote on its type.
Explain the purpose of variables in storing and manipulating data.
Facilitation TipDuring Unplugged Sort, circulate and ask students to verbalize why they grouped a value with its data type, reinforcing vocabulary while they work.
What to look forProvide students with three code snippets. Each snippet declares a variable and assigns a value. Ask students to identify the data type of each variable and write one sentence explaining why that data type is appropriate for the assigned value.