Python Quiz

Quiz
•
Computers
•
8th Grade
•
Hard

Gary Vear
Used 15+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What line of code is necessary to use drawing functions in Python such as fillcolor, forward, left and right?
from turtle import*
start turtle
begin_turtle
import python
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What Python Turtle function allows you to change the colour of a shape's borders?
fillcolor
pencolor
linecolor
bordercolor
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following functions can be used to create a loop? (check all that apply)
for i in range
if
else
elif
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
A ________ is a container used to store a value that may change over time.
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What would be the output of the following code?
number = "10"
print(number * 2)
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What would the following code draw?
from turtle import*
for i in range(3):
forward(100)
right(360/3)
A triangle pointing up
A triangle pointing to the right
A triangle pointing to the left
A triangle pointing down
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What would the following code output?
from turtle import*
left(90)
pencolor(green)
forward(100)
A green vertical line
A green horizontal line
A green diagonal line
An error message
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Python Turtle - Knowledge Check

Quiz
•
7th - 8th Grade
12 questions
Exploring Python Turtle Graphics

Quiz
•
7th Grade - University
10 questions
Python eduBlocks Quiz

Quiz
•
8th Grade
15 questions
Python_11

Quiz
•
6th - 8th Grade
12 questions
8 клас.

Quiz
•
8th Grade
14 questions
Lists, Subroutines and Sequence in Pseudocode - Python

Quiz
•
1st - 11th Grade
20 questions
Python_4

Quiz
•
8th Grade
20 questions
Python Turtle Flags Lesson

Quiz
•
8th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade