Activity 01
Pair Coding: Dataset Measures
Pairs collect five classmates' marks in a subject, then code Python functions for mean, median, and mode using lists and sort(). They run the code, print results, and swap datasets to verify each other's outputs. Discuss which measure best represents the data.
Differentiate between mean, median, and mode and their appropriate use cases.
Facilitation TipDuring Pair Coding, circulate and ask pairs to explain their code line by line, ensuring both students understand each step before moving on.
What to look forPresent students with a small dataset (e.g., 5-7 numbers including one clear outlier). Ask them to calculate the mean, median, and mode. Then, ask: 'Which measure best represents the typical value in this dataset and why?'