Python L25 Turtle

Python L25 Turtle

6th - 8th Grade

14 Qs

quiz-placeholder

Similar activities

Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

Python Turtle Quiz

Python Turtle Quiz

7th Grade

15 Qs

Edublocks Turtle intro

Edublocks Turtle intro

6th - 8th Grade

13 Qs

Python Turtle - MCA Year 7

Python Turtle - MCA Year 7

7th Grade

14 Qs

checkpoint2

checkpoint2

7th Grade

10 Qs

CS quizz

CS quizz

6th Grade

13 Qs

FOR LOOPS and Angles with Tracy (PYTHON)

FOR LOOPS and Angles with Tracy (PYTHON)

7th - 8th Grade

10 Qs

MS Logo

MS Logo

4th - 9th 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:

setheading(270)

Change direction

left(90)

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?