Search Header Logo

Turtle Programming Quiz

Authored by Kelzang Lethro

others

Turtle Programming Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?