
Python with Tracy - Moving, Circles, & Commands
Quiz by Mr. Davisson
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
36 questions
Show answers
- Q1X-axis60 degreesvertical45 degreeshorizontalverticals
- Q2Y-axis46 degreeshorizontal61 degreesverticalverticals
- Q3When using the circle() command, what value do we put inside the parentheses?radius, extent, stepssteps, radius, extentextent, steps, radiussteps, extent, radiusradius, extent, stepss
- Q4How would you tell Tracy to move forward 100 pixels?forward(100)forward 100move(100)Tracy move forward 100 pixelsforward(100)s
- Q5When Tracy is facing right, from what location does she start drawing her circle?Tracy's right sideBehind TracyTracy's left side
From her right foot
The middle of Tracys - Q6How do you send Tracy back to start.forward(0,0)setx(200)setpoint(0,0)setposition(0,0)sety(200)s
- Q7What are the dimensions of Tracy’s world?100 pixels x 100 pixels400 pixels x 200 pixels400 pixels x 400 pixels200 pixels x 200 pixels200 pixels x 400 pixelss
- Q8The turtle always starts facing which direction?NorthEastSouthWestWests
- Q9Tracy started facing right, which direction would we be facing after we ran the following code? left(90) left(90) right(90)RightLeftUpDownRights
- Q10If I use the command right(180), which way will Tracy turn?She will turn in a circleShe will turn to face upShe will turn aroundShe will turn to face leftShe will turn arounds
- Q11The setposition() command moves Tracy to a coordinate and:turns her to face leftturns her to face updoes not turn herturns her in a circleturns her to face downs
- Q12What is the correct formula to repeat a set of steps multiple timesteps_repeatrange(): = range()for i in range():repeatNumberTimes(x)repeat xs
- Q13How fast can you code Tracy?speed(1-100)speed(5)speed(0-10)speed (1-5)speed (0-100)s
- Q14Move Tracy without leaving a trail.liftup()penup()setup()pendown()penup()s
- Q15Move Tracy and leave a trail.penup()pendown()write()down()right()s