placeholder image to represent content

Python with Tracy - Moving, Circles, & Commands

Quiz by Mr. Davisson

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
36 questions
Show answers
  • Q1
    X-axis
    60 degrees
    vertical
    45 degrees
    horizontal
    verticals
  • Q2
    Y-axis
    46 degrees
    horizontal
    61 degrees
    vertical
    verticals
  • Q3
    When using the circle() command, what value do we put inside the parentheses?
    radius, extent, steps
    steps, radius, extent
    extent, steps, radius
    steps, extent, radius
    radius, extent, stepss
  • Q4
    How would you tell Tracy to move forward 100 pixels?
    forward(100)
    forward 100
    move(100)
    Tracy move forward 100 pixels
    forward(100)s
  • Q5
    When Tracy is facing right, from what location does she start drawing her circle?
    Tracy's right side
    Behind Tracy
    Tracy's left side

    From her right foot

    The middle of Tracys
  • Q6
    How do you send Tracy back to start.
    forward(0,0)
    setx(200)
    setpoint(0,0)
    setposition(0,0)
    sety(200)s
  • Q7
    What are the dimensions of Tracy’s world?
    100 pixels x 100 pixels
    400 pixels x 200 pixels
    400 pixels x 400 pixels
    200 pixels x 200 pixels
    200 pixels x 400 pixelss
  • Q8
    The turtle always starts facing which direction?
    North
    East
    South
    West
    Wests
  • Q9
    Tracy started facing right, which direction would we be facing after we ran the following code? left(90) left(90) right(90)
    Right
    Left
    Up
    Down
    Rights
  • Q10
    If I use the command right(180), which way will Tracy turn?
    She will turn in a circle
    She will turn to face up
    She will turn around
    She will turn to face left
    She will turn arounds
  • Q11
    The setposition() command moves Tracy to a coordinate and:
    turns her to face left
    turns her to face up
    does not turn her
    turns her in a circle
    turns her to face downs
  • Q12
    What is the correct formula to repeat a set of steps multiple time
    steps_repeat
    range(): = range()
    for i in range():
    repeatNumberTimes(x)
    repeat xs
  • Q13
    How fast can you code Tracy?
    speed(1-100)
    speed(5)
    speed(0-10)
    speed (1-5)
    speed (0-100)s
  • Q14
    Move Tracy without leaving a trail.
    liftup()
    penup()
    setup()
    pendown()
    penup()s
  • Q15
    Move Tracy and leave a trail.
    penup()
    pendown()
    write()
    down()
    right()s

Teachers give this quiz to your class