
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
14 questions
Computing Y5

Quiz
•
6th - 8th Grade
10 questions
Y8 spreadsheets L1 review

Quiz
•
8th Grade
15 questions
Python цикли

Quiz
•
8th Grade
10 questions
MOAC Excel 2016 Lesson 01

Quiz
•
8th - 12th Grade
15 questions
Занятие 9(Python)

Quiz
•
6th - 8th Grade
10 questions
Turtle Academy (Lessons 1 & 2)

Quiz
•
6th - 8th Grade
15 questions
Blockly Assessment

Quiz
•
6th - 9th Grade
18 questions
Программирование на Python(модуль turtle)

Quiz
•
6th - 8th 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