
Computer Science · 6th Year · Programming Fundamentals · 2.º Período
Sequences and Instructions
Pupils write their first block-based programs, ensuring commands are executed in the correct order to achieve a goal.
NCCA Curriculum SpecificationsPrimary Mathematics Curriculum (2023) - Computational ThinkingDigital Learning Framework - Domain 1: Learner Outcomes
About This Topic
Pupils write their first block-based programs, ensuring commands are executed in the correct order to achieve a goal.
Key Questions
- What happens if code is in the wrong order?
- How do we debug a sequence?
- What is a bug?
More in Programming Fundamentals
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
Conditionals and Selection
Pupils introduce decision-making into their code using 'if-then-else' statements to respond to different inputs.
2 methodologies