Shelly Nested for Loops

Shelly Nested for Loops

Assessment

Interactive Video

Computers

6th - 8th Grade

Medium

Created by

John Streety

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step to start using turtle graphics in Python?

Create a new turtle object

Import the turtle module

Draw a square

Set the turtle's color

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to move the turtle forward?

Shelly.up()

Shelly.forward()

Shelly.backward()

Shelly.right()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

4 times

5 times

3 times

2 times

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you draw multiple squares and rotate them?

They create a cool pattern

They overlap to form a star

They create a circular pattern

They form a single large square

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What angle is initially used to rotate the squares in the pattern?

30 degrees

60 degrees

90 degrees

120 degrees

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The final number of iterations, in the for the outer loop, for the cool artistic design was

4

10

60

idk

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The final number of degrees that the square was rotated in the outside loop was

60

10

4

12