Module 2 – Drawing Shapes And Repeating

Please select according to the version of Scratch you are using (Scratch 1.4, 2.0 or 3.0).

Think Like A Computer

Understand how computers interpret instructions even if this means that the outcome is unexpected. The person writing a computer program must have a very clear understanding of what needs to be accomplished before writing the computer program. Once a computer program has been written it can be tested to make sure it functions as expected.

Could You Repeat That Please?

Iteration and loops are introduced in Scratch. Experiment drawing shapes in Scratch.

Over And Over Again

Get comfortable using nested loops. Experiment drawing different shapes and patterns using nested loops.