Karel Commands Quiz

Karel Commands Quiz

12th Grade

9 Qs

quiz-placeholder

Similar activities

CS Day 38

CS Day 38

KG - University

10 Qs

eCommerce ReCap

eCommerce ReCap

8th Grade - University

10 Qs

Tony Stark Quiz

Tony Stark Quiz

12th Grade

13 Qs

Programming Functions

Programming Functions

6th - 12th Grade

13 Qs

CodeHS Unit 1

CodeHS Unit 1

9th - 12th Grade

12 Qs

CodeHS Unit 1 Quiz

CodeHS Unit 1 Quiz

10th Grade - University

12 Qs

CodeHS Unit 2

CodeHS Unit 2

11th - 12th Grade

13 Qs

Functions

Functions

9th - 12th Grade

5 Qs

Karel Commands Quiz

Karel Commands Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Charles Moriarty

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a valid Karel command?

move

MOVE

move()

move(1)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of these is NOT a command that Karel knows?

Turn Left

Turn Right

Move Forward

Put Down a Ball

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a street in a Karel world?

A row

A column

A single point

Karel's position

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an avenue in a Karel world?

A row

A column

A single point

Karel's position

5.

MULTIPLE CHOICE QUESTION

30 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?

Street 1 and Avenue 3

Street 4 and Avenue 4

Street 2 and Avenue 6

Street 6 and Avenue 2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If Karel is facing North and the code turn_left() turn_left() turn_left() runs, which direction is Karel facing now?

North

South

East

West

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

1

2

3

4

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can be used to teach Karel to turn right?

Functions

Variables

Dog treats

Karel can already turn right

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

A

B

C

D