Python

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Adam Dennison
Used 287+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
When the following for loop is complete, how many spaces will Tracy have moved?
50 spaces
60 spaces
10 spaces
5 spaces
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Suppose you write a function. How many times can you call the function in your code?
Once
Not more than the number of commands the function holds
It depends on the function
As many times as you want
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
In which of the following situations would it be best to make a function?
You want Tracy to draw a blue line, and your program requires lots of blue lines.
You need Tracy to move forward by 100.
You need Tracy to turn right and then turn left.
You need to change Tracy’s color.
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following pieces of code will make Tracy do the following actions three times: go forward, change colors, and then turn around.
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Suppose you want to make Tracy draw a mountain range, like the one shown below, starting from the left side. Which of the following functions would be the most useful function to write in order to solve this problem?
# Has Tracy draw a single triangle
def make_triangle():
# Change's Tracy's color to red
def change_to_red():
# Moves Tracy forward by 100
def move_100():
# Draws a square
def my_function():
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following is NOT a command you can give to Tracy?
color
turn
backward
left
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the statements below is true about indentation in Python?
Indentation only matters in for loops. Then, everything must be indented one level.
Indentation never matters in Python. You can align your code any way you like, but indentation makes your code easier to read.
Indentation always matters in Python. Every statement must be aligned correctly.
Indentation only matters in functions. Then, everything must be indented one level.
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Intro to Python Turtle Graphics 2.1-2.4 [50 points]

Quiz
•
9th Grade
20 questions
Tracy Intro to Programming Test

Quiz
•
10th Grade
20 questions
Quiz Pemrograman Python Turtle

Quiz
•
11th Grade
20 questions
CS1: Unit 1 Review

Quiz
•
10th Grade
20 questions
Unit 5 Quiz - Loops & Lists (code.org)

Quiz
•
10th - 12th Grade
20 questions
Advanced Excel

Quiz
•
KG - University
20 questions
Operating Systems

Quiz
•
11th Grade
20 questions
BB8 Polygon & Material Quiz

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