Python Plus : Turtle Race

Python Plus : Turtle Race

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Turtle academy (Lessons 6 and 7)

Turtle academy (Lessons 6 and 7)

6th - 8th Grade

10 Qs

Coding Concept

Coding Concept

7th - 8th Grade

9 Qs

แบบทดสอบเก็บคะแนนกลางภาคเรียน

แบบทดสอบเก็บคะแนนกลางภาคเรียน

7th Grade

12 Qs

CodeMonkey Coding Vocabulary

CodeMonkey Coding Vocabulary

3rd - 7th Grade

12 Qs

Class Test 1 JC

Class Test 1 JC

4th - 6th Grade

10 Qs

color and position

color and position

6th Grade

8 Qs

Blockly Assessment

Blockly Assessment

6th - 9th Grade

15 Qs

Robotics - VR coding

Robotics - VR coding

7th - 8th Grade

9 Qs

Python Plus : Turtle Race

Python Plus : Turtle Race

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

ScopeIT Team

Used 5+ times

FREE Resource

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)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?