Search Header Logo

Fundamentals of Computer Science with Karel Unit 2 Exam

Authored by Moyin Yusuf

Information Technology (IT)

12th Grade

Used 6+ times

Fundamentals of Computer Science with Karel Unit 2 Exam
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command makes Karel move forward one space?

move();

turnLeft();

pickBeeper();

putBeeper();

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command places a ball in Karel’s current square?

putBall();

move();

turnLeft();

pickBall();

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If Karel tries to move into a wall, what happens?

Karel stops and does not move.

Karel moves through the wall.

Karel jumps over the wall.

Karel turns around automatically.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop is best when repeating a fixed number of times?

for loop

while loop

do-while loop

foreach loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which condition checks that there is no wall in front of Karel?

frontIsClear()

leftIsBlocked()

rightIsClear()

frontIsBlocked()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which condition checks if Karel is standing on a ball?

ballsPresent()

noBallsPresent()

frontIsClear()

facingNorth()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We use functions in Karel programs to:

organize code and avoid repetition

make the program run slower

increase the number of errors

limit the program's capabilities

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?