
Computer Science · 6th Year · Programming Fundamentals · 2.º Período
Conditionals and Selection
Pupils introduce decision-making into their code using 'if-then-else' statements to respond to different inputs.
NCCA Curriculum SpecificationsPrimary Mathematics Curriculum (2023) - Logic and ReasoningPrimary Curriculum Framework - Being a Digital Learner
About This Topic
Pupils introduce decision-making into their code using 'if-then-else' statements to respond to different inputs.
Key Questions
- How do computers make decisions?
- What is an 'if-then' statement?
- How can we make our games interactive?
More in Programming Fundamentals
Sequences and Instructions
Pupils write their first block-based programs, ensuring commands are executed in the correct order to achieve a goal.
2 methodologies
Loops and Iteration
Pupils discover how to make their code more efficient by using loops to repeat instructions.
2 methodologies
Variables and Data
Pupils learn how to create and use variables to store, retrieve, and modify data within their programs.
2 methodologies