Python Turtle Basic Commands

Python Turtle Basic Commands

9th Grade

14 Qs

quiz-placeholder

Similar activities

HEALTH AND SAFETY 9

HEALTH AND SAFETY 9

7th - 9th Grade

11 Qs

Basic Parts of Speech EPS

Basic Parts of Speech EPS

9th - 10th Grade

10 Qs

Quiz 1

Quiz 1

1st - 12th Grade

15 Qs

PUNCTUATION SPACING RULES

PUNCTUATION SPACING RULES

9th - 12th Grade

10 Qs

Python List

Python List

4th Grade - University

15 Qs

Python

Python

8th - 9th Grade

15 Qs

Digital Presentation

Digital Presentation

9th Grade

10 Qs

Threats to Data

Threats to Data

9th - 12th Grade

11 Qs

Python Turtle Basic Commands

Python Turtle Basic Commands

Assessment

Quiz

Computers

9th Grade

Practice Problem

Easy

Created by

Ahmed Shams

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

turtle.up():

Sets the pen state to be up (not drawing).
Turns the direction that the turtle is facing left (counter clockwise) by the amount indicated (in degrees).
Moves the turtle backward (in the direction opposite to how the turtle is facing) the distance indicated (in pixels). Draws a line if the pen is down, not if the pen is up.
Moves the turtle to the specified coordinates, drawing a straight line to the destination (x,y) if the pen is down, and not drawing if the pen is up.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

turtle.down():

Sets the pen state to be down (drawing).
Returns the x-coordinate / y-coordinate of the current pen position.
Returns the x-coordinate / y-coordinate of the current pen position.
Turns the direction that the turtle is facing left (counter clockwise) by the amount indicated (in degrees).

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

turtle.right(degrees):

Turns the direction that the turtle is facing right (clockwise) by the amount indicated (in degrees).
Moves the turtle to the specified coordinates, drawing a straight line to the destination (x,y) if the pen is down, and not drawing if the pen is up.
Moves the turtle backward (in the direction opposite to how the turtle is facing) the distance indicated (in pixels). Draws a line if the pen is down, not if the pen is up.
Moves the turtle to the specified coordinates, drawing a straight line to the destination (x,y) if the pen is down, and not drawing if the pen is up.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

turtle.left(degrees):

Turns the direction that the turtle is facing left (counter clockwise) by the amount indicated (in degrees).
Returns the x-coordinate / y-coordinate of the current pen position.
To fill a figure, use turtle.begin_fill() before you start drawing the figure. Draw the figure. Then execute turtle.end_fill(). The figure drawn between the two fill commands will be filled with the present color setting.
Moves the turtle backward (in the direction opposite to how the turtle is facing) the distance indicated (in pixels). Draws a line if the pen is down, not if the pen is up.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

turtle.forward(distance):

Moves the turtle forward (in the direction the turtle is facing) the distance indicated (in pixels). Draws a line if the pen is down, not if the pen is up.
To fill a figure, use turtle.begin_fill() before you start drawing the figure. Draw the figure. Then execute turtle.end_fill(). The figure drawn between the two fill commands will be filled with the present color setting.
Returns the x-coordinate / y-coordinate of the current pen position.
Moves the turtle forward (in the direction the turtle is facing) the distance indicated (in pixels). Draws a line if the pen is down, not if the pen is up.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

turtle.backward(distance):

Moves the turtle backward (in the direction opposite to how the turtle is facing) the distance indicated (in pixels). Draws a line if the pen is down, not if the pen is up.
Sets the color of the line / fill color that the pen will use until the color / fill color is changed.
Sets the orientation of the turtle to angle. Here are some common directions in degrees:
Turns the direction that the turtle is facing left (counter clockwise) by the amount indicated (in degrees).

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

turtle.setheading(angle):

Sets the orientation of the turtle to angle. Here are some common directions in degrees:
To fill a figure, use turtle.begin_fill() before you start drawing the figure. Draw the figure. Then execute turtle.end_fill(). The figure drawn between the two fill commands will be filled with the present color setting.
Sets the state to hide / show the turtle. When shown, you see it as a small arrowhead pointed in the direction of the heading.
Returns the x-coordinate / y-coordinate of the current pen position.

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?