Search Header Logo

Python L1 Quiz 5: Random Numbers and More Turtle Features

Authored by Jerry Xiao

Computers

1st - 12th Grade

Used 322+ times

Python L1 Quiz 5: Random Numbers and More Turtle Features
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

How can we tell the turtle to move to the middle of the drawing canvas?

t.pos()

t.goto(0,0)

t.forward(0,0)

t.setheading(0,0)

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

True or False: t.backward(100) will turn the turtle around to face the opposite direction, then move 100 pixels

True

False

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

To use Python’s turtle graphics, you must include which of the following statements in your program?

import turtle_graphics

import turtle

import turtle_module

import Turtle

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

The Python turtle is initially positioned in the _____ of a graphics window.

center

top

right

left

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

By default, the Turtle heads in the _____ direction.

Up

Down

Right

Left

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

True or False: By default the turtle’s pen is down.

True

False

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

True or False: When the pen is down, the turtle draws.

True

False

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?