Python Turtle - Homework

Quiz
•
Computers
•
12th Grade
•
Medium
P Upstone
Used 34+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How do you tell python you want to use the turtle library
turtle import
import turtle
from libraries import turtle
from turtle import libraries
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The .turn(x) command instructs the turtle to turn
Clockwise if x is positive
Anti-clockwise if x is positive
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
t = turtle.Turtle()
t.setheading(270)
The turtle in this program will be facing....
Up
Right
Down
Left
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of these commands would successfully create a turtle named Alice
Alice = turtle.turtle()
Alice = Turtle.turtle()
Alice = Turtle.Turtle()
Alice = turtle.Turtle()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens if you call your python progam "turtle"
your program crashes because you have spelt it wrong
your program crashes because it stops the import turtle line from working
your program crashes because it should have been saved as turtle.turtle
your program runs fine
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
counter = 0
while counter<4:
t.forward(100)
t.turn(90)
counter = counter + 1
What shape will this draw?
Square
Rectangle
Triangle
Rhombus
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
counter = 0
while counter<9:
t.forward(100)
t.turn(40)
counter = counter + 1
How many times will this code repeat itself?
7
8
9
10
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Adobe Premiere Pro

Quiz
•
10th - 12th Grade
10 questions
3.2 Soal Animasi 2D

Quiz
•
12th Grade
9 questions
Checkpoint 1 revision

Quiz
•
9th - 12th Grade
11 questions
Programming Chapter 3 Quiz Practice

Quiz
•
12th Grade
12 questions
NCCE Year 4 Repetition in Shapes

Quiz
•
3rd Grade - University
15 questions
Модуль tkinter

Quiz
•
12th Grade
10 questions
Small Basic (Turtle)

Quiz
•
KG - University
11 questions
A level Computer Science Fetch Decode Execute

Quiz
•
10th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade