FOC Unit 3 Karel Programming Review 1

FOC Unit 3 Karel Programming Review 1

Assessment

Flashcard

Computers

12th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

13 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is a street in a Karel world?

Back

A row

2.

FLASHCARD QUESTION

Front

What is an avenue in a Karel world?

Back

A column

3.

FLASHCARD QUESTION

Front

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

Back

3

4.

FLASHCARD QUESTION

Front

What can be used to teach Karel to turn right?

Back

Functions

5.

FLASHCARD QUESTION

Front

Karel needs to move forward, then turn left, then move forward, then put down a ball. Which is written correctly? Options: move(); turnLeft(); move(); putBall();, move(); turnLeft(); move(); takeBall();, move(); turnLeft(); move(); move();, move(); turnLeft() move(); putBall()

Back

move();
turnLeft();
move();
putBall();

6.

FLASHCARD QUESTION

Front

What is the right way to write the function: makePancakes (Clue: this pancake will be made by putting 3 balls)

Back

function makePancakes(){ putBall(); putBall(); putBall(); }

7.

FLASHCARD QUESTION

Front

What commands does SuperKarel know that regular Karel does not?

Back

turnAround() and turnRight()

Answer explanation

Yup!

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?