pencil-icon
Build your own quiz

Computers

7th -

8thgrade

Image

Python turtle

55
plays

15 questions

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

    To make the turtle move forward, which command is used?

    turtle.penup()

    turtle.forward()

    turtle.left()

    turtle.backward()

  • 2. Multiple Choice
    30 seconds
    1 pt

    When creating a rectangle with the turtle, what angle is needed when turning?

    120

    180

    45

    90

  • 3. Multiple Choice
    30 seconds
    1 pt

    In order to move the turtle 120 forward without drawing on the screen, which order is correct?

    turtle.forward(120)

    turtle.penup()

    turtle.pendown()

    turtle.pendown()

    turtle.forward(120)

    turtle.penup()

    turtle.penup()

    turtle.forward(120)

    turtle.pendown()

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?