Activity 01
Kinesthetic Activity: Card Binary Search
Provide each small group with 16-32 numbered cards. Students sort them, then one reads a target number while others perform binary search by halving piles and checking middles. Groups record steps taken and compare with linear search on the same cards.
Compare the efficiency of binary search with linear search.
Facilitation TipDuring Card Binary Search, circulate and ask pairs to explain why they discard a half; listen for mentions of ‘sorted order’ and ‘mid-point calculation’.
What to look forProvide students with a small, sorted list of numbers (e.g., [5, 12, 18, 25, 30]) and a target number (e.g., 18). Ask them to write down the steps of a binary search, showing the mid-point and the remaining search interval at each stage, and state the final result.