Activity 01
Simulation Game: Condition Card Sort
Prepare cards with Boolean expressions and input values, such as (hungry = true) OR (tired = true). In small groups, students draw pairs, evaluate outcomes, and sort into true or false piles. Discuss edge cases as a group before revealing correct answers.
Translate a real-world condition into a Boolean expression.
Facilitation TipDuring Condition Card Sort, circulate and ask each pair to explain why they placed a card in the TRUE or FALSE group before moving on.
What to look forPresent students with a Boolean expression, such as (temperature < 10) OR (weather = 'rainy'), and provide input values like temperature = 5 and weather = 'sunny'. Ask students to write down whether the expression evaluates to TRUE or FALSE and explain their reasoning.