Karel Programming Challenge

Karel Programming Challenge

5th Grade

15 Qs

quiz-placeholder

Similar activities

Coding Karel 2

Coding Karel 2

KG - University

20 Qs

Scratch programming quiz

Scratch programming quiz

1st - 8th Grade

20 Qs

Swift Playground

Swift Playground

5th - 6th Grade

12 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python II Lesson 2

Python II Lesson 2

5th - 9th Grade

12 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

CODE

CODE

5th - 8th Grade

15 Qs

Python Part 1

Python Part 1

1st Grade - University

16 Qs

Karel Programming Challenge

Karel Programming Challenge

Assessment

Quiz

Computers

5th Grade

Hard

Created by

Reycelyn Corsino

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command makes Karel move forward?

step();

advance();

move();

goForward();

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make Karel turn left?

jump()

turnLeft()

moveForward()

turnRight()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the command to put a beeper down?

placebeeper()

dropbeeper()

setbeeper()

putbeeper()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command would you use to pick up a beeper?

pick up beeper

ignore beeper

drop beeper

throw beeper

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function would you use to check if Karel is facing north?

facingNorth()

facingUp()

checkNorth()

isFacingNorth()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make Karel repeat a set of commands?

Use a function to execute commands once.

Karel cannot repeat commands at all.

Use a loop structure like 'repeat' or 'while' to make Karel repeat commands.

Write each command separately without any structure.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'turnAround' function?

To increase the speed of an object.

To reverse the direction or orientation of an object.

To change the color of an object.

To scale the size of an object.

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?