When designing algorithms, you have to know that the program runs in sequence, and no line can be skipped going down unless otherwise specified. Order totally matters! Think about how walking then talking is different from talking then walking!
Visualization in Scratch:
Character will move, meow, wait, then move.
Character will move, wait, move, then meow.
Previous Section
Intro to AlgorithmsNext Section
Error of Making AssumptionsCopyright © 2021 Code 4 Tomorrow. All rights reserved.
If you would like to use content from any of our courses, you must obtain our explicit written permission and provide credit. Please contact classes@code4tomorrow.org for inquiries.