Unit 2: Programming with Karel

Unit 2: Programming with Karel

9th Grade

24 Qs

quiz-placeholder

Similar activities

Understanding Functions in Programming

Understanding Functions in Programming

9th Grade - University

20 Qs

Karel Programming Quiz (45 minutes)

Karel Programming Quiz (45 minutes)

9th Grade

23 Qs

Web Design

Web Design

9th - 12th Grade

20 Qs

Karel 2.10, 2.11

Karel 2.10, 2.11

6th - 9th Grade

25 Qs

Karel Commands

Karel Commands

6th - 9th Grade

25 Qs

Karel Adventures

Karel Adventures

9th - 12th Grade

25 Qs

CodeHS Javascript Unit 1 Quiz Review

CodeHS Javascript Unit 1 Quiz Review

9th - 12th Grade

25 Qs

CodeHS Test

CodeHS Test

7th - 9th Grade

20 Qs

Unit 2: Programming with Karel

Unit 2: Programming with Karel

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Jack Guy Sinopoli

Used 3+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands is a valid Karel command?

move

move;

move()

movie()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we use functions in Karel programs?

Break down our program into smaller parts

Make our program more readable

Avoid repeating code

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

If Karel starts at Street 1 and Avenue 1, facing East, where will Karel be, and what direction will Karel be facing after running the following code? (Assume the world is 10x10 in size)

Street 1, Avenue 4, Facing North

Street 3, Avenue 1, Facing North

Street 1, Avenue 3, Facing South

Street 1, Avenue 3, Facing North

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Karel starts at Street 1 and Avenue 1, facing East. After calling the stairStep function twice, where will Karel be and what direction will Karel be facing? (assume this is a SuperKarel program and the world is 10x10 in size)

Street 2, Avenue 3, Facing East

Street 2, Avenue 2, Facing North

Street 3, Avenue 3, Facing West

Street 4, Avenue 4, Facing East

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In this code, how many times is the dance function called and how many times is it defined?

Called 1 time, defined 1 time

Called 1 time, defined 3 times

Called 3 times, defined 1 time

Called 3 times, defined 3 times

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What's wrong with this code?

The go function has a syntax error

The go function is called twice

The go function has been defined twice

go is not a command that Karel understands

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many total times will Karel move in this program?

1

5

6

7

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?