Exploring Turtle Graphics in Python

Exploring Turtle Graphics in Python

6th Grade

20 Qs

quiz-placeholder

Similar activities

Selection

Selection

5th - 9th Grade

20 Qs

Aplikom

Aplikom

1st Grade - University

20 Qs

Revision 8

Revision 8

5th - 8th Grade

18 Qs

Computer firsts

Computer firsts

6th - 8th Grade

20 Qs

Ms. Word 2016

Ms. Word 2016

3rd - 6th Grade

20 Qs

Standard Linux Commands

Standard Linux Commands

1st - 10th Grade

20 Qs

Introduction to Algorithims and Maker

Introduction to Algorithims and Maker

6th Grade

19 Qs

Online Discussion Forum

Online Discussion Forum

5th - 6th Grade

15 Qs

Exploring Turtle Graphics in Python

Exploring Turtle Graphics in Python

Assessment

Quiz

Computers

6th Grade

Medium

Created by

S Uwadiae

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of the Python Turtle module?

To create and manage databases

To draw graphics and shapes using code

To solve mathematical equations

To play music files

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to move the turtle forward by 100 units?

turtle.move(100)

turtle.forward(100)

turtle.run(100)

turtle.walk(100)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you change the pen colour to red in Turtle?

turtle.pen_colour("red")

turtle.setcolour("red")

turtle.colour("red")

turtle.pencolour("red")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command will turn the turtle 90 degrees to the right?

turtle.left(90)

turtle.turn(90)

turtle.right(90)

turtle.rotate(90)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What shape will the following code draw? ```python for i in range(4): turtle.forward(100) turtle.right(90) ```

Triangle

Square

Circle

Rectangle

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to lift the pen so the turtle moves without drawing?

turtle.penup()

turtle.liftpen()

turtle.nopen()

turtle.pendown()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the command `turtle.speed(10)` do?

Sets the turtle's speed to the slowest

Sets the turtle's speed to the fastest

Sets the turtle's speed to a medium pace

Stops the turtle

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers