Programming with Karel

Programming with Karel

7th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Coding Karel 2

Coding Karel 2

KG - University

20 Qs

IST CodeHS Unit 2 Robot Coding Review

IST CodeHS Unit 2 Robot Coding Review

9th - 12th Grade

20 Qs

Code HS 3.19 Intro to Programming w/Karel

Code HS 3.19 Intro to Programming w/Karel

9th - 12th Grade

25 Qs

CodeHS Programming with Karel

CodeHS Programming with Karel

7th - 12th Grade

25 Qs

Karel Adventures

Karel Adventures

6th - 9th Grade

25 Qs

Karel CodeHS Function

Karel CodeHS Function

9th - 12th Grade

25 Qs

Codehs Concepts of Programming Karel

Codehs Concepts of Programming Karel

6th - 9th Grade

25 Qs

7th Grade Programing with Karel

7th Grade Programing with Karel

6th - 8th Grade

26 Qs

Programming with Karel

Programming with Karel

Assessment

Quiz

Computers

7th - 12th Grade

Medium

Created by

M Holloman

Used 94+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands is a valid Karel command?

takeball();

move;

move();

putBall()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we use functions in Karel programs?

Break down our program into smaller parts

All of these are true

Avoid repeating code

Make our program more readable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What makes the following command an invalid Karel command? turnleft();

It should end in a colon rather than a semicolon

The l should be a capital L

It should start with a capital T

This command is correct

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the proper format for a single line comment in Karel?

This is a comment

THIS IS A COMMENT

//This is a comment

/*This is a comment

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid condition to go in an if statement for Karel?

ballsPresent()

frontIsClear()

leftIsBlocked()

turnLeft()

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How can we teach Karel new commands?

While loop

Define a new function

The start function

For loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Say you want to write a program to have Karel put down 300 tennis balls. Which control structure would you use?

If statement

While loop

For loop

Nested while loop

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?