When using the turtle.goto( ) method in Python 3, what parameters go inside the parentheses?
1.1.1 - 1.1.2 CFU

Quiz
•
Computers
•
9th - 12th Grade
•
Easy
Steven Aguilar
Used 2+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
the color of the pen
the number of degrees to rotate
the number of pixels to move forward
x- and y-coordinates
Answer explanation
When using the turtle.goto( ) method in Python 3, the parameters inside the parentheses should be x- and y-coordinates.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When moving the turtle to a new location, which method is used to lift the pen so that moving the turtle does not draw a line?
turtle.penup( )
turtle.pendown( )
turtle.goto( )
turtle.forward( )
Answer explanation
When moving the turtle to a new location, the method used to lift the pen so that moving the turtle does not draw a line is turtle.penup( ).
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When drawing a polygon, which method may be used to change the color of the turtle's pen in Python 3?
turtle.color( )
turtle.penup( )
turtle.pendown( )
turtle.goto( )
Answer explanation
The method turtle.color() may be used to change the color of the turtle's pen in Python 3.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the code painter.circle(80, 180, 70), which of the following characteristics will be drawn?
A semicircle-looking arc with 70 segments at a radius of 80 pixels
An 80-degree arc with a radius of 70 pixels made with 180 segments
An 80-degree arc with a radius of 180 pixels made with 70 segments.
A 180-degree arc made of 80 segments with a radius of 70 segments
Answer explanation
The first attribute is the radius; the second is the arc measurement; the third is the number of segments.
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
When using the circle( ) command, what value do we put inside the parentheses?
Radius of the circle
Center of the circle
Diameter of the circle
Width of the circle
Answer explanation
When using the circle( ) command, we put the radius of the circle inside the parentheses.
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Currently, the turtle is facing UP.
What direction will the turtle be facing after this block of code runs?
up
down
left
right
Answer explanation
The turtle will be facing down after the code runs because the left turn undoes the right turn, and then the turtle rotates 180 degrees in the downward direction.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method is used to set the fill color of a shape in Turtle graphics?
color
fill
fillcolor
shape
Answer explanation
The method used to set the fill color of a shape in Turtle graphics is 'fillcolor'.
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Choose the Best answer:
Which line should NOT have an attribute inside the parentheses?
p.forward( )
p.pendown( )
p.fillcolor( )
p.right( )
Answer explanation
The correct choice is p.pendown( ) because it should not have an attribute inside the parentheses, unlike the other options which require attributes for the function to work properly.
Similar Resources on Quizizz
10 questions
Команди графічного модуля

Quiz
•
1st - 12th Grade
10 questions
Computer Science Quiz

Quiz
•
9th - 12th Grade
10 questions
APCSP 3.7 Debugging

Quiz
•
9th - 12th Grade
10 questions
Coding Systems 1 - AQA A Level Computer Science

Quiz
•
11th - 12th Grade
9 questions
Premiers pas avec turtle

Quiz
•
11th Grade
10 questions
Модуль Turtle в Python

Quiz
•
9th Grade
10 questions
ไพทอน เต่า

Quiz
•
7th - 12th Grade
10 questions
Turtle Lesson 1

Quiz
•
11th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
25 questions
Spanish preterite verbs (irregular/changed)

Quiz
•
9th - 10th Grade
10 questions
Identify Slope and y-intercept (from equation)

Quiz
•
8th - 9th Grade
10 questions
Juneteenth: History and Significance

Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1

Quiz
•
9th - 12th Grade
26 questions
June 19th

Quiz
•
4th - 9th Grade
20 questions
Distance, Midpoint, and Slope

Quiz
•
10th Grade
20 questions
Figurative Language Review

Quiz
•
10th Grade
27 questions
STAAR English 1 Review

Quiz
•
9th Grade