Python - Karel the Dog

Python - Karel the Dog

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

Codehs

Codehs

9th - 12th Grade

12 Qs

CodeHS Karel Python

CodeHS Karel Python

9th - 12th Grade

16 Qs

Karel's Programming Quiz

Karel's Programming Quiz

9th - 11th Grade

21 Qs

Codehs

Codehs

10th - 12th Grade

20 Qs

CS: Quiz/Test 2.1-2.10

CS: Quiz/Test 2.1-2.10

9th - 12th Grade

15 Qs

karel

karel

12th Grade

15 Qs

CodeHS Karel Unit

CodeHS Karel Unit

9th - 12th Grade

12 Qs

Codehs

Codehs

9th - 12th Grade

12 Qs

Python - Karel the Dog

Python - Karel the Dog

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Anthony Sinapi

Used 28+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which one of these movements can Karel NOT do?

Turn left

Turn right

Move forward

Put down a ball

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a street in a Karel world?

A row

A column

A single point

Karel's position

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If Karel starts at Street 1 and Avenue 3 facing East, what street (row) and avenue (column) will Karel be on after this code runs?

move()

move()

move()

turn_left()

move()

Street 1 and

Avenue 3

Street 4 and Avenue 4

Street 2 and Avenue 6

Street 6 and Avenue 2

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Karel is facing North and the code

turn_left()

turn_left()

runs, which direction is Karel facing now?

North

South

East

West

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How many times should Karel turn left in order to turn right?

1

2

3

4

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What can be used to teach Karel to turn right?

Functions

Variables

Dog Treats

Streets

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which function will teach Karel how to spin in a circle one time?

def spin():

turn_right()

def spin():

turn_left()

turn_left()

turn_left()

turn_left()

def spin():

turn_left()

turn_left()

def spin():

move()

move()

move()

move()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?