Turtle Graphics Quiz

Turtle Graphics Quiz

10th Grade

25 Qs

quiz-placeholder

Similar activities

Cyber 1 Networking FINAL

Cyber 1 Networking FINAL

9th - 12th Grade

20 Qs

GRADE 4 ICT QUIZ 1 1ST SEM 2025-2026

GRADE 4 ICT QUIZ 1 1ST SEM 2025-2026

4th Grade - University

20 Qs

Dasar Microsoft Excel

Dasar Microsoft Excel

9th - 12th Grade

20 Qs

Changes to Modern Teams

Changes to Modern Teams

10th Grade

20 Qs

Code HS Computer SCi 114.1.1 JavaScript Final Exam Pt. 1

Code HS Computer SCi 114.1.1 JavaScript Final Exam Pt. 1

9th - 12th Grade

25 Qs

Quiziz

Quiziz

9th - 12th Grade

20 Qs

7.4.2 Function Definitions

7.4.2 Function Definitions

10th Grade

28 Qs

Microsoft Excel Review Quiz

Microsoft Excel Review Quiz

10th Grade

20 Qs

Turtle Graphics Quiz

Turtle Graphics Quiz

Assessment

Quiz

Information Technology (IT)

10th Grade

Medium

Created by

Fadi Fadi

Used 1+ times

FREE Resource

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()

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?