Activity 01
Unplugged: Condition Card Sort
Provide cards with conditions and actions for scenarios like library book sorting. Students in small groups arrange cards into branching paths on paper. Test paths by inputting sample data and adjust based on group predictions.
Design an algorithm that incorporates multiple branching conditions.
Facilitation TipDuring Condition Card Sort, circulate and ask each pair to explain why they placed a card in a particular group, reinforcing the idea that conditions evaluate to true or false only.
What to look forProvide students with a short pseudocode snippet containing an if/else statement and a specific input value. Ask them to write down the final output of the algorithm. For example: 'Input: temperature = 25. If temperature > 30, print "Hot". Else, print "Warm". What is printed?'