Activity 01
Think-Pair-Share: Write Before You Code
Present a problem statement (for example, find all even numbers in a list and return their sum). Students individually write pseudocode for 5 minutes, then swap with a partner who tries to identify any missing steps or ambiguities. Pairs revise and share one finding with the class about what made their pseudocode clearer or harder to follow.
Construct pseudocode for a given problem statement.
Facilitation TipDuring Think-Pair-Share, circulate and ask each pair to explain one line of their pseudocode aloud to ensure it represents a logical step.
What to look forProvide students with a simple problem, such as 'calculate the average of three numbers.' Ask them to write pseudocode for the solution. Review their pseudocode for correct use of sequential steps and clear variable naming.