Karel - Unit 1Review

Karel - Unit 1Review

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Cynthia Harrison

Used 12+ times

FREE Resource

Student preview

quiz-placeholder

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

An error in a program that prevents the program from running as expected.
Error report
Bug
Mistake
Algorithm

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

3.

MULTIPLE CHOICE QUESTION

20 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

20 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

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

7.

MULTIPLE CHOICE QUESTION

20 sec • 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?