
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
- How do computers make decisions?
- What is a conditional statement?
- How can selection change the flow of a programme?