
Computer Programming in Python Review

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Katy Fleming
Used 2+ 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?
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
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
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
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
Similar Resources on Wayground
25 questions
Unit 1 Karel Commands Quiz (Java)

Quiz
•
10th Grade
20 questions
Networks

Quiz
•
8th Grade - University
20 questions
IGCSE Input and Output Devices

Quiz
•
9th Grade
23 questions
School Procedures

Quiz
•
9th - 12th Grade
26 questions
AP CSP Standard 1 Review

Quiz
•
12th Grade
23 questions
Introduction to Programming Quiz

Quiz
•
9th Grade
28 questions
Introduction to Programming in Java with Karel the Dog

Quiz
•
9th - 12th Grade
20 questions
APCSA Unit 3

Quiz
•
9th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade