Code Crew G3 / Week 01 / Wednesday
3/5
Week 01 · Sequencing

Wednesday

// What comes first?

Wednesday: Flowcharts

A FLOWCHART is a picture of a sequence. Boxes are steps. Arrows show what comes next.

Look both ways
Step into the street
Walk to the other side

Find the Missing Step

Fill in the missing step. (Hint: what do you do BEFORE you step?)

Wait for the walk sign
[ ___________________ ]
Cross the street
Missing step:
WHY THIS EXERCISECSTA 1A-AP-10: Sequence is the order of steps. Missing a single safety step turns a working program into a dangerous bug.

Build Your Own

Make a flowchart for: HOW TO MAKE A PEANUT-BUTTER SANDWICH. Use the empty boxes below. Add arrows between them.

Step 1
Step 2
Step 3
Step 4
← Tuesday