Activity 01
Truth Table Challenge: AND vs OR
Pairs create truth tables on paper or digital sheets for two conditions using AND and OR. They predict outcomes for all input combinations, then code simple Scratch programs to verify. Discuss matches between tables and program runs.
Analyze how combining conditions with 'AND' and 'OR' changes program logic.
Facilitation TipDuring Truth Table Challenge, circulate and ask pairs to explain why a false condition in an AND row blocks the entire outcome.
What to look forProvide students with two simple code snippets, one using 'AND' and one using 'OR' with identical conditions. Ask them to write one sentence explaining the difference in output if one of the conditions is false for each snippet.