Skip to content
Sequences and Instructions
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

  1. What happens if code is in the wrong order?
  2. How do we debug a sequence?
  3. What is a bug?