Activity 01
Inquiry Circle: The Ultimate Test Plan
Groups are given a program specification for a simple calculator. They must work together to create a list of 10 test cases that cover normal, boundary, and erroneous data, then swap with another group to see if their plan catches all the bugs.
Differentiate between integer, float, string, and boolean data types and their appropriate uses.
Facilitation TipDuring Collaborative Investigation, circulate and ask groups to explain why they chose specific test cases, pushing them to justify their reasoning aloud.
What to look forProvide students with a short Python code snippet containing a variable declaration and an operation. Ask them to identify the data type of the variable and predict the output of the operation, explaining their reasoning.