Python Turtle Basic Commands

Python Turtle Basic Commands

9th Grade

14 Qs

quiz-placeholder

Similar activities

BTEC Theory quiz 1: Networks and Internet

BTEC Theory quiz 1: Networks and Internet

8th - 11th Grade

16 Qs

Activity 1: How well do you know Java?

Activity 1: How well do you know Java?

9th Grade

10 Qs

Wee Word Intro

Wee Word Intro

7th - 12th Grade

12 Qs

Loops

Loops

9th Grade

19 Qs

NHTW Programming

NHTW Programming

9th Grade

10 Qs

Five Nights At Freddy's: Security Breach Quiz

Five Nights At Freddy's: Security Breach Quiz

KG - Professional Development

13 Qs

Access - Lesson 14

Access - Lesson 14

9th - 12th Grade

10 Qs

Table in PowerPoint

Table in PowerPoint

9th Grade

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