Python L25 Turtle

Python L25 Turtle

6th - 8th Grade

14 Qs

quiz-placeholder

Similar activities

checkpoint 3grade7

checkpoint 3grade7

7th Grade

10 Qs

Turtle Logo Programming

Turtle Logo Programming

1st - 6th Grade

10 Qs

Turtle Academy (Lessons 1 & 2)

Turtle Academy (Lessons 1 & 2)

6th - 8th Grade

10 Qs

Grade 7 Review

Grade 7 Review

7th Grade

19 Qs

Revision practical(1+2)  grade 7

Revision practical(1+2) grade 7

7th Grade

12 Qs

Python Programming Sequence Class

Python Programming Sequence Class

3rd - 10th Grade

10 Qs

Python Graphics

Python Graphics

6th - 8th Grade

10 Qs

Python Inputs

Python Inputs

7th - 8th Grade

10 Qs

Python L25 Turtle

Python L25 Turtle

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Future Teacher

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does tom.shape('turtle') do in Turtle graphics?

Changes the turtle's color to green

Sets the shape of the turtle cursor to a turtle

Starts drawing a triangle

Moves the turtle forward by 10 pixels

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This line sets the background color of the turtle screen to white.

True

False

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which command makes the turtle turn left? (multiple answers)

turn(90)

lt(90)

left(90)

rotate(90)

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

To create a dashed line, you use penup() and _________ to control when the turtle draws or not.

5.

MATCH QUESTION

1 min • 3 pts

Match the turtle command to its purpose:

left(90)

Change direction

setheading(270)

Move ahead

forward(100)

Point turtle to specific angle

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a triangle, the turtle turns 90 degrees after drawing each side.

True

False

Answer explanation

  • A triangle has three sides.

  • The interior angles of an equilateral triangle are 60°, but Turtle turns based on external angles.

  • So, to form a triangle, the turtle needs to turn 120° after each side (because 180° - 60° = 120°).

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the star shape code, how many times does the loop run?

4

5

6

10

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?