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

Quiz
•
Computers, Education
•
KG - Professional Development
•
Hard
Hunter Liao
Used 169+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
turtle.penup()
turtle.forward()
turtle.left()
turtle.backward()
2.
MULTIPLE CHOICE QUESTION
30 sec • 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()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these commands would create a turtle named Alice?
Alice = turtle.pen()
Alice = Turtle.pen()
Alice = Turtle.turtle()
Alice = turtle.Turtle()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times will this code loop?
50
90
0
4
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To move the turtle to a specific position on the drawing canvas you need to use which of the following commands?
set_pos( )
setpos( ):
setpos
setposition( )
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you tell that Python that you are going to use the turtle library?
import turtle
turtle import
from turtle import *
from turtle import
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
KS4 - Python Turtle

Quiz
•
9th - 11th Grade
6 questions
Python Turtle

Quiz
•
7th - 8th Grade
12 questions
Python Turtle

Quiz
•
6th Grade
10 questions
Python Plus : Turtle Race

Quiz
•
6th - 8th Grade
10 questions
Python eduBlocks Quiz

Quiz
•
8th Grade
15 questions
Lesson 31 Test-4

Quiz
•
5th - 8th Grade
15 questions
Python Turtle Quiz

Quiz
•
7th Grade
14 questions
Python L25 Turtle

Quiz
•
6th - 8th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade