Karel Test Review

Karel Test Review

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

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

Back

move();

2.

FLASHCARD QUESTION

Front

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

Back

putBall();

3.

FLASHCARD QUESTION

Front

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();

Back

Street 2 and Avenue 6

4.

FLASHCARD QUESTION

Front

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

Back

East

5.

FLASHCARD QUESTION

Front

In coding terms, the action of doing something over and over again.

Back

Loop

6.

FLASHCARD QUESTION

Front

A piece of code that you can easily call over and over again.

Back

Functions

7.

FLASHCARD QUESTION

Front

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

Back

3

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?