Python Turtle Quiz

Python Turtle Quiz

10th Grade

20 Qs

quiz-placeholder

Similar activities

Turtle Refresh Quiz

Turtle Refresh Quiz

10th Grade

15 Qs

Unit 5 Quiz - Loops & Lists (code.org)

Unit 5 Quiz - Loops & Lists (code.org)

10th - 12th Grade

20 Qs

Python - Turtle - Plenary

Python - Turtle - Plenary

6th Grade - University

16 Qs

Shapes in Java Processing

Shapes in Java Processing

9th - 12th Grade

18 Qs

untitled

untitled

8th Grade - University

25 Qs

Lessons 1 - 3 - Low Stakes Test

Lessons 1 - 3 - Low Stakes Test

8th - 10th Grade

21 Qs

CMU Unit 1 Practice Test

CMU Unit 1 Practice Test

9th - 12th Grade

20 Qs

KS4 - Python Turtle

KS4 - Python Turtle

9th - 11th Grade

15 Qs

Python Turtle Quiz

Python Turtle Quiz

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Mrs Deeming Deeming

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the `t.shape("turtle")` command in the Python Turtle code?

It sets the color of the turtle.

It sets the speed of the turtle.

It gives the shape of the turtle.

It sets the size of the turtle.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the `t.left(90)` command do in the Python Turtle code?

Moves the turtle forward by 90 units.

Rotates the turtle 90 degrees to the left.

Rotates the turtle 90 degrees to the right.

Moves the turtle backward by 90 units.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first command executed in the provided Python Turtle code?

t.forward(50)

t.left(90)

t.shape("turtle")

import turtle

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What shape is likely drawn by the provided Python Turtle code?

Circle

Triangle

Square

Rectangle

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step to draw a square using the turtle module in Python?

t.forward(50)

t.left(90)

import turtle

t.shape("turtle")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command sets the shape of the turtle in the turtle module?

t.forward(50)

t.left(90)

import turtle

t.shape("turtle")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times do you need to repeat the forward and left commands to complete the square?

1 time

2 times

3 times

4 times

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?