Python Turtle

Flashcard
•
Computers, Education
•
6th - 8th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

20 questions
Show all answers
1.
FLASHCARD QUESTION
Front
To make the turtle move forward, which command is used? Options: turtle.penup(), turtle.forward(), turtle.left(), turtle.backward()
Back
turtle.forward()
2.
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()
3.
FLASHCARD QUESTION
Front
Which of these commands would create a turtle named Alice?
Options:
Alice = turtle.pen(),
Alice = Turtle.pen(),
Alice = Turtle.turtle(),
Alice = Turtle()
Back
Alice = Turtle()
4.
FLASHCARD QUESTION
Front
How many times will this code loop?
Back
4
5.
FLASHCARD QUESTION
Front
Look at this code, what shape will it make? Options: Square, Triangle, Rectangle, Hexagon
Back
Rectangle
6.
FLASHCARD QUESTION
Front
How do you tell that Python that you are going to use the turtle library?
Back
from turtle import Turtle
7.
FLASHCARD QUESTION
Front
What is the keyword needed to repeat code (iterate) in Python?
Back
for
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
Drones

Flashcard
•
6th - 8th Grade
15 questions
"The Westing Game" Chapters 1-21 Flashcard

Flashcard
•
6th - 8th Grade
10 questions
Code.org Express Course -> Lesson 3

Flashcard
•
5th - 7th Grade
15 questions
Action and Reaction Pairs (Newton's Third Law)

Flashcard
•
6th - 8th Grade
20 questions
Code.org Express Course

Flashcard
•
6th - 8th Grade
12 questions
Python Coding

Flashcard
•
6th - 8th Grade
16 questions
Intro to Python

Flashcard
•
6th - 8th Grade
15 questions
Westing Game Chapters 13-18

Flashcard
•
6th - 8th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
15 questions
Computer Components Video

Interactive video
•
8th Grade