Activity 01
Pair Critique: Average Calculator Pseudocode
Partners take turns writing pseudocode to calculate the average of five numbers, including input, loop, sum, and output. The other partner checks for clarity, sequence errors, and missing conditions, then they revise together. Share one improved version with the class.
Explain the advantages of using pseudocode before writing actual code.
Facilitation TipDuring Pair Critique, circulate with a checklist that highlights common ambiguities like missing variable declarations or unclear conditions to guide peer feedback.
What to look forPresent students with a short scenario, such as 'Calculate the total cost of 5 items, each costing $2.50'. Ask them to write the pseudocode for this task on a mini-whiteboard and hold it up for the teacher to see.