Karel Command
De-Bug
CTL Structure
Misc
XMas
100

The mascot dog for CodeHS.

What is Karel?

100

DEFINE function():

What is define?

100

for x in range(5)

   move()

What is a for loop?

100

A variable that has text that is inside " ".

What is a string?

100

Jolly man in a red suit that delivers presents to children on Christmas Eve?

Who is Santa?
200

turn_left()

move()

take_ball()

put_ball()

What is Karel's original commands?

200

turnLeft()

What is _ and lowercase l?

200

Repeat some code while condition is true.

What is a while loop?

200

True or false

What is a boolean?

200

Dasher, Dancer, Prancer, Vixen, Comet, Cupid, Donner, Blitzen, Rudolf.

Who are Santa's reindeer?

300
turn_right()

turn_around()

What are super Karel commands?

300

MOVE

What is move--should be lower case ()

300

To do something if a condition is true and something else if it is not.

What is an if/else statement?

300

We use the word "float" to describe this type of variable.

What is a decimal?

300

Milk and cookies.

What is left out for Santa on Christmas Eve?

400

The amount of times Karel has to turn left to turn right.

What is 3?

400

take_the_ball()

What is the?

400

Used when repeating a fixed number of times.

What is a for loop?

400

Similar to a grammar error in English, this is a type of error in computer programming.

What is syntax error?

400

A red and white candy shaped like a shepherd's staff.

What is a candy cane?

500

def spin():

   turn_left()

   turn_left()

   turn_left()

   turn_left()

What is Karel spinning in one circle?

500

ball_take()

What is backwards--take_ball()

500

Control the flow of the program; how the commands execute

Why do we use control structures in Python?

500
The off by one or "fence post" problem. Happens during _____ control structure.

What is a while loop?

500

Hung by the chimney with care....

What are stockings?