Python - Karel the Dog

Python - Karel the Dog

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

CS 2 - Python Unit 1

CS 2 - Python Unit 1

9th - 12th Grade

12 Qs

Karel the Dog Study Test

Karel the Dog Study Test

9th - 12th Grade

20 Qs

CodeHS - Java - Karel (Sec 1-3)

CodeHS - Java - Karel (Sec 1-3)

7th - 10th Grade

15 Qs

Java

Java

9th - 12th Grade

15 Qs

Intro to Robotics

Intro to Robotics

9th Grade

14 Qs

Revision Quiz 2

Revision Quiz 2

9th Grade

11 Qs

[AP CSP] Block Based Code

[AP CSP] Block Based Code

12th Grade

17 Qs

Unit 4 Quiz 1 Review

Unit 4 Quiz 1 Review

9th - 12th Grade

20 Qs

Python - Karel the Dog

Python - Karel the Dog

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Anthony Sinapi

Used 32+ 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?