Shelly For Loops

Shelly For Loops

Assessment

Interactive Video

Computers

7th Grade

Easy

Created by

John Streety

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in using the turtle module to draw shapes?

Write a for loop

Set the turtle's color

Draw a circle

Create a new file and import turtle

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of creating a turtle object named Shelly?

To store colors

To draw shapes

To write text

To play music

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times does the for loop run to draw a square?

Four times

Five times

Three times

Two times

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you change the turtle's color to blue?

The turtle draws a circle

The turtle stops moving

The shape is filled with blue

The turtle moves faster

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you do if you want to try different shapes and colors?

Stop the program

Change the code and see what happens

Ask the teacher for help

Use a different computer