Lesson 1
How to Talk to the Computer
Chapter 7: Summary
Recap
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:
- Simple statement
- Selection
- 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.