Search Header Logo

Turtle Graphics Quiz

Authored by Kelzang Lethro

Instructional Technology

10th Grade

Used 1+ times

Turtle Graphics Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to import the turtle library so you can use its functions?

include turtle

import turtle

load turtle

run turtle

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code snippet do? Python import turtle turtle.forward(100)

Draw a line 100 pixels long.

Move the turtle forward by 100 steps without drawing.

Create a circle with a radius of 100.

Turn the turtle 100 degrees.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command will turn the turtle to its left by 90 degrees?

turtle.turn(90)

turtle.right(90)

turtle.left(90)

turtle.angle(90)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To draw a shape with a red outline and a yellow fill, which command should you use before drawing?

turtle.color("yellow", "red")

turtle.fill("red", "yellow")

turtle.pencolor("yellow")

turtle.color("red", "yellow")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the turtle.penup() command?

It makes the turtle invisible.

It stops the program.

It lifts the pen, so the turtle moves without drawing.

It deletes the last line drawn.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which set of commands is necessary to draw a filled shape?

start_fill() and stop_fill()

begin_fill() and end_fill()

fill(True) and fill(False)

pencolor() and fillcolor()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Examine the code below. What shape will it draw? Python import turtle for i in range(3): turtle.forward(100) turtle.left(120)

A square

A triangle

A pentagon

A straight line

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?