Turtle quiz 1

Quiz
•
Computers
•
10th Grade
•
Medium

Owen PERRY
Used 2+ times
FREE Resource
Student preview

13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3.
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()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the keyword needed to loop code (iterate) in Python?
for
if
input
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What shape will this create?
Triangle
Hexagon
Rectangle
Will look like the turtle is climbing stairs
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why comments are important in programming?
Comments are ignored by the compiler while running the code.
Lazy programmers (who do not comment the code properly) forget their own implemented logics and waste much more time solving the issue when they see their code later.
In Python we can write a single line comment by using #.
Comments are helpful to other programmers to understand the code better. They can easily understand the logic behind solving any problem.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at this code, what shape will it make?
Square
Triangle
Rectangle
Hexagon
Create a free account and access millions of resources
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade