Please enable JavaScript to use CodeHS

Intro to Programming with Karel the Dog (Ace)

Lesson 4.3 Debugging Strategies

Description

In this lesson, students learn more about debugging strategies and get extra practice using if / else statements.


Objective

Students will be able to:

  • Use debugging strategies to find and fix errors in their code.
  • Identify different types of errors in their code.
  • Explain the meaning of different error messages.
  • Explain the purpose of an If/Else statement
  • Create If/Else statements to solve new types of problems