Unit 1 Karel Programming Quiz (Python)

Unit 1 Karel Programming Quiz (Python)

10th Grade

25 Qs

quiz-placeholder

Similar activities

CodeHS Programming with Karel

CodeHS Programming with Karel

7th - 12th Grade

25 Qs

JavaScript Basics CodeHS

JavaScript Basics CodeHS

7th - 12th Grade

20 Qs

IST CodeHS Unit 2 Robot Coding Review

IST CodeHS Unit 2 Robot Coding Review

9th - 12th Grade

20 Qs

Coding Karel 2

Coding Karel 2

KG - University

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

Karel CodeHS Function

Karel CodeHS Function

9th - 12th Grade

25 Qs

CodeHS unit 1 Quiz

CodeHS unit 1 Quiz

10th Grade

25 Qs

Karel CodeHS Top Down Design

Karel CodeHS Top Down Design

7th - 12th Grade

25 Qs

Unit 1 Karel Programming Quiz (Python)

Unit 1 Karel Programming Quiz (Python)

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Vu Ton

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What's wrong with this code?

The go function is called twice

The go function has a syntax error

The go function has been defined twice

go is not a command that Karel understands

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many total times will Karel move in this program?

A. 1

B. 5

C. 6

D. 7

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A

B

A and B

The for loop 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

Media Image

Karel moves until it is on a ball

Karel moves once if there is no ball present

Karel moves until it puts down a ball

Karel checks if there is no ball on the current spot and then moves once

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

balls_present()

front_is_clear()

left_is_blocked()

turn_left()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

0

1

2

6

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?