Karel Commands Quiz

Karel Commands Quiz

12th Grade

9 Qs

quiz-placeholder

Similar activities

Codehs

Codehs

9th - 12th Grade

12 Qs

Codehs

Codehs

9th - 12th Grade

12 Qs

Karel Adventures

Karel Adventures

9th - 12th Grade

10 Qs

Karel Quiz Week 10/16

Karel Quiz Week 10/16

10th - 12th Grade

10 Qs

Fund of CS _ 2.1 - 2.10 Assessment

Fund of CS _ 2.1 - 2.10 Assessment

9th - 12th Grade

10 Qs

Java

Java

9th - 12th Grade

12 Qs

CodeHS Unit 1-6

CodeHS Unit 1-6

9th - 12th Grade

12 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