Python Turtle Flashcard

Python Turtle Flashcard

Assessment

Flashcard

Computers

7th Grade

Practice Problem

Hard

Created by

Wayground 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()

Media Image

Back

screen.bgcolor("lightblue")

3.

FLASHCARD QUESTION

Front

What is wrong with this piece of code?

Media Image

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

Media Image

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)

Media Image

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")

Media Image

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()

Media Image

Back

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?