Python Turtle

Python Turtle

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

App Lab

App Lab

9th Grade

15 Qs

Level 1 Quiz C: Dante Cert Practice Quiz-  Ports & Connections

Level 1 Quiz C: Dante Cert Practice Quiz- Ports & Connections

12th Grade

10 Qs

Audacity Review - Part 2

Audacity Review - Part 2

9th - 12th Grade

11 Qs

Basic Computer Troubleshooting

Basic Computer Troubleshooting

9th Grade

15 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Self Paced Intro to Turtle Programming

Self Paced Intro to Turtle Programming

10th Grade

13 Qs

Computer Science Quiz

Computer Science Quiz

9th - 12th Grade

10 Qs

Technical Terms - Internet (A-Z) - IPsec

Technical Terms - Internet (A-Z) - IPsec

12th Grade

10 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?