Python Level 1 Quiz #6

Quiz
•
Computers, Other
•
5th - 12th Grade
•
Medium
Mariel Reyes
Used 6+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True or False: The following statement will check to see if the turtle’s pen color is ‘green’:
if turtle.pencolor() = ‘green’
True
False
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True or False: The following code snippet will change the turtle’s pen size to 4 if it is presently less than 4:
if turtle.pensize() < 4:
turtle.pensize(4)
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To use Python’s turtle graphics, you must include which of the following statements in your program?
import turtle_graphics
import turtle
import turtle_module
import Turtle
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The Python turtle is initially positioned in the _____ of a graphics window.
center
top
right
left
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
By default, the Turtle heads in the _____ direction.
up
down
right
left
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following loop draws a _____.
for x in range(4):
turtle.forward(200)
turtle.right(90)
star
circle
square
rectangle
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True or False: By default the turtle’s pen is down.
True
False
Create a free account and access millions of resources
Similar Resources on Wayground
8 questions
списки и черепашка

Quiz
•
5th Grade
12 questions
animals

Quiz
•
6th Grade
10 questions
Who is Mr. Adrian?

Quiz
•
9th Grade
10 questions
ICT Yr 5 - Basic LOGO Commands

Quiz
•
5th Grade
17 questions
Legos

Quiz
•
KG - Professional Dev...
10 questions
Slower Than the Rest Selection Test

Quiz
•
5th Grade
11 questions
Understanding Emotions

Quiz
•
6th - 8th Grade
15 questions
CMU CS Academy Unit 3.2.1 Boolean Expressions Part 0

Quiz
•
9th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th 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
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade