
Python Turtle Basics

Quiz
•
Computers
•
7th - 9th Grade
•
Hard
Simon Graham
Used 104+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To make the turtle move forward, which command is used?
turtle.penup()
turtle.forward()
turtle.left()
turtle.backward()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When creating a rectangle with the turtle, what angle is needed when turning?
120
180
45
90
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In order to move the turtle 120 forward without drawing on the screen, which order is correct?
turtle.forward(120)
turtle.penup()
turtle.pendown()
turtle.pendown()
turtle.forward(120)
turtle.penup()
turtle.penup()
turtle.forward(120)
turtle.pendown()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To fill a shape with the colour red, which command is correct?
turtle.fillcolor('Red')
turtle.fillcolour('Red')
turtle.fillcolor("Red")
turtle.fillcolour("Red")
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you tell python you want to use the turtle library
turtle import
import turtle
from libraries import turtle
from turtle import libraries
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
Sensors

Quiz
•
8th Grade
25 questions
Code.org Express

Quiz
•
8th Grade
19 questions
Logo Programming

Quiz
•
1st - 9th Grade
21 questions
Python Turtle

Quiz
•
6th - 8th Grade
15 questions
Python Quiz

Quiz
•
8th Grade
20 questions
Review G8

Quiz
•
6th - 8th Grade
19 questions
23-24 grade 8 4th review

Quiz
•
8th Grade
20 questions
Computational Thinking & Coding - Test #1

Quiz
•
7th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade