Skip to content
Technologies · Year 2 · Thinking in Steps: Algorithms and Logic · Term 1

Conditional Choices: If/Then Statements

Students explore simple conditional logic by creating rules that dictate different actions based on specific conditions.

ACARA Content DescriptionsAC9TDI2W01

About This Topic

Students explore simple conditional logic by creating if/then statements that introduce branching in sequences. They build rules such as 'if the light is green, then walk' or 'if you find a red block, then sort it left.' These conditionals teach how a process changes direction based on a specific condition being true or false, extending prior work on straight-line algorithms.

This content meets AC9TDI2W01 in the Australian Curriculum: Digital Technologies. Students explain how conditionals alter sequence flow, construct statements for problems like sorting games, and evaluate outcomes from different conditions. It fosters computational thinking through pattern recognition in decisions and prediction of results, skills essential for future programming and problem-solving across subjects.

Hands-on activities make conditionals accessible for Year 2 learners. When students test rules with toys, cards, or block-based tools, they observe cause-and-effect directly. Active learning benefits this topic by turning abstract logic into physical trials, encouraging collaboration to debug errors and refine rules, which deepens understanding and boosts confidence.

Key Questions

  1. Explain how a 'if/then' rule changes the flow of a sequence.
  2. Construct a simple conditional statement to solve a given problem.
  3. Evaluate the impact of different conditions on the outcome of a process.

Learning Objectives

  • Construct a simple 'if/then' rule to sort objects based on a given characteristic.
  • Explain how changing the condition in an 'if/then' statement alters the outcome of a sequence.
  • Compare the results of two different 'if/then' rules applied to the same set of objects.
  • Design a sequence of 'if/then' rules to guide a character through a simple maze.

Before You Start

Following Sequential Instructions

Why: Students need to be able to follow a series of steps in order before they can understand how conditional steps alter that order.

Identifying Object Properties

Why: Students must be able to identify characteristics like color, shape, or size to use them as conditions in 'if/then' statements.

Key Vocabulary

ConditionA specific situation or requirement that must be met for something else to happen. For example, 'if the block is red' is the condition.
ActionWhat happens or what you do when a condition is met. For example, 'then sort it left' is the action.
If/Then StatementA rule that says if a certain condition is true, then a specific action should be performed.
SequenceA set of instructions or steps that are followed in a specific order.
BranchingWhen a sequence of instructions can take different paths based on whether a condition is true or false.

Watch Out for These Misconceptions

Common MisconceptionConditionals always happen no matter what.

What to Teach Instead

Conditionals only activate if the condition is true; otherwise, the sequence skips the action. Role-playing scenarios with props lets students physically test true/false cases, revealing the decision point through group trials and peer explanations.

Common MisconceptionIf/then statements work the same as regular steps in a sequence.

What to Teach Instead

Conditionals add a branch that depends on checking a condition first, unlike fixed steps. Hands-on sorting games show students the difference when they insert a conditional and watch the flow change, helping them debug through observation.

Common MisconceptionAny word can be a condition.

What to Teach Instead

Conditions must be clear, observable yes/no checks. Collaborative card creation activities guide students to refine vague ideas into testable ones, with class voting reinforcing effective examples through shared testing.

Active Learning Ideas

See all activities

Real-World Connections

  • Traffic lights use 'if/then' logic: if the light is red, then stop; if the light is green, then go. This helps manage the flow of cars and pedestrians safely.
  • Video games often use conditional statements. For example, 'if the player collects a coin, then increase the score by 10.' This makes games interactive and responsive to player actions.
  • Automated sorting machines in factories use 'if/then' rules. If an item has a specific shape or color, then it is directed to a particular bin.

Assessment Ideas

Exit Ticket

Give students a picture of a simple maze. Ask them to write one 'if/then' rule to help a character move through the maze. For example: 'If there is a path forward, then move forward.'

Quick Check

Present students with a set of colored blocks. Ask them to create an 'if/then' rule to sort the blocks. For example: 'If the block is blue, then put it in the blue bin.' Observe if students can correctly identify a condition and a corresponding action.

Discussion Prompt

Ask students: 'Imagine you are programming a robot to clean your room. What is one 'if/then' rule you would give it? What happens if the condition is not met?' Discuss how changing the condition changes what the robot does.

Frequently Asked Questions

What does AC9TDI2W01 require for Year 2 conditionals?
AC9TDI2W01 asks students to create digital solutions with branching algorithms, including simple if/then statements. They explain flow changes, build rules for problems like games, and evaluate outcomes. Focus on unplugged and block-coding to meet this through practical sharing of solutions.
How can active learning help students understand if/then statements?
Active learning engages Year 2 students by letting them test conditionals physically, such as programming robots or acting out rules. This reveals true/false branches immediately, builds debugging through trial-and-error, and sparks discussions on predictions. Collaborative play reduces frustration with abstract ideas, making logic stick via real-world connections and peer feedback.
What unplugged activities teach conditionals in Year 2?
Use card sorts, robot floor games without tech, or modified Simon Says with if/then rules. Students create, test, and swap rules in pairs or groups, observing how conditions alter sequences. These build confidence before digital tools and align with ACARA by emphasizing explanation and evaluation.
How to assess Year 2 if/then understanding?
Observe students constructing and testing rules in activities, noting if they explain flow changes and predict outcomes. Use rubrics for oral shares or drawings of sequences with branches. Portfolios of before/after tests show growth in evaluating conditional impacts, per AC9TDI2W01.