Python 201 Lessons 6-9 Vocab

Python 201 Lessons 6-9 Vocab

6th - 8th Grade

21 Qs

quiz-placeholder

Similar activities

Code.org CSD Unit 3 Lessons 1-12

Code.org CSD Unit 3 Lessons 1-12

3rd - 12th Grade

20 Qs

Python -Iteration (loops)

Python -Iteration (loops)

7th - 12th Grade

20 Qs

Python Code 3- PLTW AC

Python Code 3- PLTW AC

6th - 8th Grade

25 Qs

Coding Vocabulary Quiz

Coding Vocabulary Quiz

6th - 8th Grade

20 Qs

Code.org Vocab

Code.org Vocab

6th - 7th Grade

24 Qs

ptscod

ptscod

8th Grade

20 Qs

AQA GCSE Computer Science - 3.1.4 Sorting Algorithms

AQA GCSE Computer Science - 3.1.4 Sorting Algorithms

8th - 10th Grade

18 Qs

Year 8 Python Quiz

Year 8 Python Quiz

8th Grade

20 Qs

Python 201 Lessons 6-9 Vocab

Python 201 Lessons 6-9 Vocab

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Heather Coombs

Used 1+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?