Search Header Logo

Python Turtle

Authored by Anthony Moran

Computers

9th - 12th Grade

Used 1+ times

Python Turtle
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the WIDTH and HEIGHT variables in turtle graphics?

To position the turtle on the canvas
To change the turtle's color
To define the size of the turtle window
To set the turtle's speed

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to set the turtle window size to 800 by 400 pixels, which line of code should you use?

turtle.resize(800, 400)
turtle.window(800, 400)
turtle.size(800, 400)
turtle.setup(800, 400)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you keep the turtle window open after the program completes?

By using turtle.exit()
By using turtle.done()
By using turtle.keep_open()
By using turtle.close()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between standard mode and logo mode in turtle graphics?

Standard mode points up, logo mode points right.
Standard mode angles are clockwise, logo mode angles are counterclockwise.
There is no difference between the two modes.
Standard mode angles are counterclockwise, logo mode angles are clockwise.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make the turtle visible again after hiding it?

Using turtle.reveal()
Using turtle.visible()
Using turtle.showturtle()
Using turtle.show()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you position a turtle at specific coordinates?

By using turtle.position()
By using turtle.goto()
By using turtle.move()
By using turtle.setposition()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the effect of using turtle.reset()?

It makes the turtle invisible.
It changes the turtle's color.
It moves the turtle to a new position.
It clears the drawing canvas and resets variables.

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?