
Code HS Tracy Phyton Flashcard
Flashcard
•
Computers
•
6th - 8th Grade
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

10 questions
Show all answers
1.
FLASHCARD QUESTION
Front
In Code HS Tracy the Turtle, how would you tell Tracy to move forward 100 pixels?
Back
forward(100)
2.
FLASHCARD QUESTION
Front
When using the circle() command, what value do we put inside the parentheses?
Back
the radius of the circle
3.
FLASHCARD QUESTION
Front
Which commands would move Tracy forward 100 pixels? A. forward(100) B. backward(-100) C. forward(-100)
Back
A and B
4.
FLASHCARD QUESTION
Front
If you want Tracy to move forward 100 pixels without making a line, what set of commands should you write?
Back
penup()
forward(100)
5.
FLASHCARD QUESTION
Front
If Tracy is facing right, which commands can turn her to face up? A. left(90) B. turn(up) C. right(270) D. setposition(90)
Back
A and C
6.
FLASHCARD QUESTION
Front
The following loop draws 3 circles on the screen. If I wanted to alter this loop to draw 10 circles, how many lines would my code be?
1 for i in range(3):
2 circle(25)
3 forward(50)
Back
3 lines
7.
FLASHCARD QUESTION
Front
Which lines of the code below will be repeated 4 times? Options: 3 and 4, 2, 3 & 4, 3, 4 & 5, 3, 4, 5, & 6
Back
3, 4 & 5
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?