Search Header Logo

Python Plus : Turtle Race

Authored by ScopeIT Team

Computers

6th - 8th Grade

Used 7+ times

Python Plus : Turtle Race
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

30 sec • 1 pt

How do you import the turtle module in Python?

include turtle
import turtle
using turtle
require turtle
load turtle

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you set the turtle's color to red?

ada.setColor("red")
ada.color("red")
ada.set_color("red")
ada.paint("red")
ada.fill("red")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you change the turtle's shape to a turtle?

ada.form("turtle")
ada.type("turtle")
ada.shape("turtle")
ada.design("turtle")
ada.figure("turtle")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function moves the turtle forward by 100 units?

ada.move(100)
ada.forward(100)
ada.go(100)
ada.walk(100)
ada.step(100)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you set the turtle's speed to maximum?

ada.velocity(10)
ada.fastest()
ada.speed(10)
ada.quick()
ada.set_speed(10)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you turn the turtle 90 degrees to the right?

ada.right(90)
ada.turn(90)
ada.rotate(90)
ada.spin(90)
ada.angle(90)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to generate a random integer between 1 and 10?

random.int(1, 10)
random.randint(1, 10)
randint(1, 10)
random(1, 10)
rand(1, 10)

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?