
Exploring Turtle Programming Basics
Quiz
•
Computers
•
7th Grade
•
Medium

Sean Wynne
Used 5+ times
FREE Resource
Enhance your content
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Currently, the turtle is facing UP.
What direction will the turtle be facing after this block of code runs?
up
down
left
right
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the primary purpose of the Turtle module in Python?
To create 3D graphics
To draw shapes and patterns
To perform complex mathematical calculations
To manage databases
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which command is used to move the turtle forward by 100 units?
`turtle.move(100)`
`turtle.forward(100)`
`turtle.go(100)`
`turtle.walk(100)`
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How can you make the turtle draw a square?
Use a loop to repeat `turtle.forward(100)` and `turtle.right(90)` four times
Use `turtle.circle(100)`
Use `turtle.square(100)`
Use `turtle.draw_square(100)`
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is a correct way to use a loop to draw a hexagon with Turtle?
`for i in range(6): turtle.forward(100); turtle.right(60)`
`for i in range(6): turtle.forward(100); turtle.left(60)`
`for i in range(6): turtle.forward(100); turtle.right(90)`
`for i in range(6): turtle.forward(100); turtle.left(90)`
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the function of `turtle.penup()` in Turtle graphics?
It changes the pen colour
It lifts the pen so it doesn't draw
It resets the turtle's position
It changes the pen size
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which command is used to change the colour of the turtle's pen to blue?
`turtle.color("blue")`
`turtle.pen_color("blue")`
`turtle.setcolor("blue")`
`turtle.changecolor("blue")`
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Flowol
Quiz
•
7th - 10th Grade
10 questions
Quiz: Basic Graphics and Shapes with Turtle
Quiz
•
7th Grade
10 questions
Команди графічного модуля
Quiz
•
1st - 12th Grade
10 questions
Python for Beginner - Module 1
Quiz
•
7th Grade
12 questions
Tracy 🐢 CodeHS
Quiz
•
5th - 8th Grade
9 questions
Python L30 OOP class
Quiz
•
6th - 8th Grade
15 questions
Tkinter и Turtle Quiz
Quiz
•
7th Grade
8 questions
Minecraft Education - Demo Lesson
Quiz
•
6th - 8th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd 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
25 questions
Exploring POV and Unreliable Narrators
Quiz
•
7th Grade
18 questions
Company Logos
Quiz
•
6th - 8th Grade
20 questions
Typing Practice
Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro
Lesson
•
5th - 9th Grade