Karel Quizzes 1-5 (Command - Start)

Karel Quizzes 1-5 (Command - Start)

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Codehs Concepts of Programming Karel

Codehs Concepts of Programming Karel

9th Grade

15 Qs

Functions

Functions

9th - 12th Grade

5 Qs

CodeHS Unit 2

CodeHS Unit 2

11th - 12th Grade

13 Qs

Karel Unit Test REVIEW

Karel Unit Test REVIEW

9th - 12th Grade

15 Qs

CSC40 T2-Classwork1

CSC40 T2-Classwork1

9th Grade

15 Qs

BASIC CODE

BASIC CODE

2nd - 9th Grade

10 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

Karel Quizzes 1-5 (Command - Start)

Karel Quizzes 1-5 (Command - Start)

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Fernando Alvarado

Used 41+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a valid Karel command?

move;

MOVE

move();

move()

2.

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

3.

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

4.

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?


move();

move();

move();

turnLeft();

move();

Street 1 and Avenue 3

Street 4 and Avenue 4

Street 2 and Avenue 6

Street 6 and Avenue 2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If Karel is facing North and the code


turnLeft();

turnLeft();


runs; which direction is Karel facing now?

North

South

East

West

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

1

2

3

4

7.

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

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?