Python Turtle Flashcard

Python Turtle Flashcard

Assessment

Flashcard

Computers

7th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

13 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Who is credited with devising Python turtle graphics?

Back

Seymour Papert

2.

FLASHCARD QUESTION

Front

There is an error on this piece of code, what is the correct statement? Options: screen.bgcolor("lightblue") , screen.bgcolor="lightblue") , screen.bgcolour("lightblue") , screen.bgcolor=lightblue()

Back

screen.bgcolor("lightblue")

3.

FLASHCARD QUESTION

Front

What is wrong with this piece of code?

Back

Must use the American spelling of colour - "color"

4.

FLASHCARD QUESTION

Front

There is an error on this piece of code, what is the correct statement? Options: import turtle, import Turtle, import.Turtle, turtle import

Back

import turtle

5.

FLASHCARD QUESTION

Front

There is an error on this piece of code, what is the correct statement? Options: turtle.forward(150), turtle.forward(), turtle.moveforward(), turtle.move.forward(150)

Back

turtle.forward(150)

6.

FLASHCARD QUESTION

Front

There is an error on this piece of code, what is wrong? Options: Nothing, No start_fill() set, No colour set in the end fill e.g. end_fill("blue"), No colour set in the start fill e.g. start_fill("blue")

Back

No start_fill() set

7.

FLASHCARD QUESTION

Front

There is an error on this piece of code, what is wrong? Options: Nothing, No full stop needed in the pen.down statement e.g. turtle.pendown(), No brackets needed in the pen.down statement e.g. turtle.pen.down, No turtle prefix needed in the pen.down statement e.g. pen.down()

Back

No full stop needed in the pen.down statement e.g. turtle.pendown()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?