Activity 01
Pair Challenge: Flowchart Duel
Pairs receive a problem, like calculating factorial with iteration. One draws the flowchart while the other traces test cases verbally. Switch roles after 10 minutes, then compare for completeness and errors.
Design a flowchart that incorporates both selection and iteration structures.
Facilitation TipDuring the Pair Challenge, assign roles of ‘planner’ and ‘reviewer’ to ensure both students contribute to the flowchart design and peer feedback.
What to look forProvide students with a short, written algorithm description (e.g., 'Find the largest number in a list'). Ask them to draw a flowchart for it, including at least one selection and one iteration. Observe their use of symbols and logic flow.