
Python Turtle Basics

Flashcard
•
Computers
•
7th - 9th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

20 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Look at this code, what shape will it make? Options: Square, Triangle, Rectangle, Hexagon
Back
Rectangle
2.
FLASHCARD QUESTION
Front
To stop the turtle drawing you need to use which of the following commands? Options: penup:, pen_up( ), penup( ), penup( ):
Back
penup( )
3.
FLASHCARD QUESTION
Front
To make the turtle move forward, which command is used?
Back
turtle.forward()
4.
FLASHCARD QUESTION
Front
When creating a rectangle with the turtle, what angle is needed when turning?
Back
90
5.
FLASHCARD QUESTION
Front
In order to move the turtle 120 forward without drawing on the screen, which order is correct? Options: turtle.forward(120), turtle.penup(), turtle.pendown(), turtle.pendown(), turtle.forward(120), turtle.penup(), turtle.penup(), turtle.forward(120), turtle.pendown()
Back
turtle.penup()
turtle.forward(120)
turtle.pendown()
6.
FLASHCARD QUESTION
Front
To fill a shape with the colour red, which command is correct? Options: turtle.fillcolor('Red'), turtle.fillcolour('Red'), turtle.fillcolor("Red"), turtle.fillcolour("Red")
Back
turtle.fillcolor('Red')
7.
FLASHCARD QUESTION
Front
How do you tell python you want to use the turtle library? Options: turtle import, import turtle, from libraries import turtle, from turtle import libraries
Back
import turtle
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
Python 2.1 - 2.7

Flashcard
•
5th - 12th Grade
20 questions
Animal for kids

Flashcard
•
KG
20 questions
Python Turtle

Flashcard
•
6th - 8th Grade
15 questions
Finding nemo

Flashcard
•
KG
15 questions
Westing Game Test

Flashcard
•
8th Grade
15 questions
Physics 7.7A-D

Flashcard
•
6th - 8th Grade
15 questions
Capitalization

Flashcard
•
7th - 8th Grade
15 questions
Coding Vocab

Flashcard
•
7th - 8th 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