Please enable JavaScript to use CodeHS

World of Computing

Lesson 2.2 A Day at the Park

Description

In this lesson, students go through another Karel Adventure story! In this story, students will help Karel get to the park to set up a scavenger hunt. Along the way, students will review if/else statements and loops, and they will learn about functions and top-down decomposition.


Objective

Students will be able to:

  • Use program control statements to write efficient programs
  • Define and call functions
  • Utilize top-down decomposition to break problems into smaller, more manageable parts
  • Write programs that are clear and easy to follow
  • Use custom colors to create a scene in Karel