Notes On Sequencing With Block Coding
Notes On Sequencing With Block Coding
Chapter 2 - TouchPad
Chapter Overview
This chapter covers sequencing in programming, its importance, and its relationship with loops,
selection, and iteration.
Recap of Loops
What is Sequencing?
Example: Making a sandwich requires following steps in the correct order, just like tasks in
programming.
What is a Bug?
Steps:
1. Draw a 5 cm line.
2. Turn right 90 degrees.
3. Draw a 3 cm line.
4. Repeat until a rectangle is formed.