Which direction does the Turtle face when it is created?

Python Quiz 1

Quiz
•
Computers
•
9th - 12th Grade
•
Easy
Jessica Fletcher
Used 7+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
North
South
East
West
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following code. What does the line “import turtle” do?
It creates a new turtle object that can be used for drawing.
It defines the module turtle which will allow you to create a Turtle object and draw with it.
It makes the turtle draw half of a rectangle on the screen.
Nothing, it is unnecessary.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True or False: A Turtle object can have any name that follows the naming rules
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following code would produce the following image?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True or False: You can only have one active turtle at a time. If you create a second one, you will no longer be able to access or use the first.
True
False
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How does python know what statements are contained in a for loop or while loop body?
They are indented to the same degree from the loop header.
There is always exactly one line in the loop body.
The loop body ends with a semi-colon (;) which is not shown in the code above.Check MeCompare me
The loop body is handled with curly braces { }.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The correct code to generate a random number between 1 and 100 (inclusive) is:
prob = random.randint(1, 101)
prob = random.randint(1, 100)
prob = random.randint(0, 101)
prob = random.randint(0, 101)
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Year 8 - Progress Check 1 (Python Turtle Shapes)

Quiz
•
8th - 9th Grade
10 questions
IGCSE ICT Turtle Graphics

Quiz
•
10th Grade
10 questions
MIT App Inventor Basics

Quiz
•
9th - 12th Grade
15 questions
Coding Pre-quiz

Quiz
•
6th - 9th Grade
15 questions
CP M4 Repetition & Loops

Quiz
•
9th - 12th Grade
14 questions
9.1.5 - Starter Quiz

Quiz
•
7th - 11th Grade
16 questions
Iteration Recap

Quiz
•
8th - 9th Grade
13 questions
Python Iteration

Quiz
•
10th 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
17 questions
Chapter 12 - Doing the Right Thing

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

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

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University