This is an archived version of the course. Please find the latest version of the course on the main webpage.

Chapter 7: Summary

Recap

face Josiah Wang

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.

You will explore each of these building blocks in more detail in the next three lessons.