Activity 01
Pair Draft: Max Finder Algorithm
Pairs receive a problem like finding the maximum in a list of numbers. They draft pseudocode step-by-step, using loops and conditionals. Pairs then swap drafts for 5-minute peer feedback and revise once.
Explain the benefits of using pseudocode before writing actual program code.
Facilitation TipDuring Pair Draft, circulate and gently ask each pair to read their pseudocode aloud, forcing them to hear whether it sounds conversational or structured.
What to look forPresent students with a simple task, such as calculating the average of three numbers. Ask them to write pseudocode for this task. Review their pseudocode for correct use of sequence and basic arithmetic operations.