
Exploring Python Turtle Graphics

Quiz
•
Computers
•
6th Grade
•
Medium
S Uwadiae
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which Python module do you need to import to use Turtle graphics?
import rabbit
import turtle
import snake
import graphics
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What command moves the turtle forward by 100 pixels?
turtle.move(100)
turtle.forward(100)
turtle.run(100)
turtle.walk(100)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which command will turn the turtle 90 degrees to the right?
turtle.left(90)
turtle.turn(90)
turtle.right(90)
turtle.rotate(90)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you change the turtle’s pen colour to green?
turtle.pen_colour("green")
turtle.colour("green")
turtle.set_colour("green")
turtle.pencolour("green")
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which set of commands will draw a square with sides of 50 pixels?
Repeat 4 times: turtle.forward(50), turtle.right(90)
Repeat 2 times: turtle.forward(50), turtle.right(180)
Repeat 3 times: turtle.forward(50), turtle.right(120)
Repeat 6 times: turtle.forward(50), turtle.right(60)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the command `turtle.penup()` do?
Lifts the turtle off the screen
Lifts the pen so the turtle moves without drawing
Changes the pen colour
Makes the turtle move faster
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which command will fill a shape with blue colour after drawing it?
turtle.colour("blue")
turtle.fill("blue")
turtle.begin_fill(); draw shape; turtle.end_fill()
turtle.start_fill("blue"); draw shape; turtle.stop_fill()
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Image File Formats

Quiz
•
KG - 9th Grade
11 questions
Grade6/Microcontrollers

Quiz
•
6th Grade
13 questions
Scratch Programming

Quiz
•
1st - 12th Grade
10 questions
Small Basic (Turtle)

Quiz
•
KG - University
14 questions
Exploring Turtle Graphics in Python

Quiz
•
6th Grade
12 questions
NCCE Year 4 Repetition in Shapes

Quiz
•
3rd Grade - University
11 questions
Ls 6 Scratch

Quiz
•
6th Grade
11 questions
Scratch Quiz ADVANCED

Quiz
•
5th - 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
8 questions
Time Management

Quiz
•
6th Grade
18 questions
Digital Footprint

Quiz
•
6th Grade
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

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

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

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

Quiz
•
6th - 8th Grade