
Python Drawing Lesson 1 and 2 Quiz

Quiz
•
Computers
•
8th Grade
•
Medium
Ian Stuckey
Used 15+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following commands will allow you to draw in Python:
Import drawing
import turtle
Import Turtle()
import turtle()
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following commands will change the background colour of the screen?
wn.bgcolor(“blue”)
wn.bgcolour(“blue”)
wn.bgcolor(blue)
win.bgcolor(“blue”)
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following commands will return the turtle to its starting position and give you a blank screen?
turtle.undo()
turtle.clear()
turtle.reset()
turtle.Turtle()
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Write down the code to make the turtle move forward by 300 and then turn left by 90 degrees
turtle.foward(300)
turtle.left(90)
turtle.forward(300)
turtle.turn(90)
turtle.forward(300)
turtle.left(90)
turtle.forward(90)
turtle.left(300)
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the best name given to the following piece of code:
for i in range(4):
turtle.forward(x)
turtle.right(y)
Repeat
Python code
Turtle
FOR loop
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What shape will this FOR loop draw?
for i in range(6):
turtle.forward(200)
turtle.right(60)
Triangle
Square
Pentagon
Hexagon
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What shape will appear on the screen when this FOR loop runs?
for i in range(6):
turtle.forward(200)
turtle.right(120)
Triangle
Square
Pentagon
Hexagon
Create a free account and access millions of resources
Similar Resources on Wayground
9 questions
Robotics EV3 -Part 1

Quiz
•
6th - 12th Grade
15 questions
Python Quiz

Quiz
•
8th Grade
10 questions
MS Logo

Quiz
•
4th - 9th Grade
10 questions
Python L29 Snake Game

Quiz
•
6th - 8th Grade
14 questions
Python L26 Color Tuple & Hirst Drawing

Quiz
•
6th - 8th Grade
10 questions
Python Plus : Turtle Race

Quiz
•
6th - 8th Grade
12 questions
untitled

Quiz
•
6th Grade - University
16 questions
Sensors

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

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th 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
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade
25 questions
How to Email a Teacher- https://youtu.be/NioeNhfpVfI

Quiz
•
6th - 8th Grade
20 questions
Computer Hardware

Quiz
•
6th - 8th Grade
21 questions
Gear Ratio Practice

Quiz
•
6th - 8th Grade