Recap - Basic programming building blocks

Time for a quick recap!

Summary:

  • A reminder: programming is not just about coding. Always remember to understand the problem first.
  • A summary of the basic building blocks of structured programs:
    1. Simple statement
    2. Selection
    3. Repetition
  • You can write most programs with just these basic building blocks.

We will go through each of these building blocks in more detail when we officially start the course.

This is an archived version of the course and is no longer updated. Please find the latest version of the course on the main webpage.