Search Header Logo

Turtle Graphics Quiz

Authored by Fadi Fadi

Information Technology (IT)

10th Grade

Used 2+ times

Turtle Graphics Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create a Turtle object in Python?

pen = Turtle()

pen = turtle.Turtle()

pen = turtle()

pen = Turtle.turtle()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command moves the turtle forward by 100 pixels?

pen.move(100)

pen.forward(100)

pen.go(100)

pen.walk(100)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct function to turn the turtle 90 degrees to the right?

pen.rotate(90)

pen.turn(90)

pen.right(90)

pen.angle(90)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you lift the pen so it does not draw while moving?

pen.lift()

pen.penup()

pen.nodraw()

pen.off()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to put the pen down so it draws again?

pen.down()

pen.pendown()

pen.drawon()

pen.startdraw()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to set the pen color to red?

pen.setcolor("red")

pen.color("red")

pen.change_color("red")

pen.set_pen_color("red")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you change the pen shape to a turtle?

pen.shape("turtle")

pen.setshape("turtle")

pen.changeshape("turtle")

pen.turtle_shape()

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?