Turtle Graphics Quiz

Turtle Graphics Quiz

10th Grade

20 Qs

quiz-placeholder

Similar activities

Electrical Measurements

Electrical Measurements

9th - 12th Grade

15 Qs

ILL Intro

ILL Intro

9th - 12th Grade

15 Qs

Unpuzzled ASCII

Unpuzzled ASCII

7th - 12th Grade

15 Qs

Quiz Hotel - FIA

Quiz Hotel - FIA

1st - 12th Grade

23 Qs

Excel 2P-2RVW-Formulas and Functions in Excel

Excel 2P-2RVW-Formulas and Functions in Excel

10th - 12th Grade

19 Qs

Materials - Fibres

Materials - Fibres

10th Grade

17 Qs

Hamm Os

Hamm Os

6th Grade - University

16 Qs

Recap Materials.

Recap Materials.

10th Grade

20 Qs

Turtle Graphics Quiz

Turtle Graphics Quiz

Assessment

Quiz

Instructional Technology

10th Grade

Medium

Created by

Kelzang Lethro

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

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

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?