Karel Programming 1

Karel Programming 1

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Lawrence Soderlund

Used 17+ times

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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.
Karel's position.
A column.
A single point. 

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you need to have Karel perform a certain action a fixed number of times, the correct control structure to use is
If/Else Statement
While Loop 
If Statement 
For Loop 

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?