Activity 01
Physical Simulation: Find the Card
Give each group a deck of index cards with numbers. One student uses linear search (checking from the top), another uses binary search on a sorted deck, and a third times each approach. Groups record results at deck sizes of 10, 20, and 40 cards and compare their data.
Compare the efficiency of linear search versus binary search.
Facilitation TipDuring Physical Simulation: Find the Card, circulate and listen for students who say 'find it faster' instead of counting steps, then prompt them to count aloud.
What to look forPresent students with a small, unsorted list of numbers and a target value. Ask them to trace the steps of a linear search to find the value, writing down each comparison made. Then, present the same list, sorted, and ask them to trace the steps of a binary search, noting how many comparisons are made.