Computer Programming in Python Review

Computer Programming in Python Review

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Karel Programming

Karel Programming

6th - 9th Grade

25 Qs

Karel Adventures

Karel Adventures

6th - 9th Grade

25 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

Programming with Karel

Programming with Karel

7th - 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

Computer Programming in Python Review

Computer Programming in Python Review

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Katy Fleming

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which of the following is the correct way to define a turn_right function in Karel?

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

hich 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()

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

In the following code from the Cleanup Karel example, what is the purpose of If Statement #2?

To move the last time

To pick up the ball that is in the last spot

To pick up the ball that is in the last spot, if there is one

To take the ball from all of the positions that have a ball on them

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What makes the following command an invalid Karel command?

turn_Left()

It should end in semicolon

The L should be a lower l

It should start with a capital T

This command is correct

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What is wrong with this for loop?

for i in range = 5;

move()

A. The for loop uses a semicolon(;) instead of colon(:)

B. It should say range(5) instead of range = 5

A

B

Both A and B

Neither A or B

6.

MULTIPLE CHOICE QUESTION

5 mins • 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 3, Avenue 1, Facing North

Street 1, Avenue 4, Facing North

Street 1, Avenue 3, Facing South

Street 1, Avenue 3, Facing North

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

Karel starts at Street 1, Avenue 1, facing East in a 5x5 world. What will happen after this code runs?

Karel will end on Street 1, Avenue 2

Karel will end on Street 1, Avenue 7

This code won’t run because of a syntax error

Karel will crash into a wall

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?