Search Header Logo

Python Turtle Quiz

Authored by Mrs Deeming Deeming

Computers

10th Grade

Python Turtle Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

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?