Python Turtle

Python Turtle

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Exploring Python Turtle Graphics

Exploring Python Turtle Graphics

7th Grade - University

12 Qs

Turtle Lesson 1

Turtle Lesson 1

11th Grade

10 Qs

Python Level 1 Quiz #6

Python Level 1 Quiz #6

5th - 12th Grade

12 Qs

KS4 - Python Turtle

KS4 - Python Turtle

9th - 11th Grade

15 Qs

LA7.C7: Turtle Graphics

LA7.C7: Turtle Graphics

9th Grade - University

14 Qs

Unit 3: JavaScript Programming in AppLab

Unit 3: JavaScript Programming in AppLab

9th - 12th Grade

15 Qs

1.00 Review

1.00 Review

9th - 12th Grade

15 Qs

1.1.1 - 1.1.2 CFU

1.1.1 - 1.1.2 CFU

9th - 12th Grade

8 Qs

Python Turtle

Python Turtle

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Anthony Moran

Used 1+ times

FREE Resource

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.

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?