pencil-icon
Build your own quiz

Computers

9th -

12thgrade

Image

Intro to Programming: Tracy the Turtle 1

129
plays

14 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    What command moves Tracy ahead 100 pixels?

    forward(100)

    move(100)

    trace(100)

    circle(100)

  • 2. Multiple Choice
    30 seconds
    1 pt

    What command draws a circle with a diameter of 100?

    arc(100, 180, 5)

    draw_circle(100)

    circle(50)

    circle(100)

  • 3. Multiple Choice
    30 seconds
    1 pt

    What does the command right(45) do?

    Draw a line to the right that is 45 pixels long

    Move Tracy 45 pixels to the right

    Rotate Tracy 45 pixels clockwise

    Rotate Tracy 45 degrees clockwise

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?