Functions

Functions

Assessment

Interactive Video

Computers

7th Grade

Hard

Created by

John Streety

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in drawing a square using the turtle module?

Importing the turtle module

Calling the function

Drawing a circle

Setting up a loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why did nothing happen when the function was first created?

The square was too small

The turtle module was not imported

The function was not called

The function was misspelled

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an argument in the context of functions?

A mistake in the code

A drawing tool

A type of loop

A value passed to a function

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you draw multiple squares without them overlapping?

By moving the turtle between drawings

By changing the turtle color

By using a larger square size

By drawing circles instead

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to lift the pen so squares don't touch?

Shelly.penup()

Shelly.left()

Shelly.pendown()

Shelly.forward()