Python Turtle Basic Commands

Python Turtle Basic Commands

9th Grade

14 Qs

quiz-placeholder

Similar activities

Network Security

Network Security

9th - 11th Grade

10 Qs

AI Checkpoint 1 Revision

AI Checkpoint 1 Revision

9th - 12th Grade

16 Qs

Cyber Security KS4

Cyber Security KS4

8th - 12th Grade

15 Qs

LA1.C1: Introduction to Small Basic

LA1.C1: Introduction to Small Basic

9th Grade

15 Qs

WW2 : TLE QUIZ

WW2 : TLE QUIZ

9th Grade

11 Qs

WJEC GCSE ICT Unit 1 E-Mail

WJEC GCSE ICT Unit 1 E-Mail

9th - 10th Grade

13 Qs

Unit 8 Practice Test For CSP

Unit 8 Practice Test For CSP

9th Grade

16 Qs

Scratch

Scratch

KG - Professional Development

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.

Create a free account and access millions of resources

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?

Discover more resources for Computers