Search Header Logo

Python Drawing Lesson 1 and 2 Quiz

Authored by Ian Stuckey

Computers

8th Grade

Used 17+ times

Python Drawing Lesson 1 and 2 Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following commands will allow you to draw in Python:

Import drawing

import turtle

Import Turtle()

import turtle()

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following commands will change the background colour of the screen?

wn.bgcolor(“blue”)

wn.bgcolour(“blue”)

wn.bgcolor(blue)

win.bgcolor(“blue”)

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following commands will return the turtle to its starting position and give you a blank screen?

turtle.undo()

turtle.clear()

turtle.reset()

turtle.Turtle()

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Write down the code to make the turtle move forward by 300 and then turn left by 90 degrees

turtle.foward(300)

turtle.left(90)

turtle.forward(300)

turtle.turn(90)

turtle.forward(300)

turtle.left(90)

turtle.forward(90)

turtle.left(300)

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the best name given to the following piece of code:

for i in range(4):

turtle.forward(x)

turtle.right(y)

Repeat

Python code

Turtle

FOR loop

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What shape will this FOR loop draw?

for i in range(6):

turtle.forward(200)

turtle.right(60)

Triangle

Square

Pentagon

Hexagon

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What shape will appear on the screen when this FOR loop runs?

for i in range(6):

turtle.forward(200)

turtle.right(120)

Triangle

Square

Pentagon

Hexagon

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?