1.1.1 - 1.1.2 CFU
Quiz
•
Computers
•
9th - 12th Grade
•
Easy
Steven Aguilar
Used 2+ times
FREE Resource
Enhance your content
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When using the turtle.goto( ) method in Python 3, what parameters go inside the parentheses?
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 Wayground
8 questions
MAWD Quiz 3.01 Audio
Quiz
•
9th - 12th Grade
10 questions
Warm Up - CAI711
Quiz
•
11th - 12th Grade
12 questions
Інформатика 5 Нуш Пайтон 2 Графіка п 25-26
Quiz
•
12th Grade
10 questions
Systems Software OCR GCSE Computer Science
Quiz
•
9th Grade
10 questions
Accentuate the Positive LAP Quiz
Quiz
•
9th - 12th Grade
10 questions
Поняття об'єкта, його властивості і методи
Quiz
•
10th Grade
10 questions
Web Quizizz 12
Quiz
•
10th Grade
10 questions
Python Abschlussquiz - Woche 1
Quiz
•
9th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
30 questions
Computer Terminology Exercise #1 ( Fill Ins)
Quiz
•
9th Grade
15 questions
MLA Formatting
Quiz
•
9th Grade
20 questions
Typing Practice
Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro
Lesson
•
5th - 9th Grade
20 questions
Google Sheets Quiz
Quiz
•
9th Grade