Karel Test Review

Karel Test Review

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

JavaScript - Karel

JavaScript - Karel

9th - 10th Grade

20 Qs

Karel Quiz

Karel Quiz

8th - 12th Grade

22 Qs

Karel the Dog Study Test

Karel the Dog Study Test

9th - 12th Grade

16 Qs

CodeHS CompSci Final Exam

CodeHS CompSci Final Exam

8th Grade - University

25 Qs

IST CodeHS Unit 2 Robot Coding Review

IST CodeHS Unit 2 Robot Coding Review

9th - 12th Grade

20 Qs

CodeHS Programming with Karel

CodeHS Programming with Karel

9th - 12th Grade

20 Qs

JavaScript Basics CodeHS

JavaScript Basics CodeHS

7th - 12th Grade

20 Qs

Karel the Dog Review

Karel the Dog Review

9th - 12th Grade

20 Qs

Karel Test Review

Karel Test Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Ellen Brezinsky

Used 55+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these is a valid Karel command?
move;
move;
MOVE
move();
move()

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What command will place a ball down in a spot?
placeBall();
Putball();
putball():
putBall();

3.

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

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If Karel is facing North and the code
turnLeft(); 
turnLeft();
turnLeft();
runs; which direction is Karel facing now?
North
East
South
West

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In coding terms, the action of doing something over and over again.
Repeating
Repetition
Loop
Do-over

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A piece of code that you can easily call over and over again. 
Repeat
Functions
Procedures
Fractions

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How many times should Karel turn left in order to turn right?
1
2
3
4

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?