
Python Turtle Flashcard
Flashcard
•
Computers
•
7th Grade
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

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()
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?