Computer Science - Algorithms - Linear search - Find the Card
A card-finding game. 10 cards face-down in a row, numbered 1-10. Student must find a specific card (e.g., 'Find card #7'). They click cards one by one to flip them. Counter shows: 'Cards checked: 1, 2, 3...' Best case: found on first flip (1 check). Worst case: last card (10 checks). After finding: