Karel Programming Challenge

Karel Programming Challenge

5th Grade

15 Qs

quiz-placeholder

Similar activities

Scratch programming quiz

Scratch programming quiz

1st - 8th Grade

20 Qs

Input, Output, Variables and Operators

Input, Output, Variables and Operators

5th Grade

20 Qs

Swift Playground

Swift Playground

5th - 6th Grade

12 Qs

Blockly Coding part 1

Blockly Coding part 1

4th - 5th Grade

18 Qs

Coding Definitions

Coding Definitions

5th Grade - Professional Development

18 Qs

Computer Science Vocabulary

Computer Science Vocabulary

3rd - 5th Grade

16 Qs

Coding Karel 2

Coding Karel 2

KG - University

20 Qs

Coding Basics

Coding Basics

5th - 8th Grade

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