Please enable JavaScript to use CodeHS

AP Computer Science Principles in JavaScript

Lesson 1.2 Introduction to Programming With Karel

Description

In this lesson, students are introduced to Karel the Dog and how Karel can be given a set of instructions to perform a simple task.


Objective

Students will be able to:

  • Recognize, explain, and use the commands that Karel can be given. These commands are: move(), putBall(), takeBall() and turnLeft().