
Computer Science · 6th Year · Programming Fundamentals · 2.º Período
Loops and Iteration
Pupils discover how to make their code more efficient by using loops to repeat instructions.
NCCA Curriculum SpecificationsPrimary Mathematics Curriculum (2023) - Algebra: Rules and PropertiesPrimary Curriculum Framework - Being a Digital Learner
About This Topic
Pupils discover how to make their code more efficient by using loops to repeat instructions.
Key Questions
- Why do we use loops in programming?
- What is the difference between a 'repeat' and a 'forever' loop?
- How do loops save time?
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
Variables and Data
Pupils learn how to create and use variables to store, retrieve, and modify data within their programs.
2 methodologies
Conditionals and Selection
Pupils introduce decision-making into their code using 'if-then-else' statements to respond to different inputs.
2 methodologies