
Python 201 Lessons 6-9 Vocab
Authored by Heather Coombs
Computers
6th - 8th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
21 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A collection of predefined functions and values that can be imported into your program.
Library
Turtle Library
Object
Pixel
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A library that defines a turtle object that can be used to draw shapes, lines, and colors.
Library
Turtle Library
Object
Pixel
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A Python object contains variables, functions, and values that correspond to that particular version of the item.
Library
Turtle Library
Object
Pixel
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A single dot on your computer screen. Computer screen resolutions are described in terms of how many pixels there are horizontally and vertically.
Library
Turtle Library
Object
Pixel
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A statement that determines the sequence of instructions that a program executes. Programs may follow one branch or another depending on the result of the Boolean/conditional statement.
Branch
Condition
"If" Statement
"Else" Statement
"Elif" Statement
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A Boolean expression that evaluates to either True or False. Conditions can also just be the Boolean values True or False.
Branch
Condition
"If" Statement
"Else" Statement
"Elif" Statement
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A statement containing the word "if" followed by a Boolean/conditional expression and a colon. If the Boolean expression is true, the indented code following the "if" statement will be executed. If the Boolean expression is false, the indented code will not execute and the next non-indented instruction will be executed. The end of the "if" statement must have a colon and there must be at least one indented instruction after the "if" statement. "If" statements can be nested as long as the amount of indentation stays consistent. Each level of indentation is suggested to be one tab or 4 spaces.
Branch
Condition
"If" Statement
"Else" Statement
"Elif" Statement
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?