Activity 01
Manual List Search
Students receive printed lists of numbers or names. They perform linear searches for given targets, noting comparisons made. Discuss findings in class.
Explain the step-by-step process of a linear search.
Facilitation TipDuring Manual List Search, give students physical index cards with numbers so they can physically move and compare each one.
What to look forPresent students with a small, unsorted list of numbers (e.g., [15, 7, 22, 4, 18]) and a target value (e.g., 22). Ask them to write down each step of the linear search, indicating the comparisons made and the final position of the target. Also, ask them to state the number of comparisons performed.