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
lesson 1 - Basic Turtle Instructions

Quiz
•
8th Grade
10 questions
Programming Quiz 2024/2025

Quiz
•
6th - 8th Grade
20 questions
Python level 2

Quiz
•
7th - 12th Grade
13 questions
5.3. Запис математичних виразів на мові Python

Quiz
•
8th Grade
15 questions
Python Basics

Quiz
•
6th - 8th Grade
10 questions
Introduction to Python Turtle

Quiz
•
7th - 8th Grade
11 questions
Python модуль tkinter

Quiz
•
7th - 10th Grade
20 questions
Basics Python

Quiz
•
8th - 10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
15 questions
Computer Components Video

Interactive video
•
8th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade