Turtle Programming Quiz

Turtle Programming Quiz

20 Qs

quiz-placeholder

Similar activities

Legumes

Legumes

KG - University

20 Qs

Cookies

Cookies

9th - 12th Grade

20 Qs

Meat Basics Exam

Meat Basics Exam

KG - University

20 Qs

Fish and Shellfish Cookery

Fish and Shellfish Cookery

KG - University

20 Qs

Pasta Exam

Pasta Exam

KG - University

20 Qs

Reyes_Task 4

Reyes_Task 4

KG - University

20 Qs

Training Trackers Lessons 1 & 2 Quiz

Training Trackers Lessons 1 & 2 Quiz

6th - 8th Grade

17 Qs

Birth/Newborn Review

Birth/Newborn Review

9th - 12th Grade

20 Qs

Turtle Programming Quiz

Turtle Programming Quiz

Assessment

Quiz

others

Hard

Created by

Kelzang Lethro

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a commonly used Turtle method?
forward()
left()
right()
fill()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the turtle.done() function?
Runs the turtle program and opens a window
Moves the turtle in a straight line
Fills a polygon with a color
Ends the turtle program and closes the window

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which step is not part of the 'roadmap for executing a turtle program'?
Import the turtle module
Create a turtle to control
Draw around using the turtle methods
Declare turtle variables

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which turtle method would you use to change the color of the turtle's pen?
pencolor()
fillcolor()
color()
shape()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you wanted to draw a square using Turtle, which of the following would be the correct loop structure?
for i in range(4): skk.forward(50) skk.right(90)
for i in range(4): skk.forward(50) skk.left(90)
for i in range(360): skk.forward(1) skk.right(1)
while i < 4: skk.forward(50) skk.right(90)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Turtle method would you use to change the shape of the turtle cursor?
shape()
dot()
stamp()
color()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the turtle.Screen() method?
Creates a turtle object to control
Creates a window for the turtle to draw in
Moves the turtle in a forward direction
Fills a polygon with a specified color

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?