Python 201 Lessons 6-9 Vocab

Python 201 Lessons 6-9 Vocab

6th - 8th Grade

21 Qs

quiz-placeholder

Similar activities

Computer

Computer

4th - 7th Grade

20 Qs

G7_Ch-7,8_HTML_Asmt-3_Revision

G7_Ch-7,8_HTML_Asmt-3_Revision

6th - 8th Grade

20 Qs

Google SketchUp Tool

Google SketchUp Tool

KG - University

20 Qs

Basic of Computers

Basic of Computers

6th - 12th Grade

20 Qs

Acceptable Use Policy

Acceptable Use Policy

6th - 9th Grade

16 Qs

Semester 1- Exploration of Robotics (Units 5-7)

Semester 1- Exploration of Robotics (Units 5-7)

6th - 8th Grade

17 Qs

computer Lab Manners

computer Lab Manners

5th - 10th Grade

19 Qs

Review with fun...

Review with fun...

7th - 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?