Skip to content
Control Structures: Selection
Coding · 1st Year · Programming Fundamentals · 3.º Período

Control Structures: Selection

Use conditional statements to allow programmes to make decisions based on user input or data.

NCCA Curriculum SpecificationsNCCA Coding Strand 2: 2.8NCCA Coding Strand 3: 3.3

About This Topic

Use conditional statements to allow programmes to make decisions based on user input or data.

Key Questions

  1. How do computers make decisions?
  2. What is a conditional statement?
  3. How can selection change the flow of a programme?