Activity 01
Simulation Game: Human Search Race
Number index cards 1 to 30, shuffle half of the decks and leave the other half sorted. Pairs race to find a target number: one uses linear search and the other uses binary search on the sorted deck. Students record the number of comparisons for each method across several trials and graph the results.
Compare the efficiency of linear search versus binary search in different data scenarios.
Facilitation TipDuring the Human Search Race, position two volunteers at opposite ends of the room so the linear searcher walks step-by-step while the binary searcher moves in half-steps, making the efficiency difference visually obvious.
What to look forPresent students with two scenarios: 1) Searching for a specific word in a dictionary, and 2) Finding a specific song on a shuffled playlist. Ask them to identify which search algorithm (linear or binary) is more appropriate for each and justify their choice in one sentence.