Python Tracy the Turtle (codehs) through Lesson 9

Flashcard
•
Computers
•
8th - 10th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

27 questions
Show all answers
1.
FLASHCARD QUESTION
Front
How will I tell Tracy to move forward 150 pixels?
Back
backward(-150)
2.
FLASHCARD QUESTION
Front
When using the circle() command, what value do we put inside the parentheses?
Back
Radius of the circle
3.
FLASHCARD QUESTION
Front
Where does Tracy always start in the grid world?
Back
(0, 0) coordinate in the middle of the canvas
4.
FLASHCARD QUESTION
Front
What are the dimensions of Tracy's world?
Back
400 pixels x 400 pixels
5.
FLASHCARD QUESTION
Front
Which command causes Tracy to move from the starting position to reach the right side of the canvas? Options: forward(-200), setposition(400,0), setposition(200,0), forward(400)
Back
setposition(200,0)
6.
FLASHCARD QUESTION
Front
If you want Tracy to draw a circle, move forward without making a line, and draw another circle (where the edges of the circle touch) what set of commands should you write?
Back
circle(30)
penup( )
forward(60)
pendown()
circle(30)
7.
FLASHCARD QUESTION
Front
If Tracy started facing right, which direction would she be facing after we ran the following code:
left(-90)
left(-90)
right(90)?
Back
up
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
9th Grade Context Clues

Flashcard
•
7th - 10th Grade
20 questions
9th Grade Context Clues

Flashcard
•
7th - 10th Grade
24 questions
Programming Concepts Flashcard

Flashcard
•
10th Grade
21 questions
First Semester Final Review

Flashcard
•
10th Grade
16 questions
Counting

Flashcard
•
KG
20 questions
Python Turtle

Flashcard
•
6th - 8th Grade
20 questions
Soccer

Flashcard
•
10th Grade
14 questions
CMU Unit 2.2.4 and 7.2 Variables

Flashcard
•
9th 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
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade