Python 201 Lessons 6-9 Vocab

Python 201 Lessons 6-9 Vocab

6th - 8th Grade

21 Qs

quiz-placeholder

Similar activities

AQA GCSE Computer Science - 3.1.1 Representing Algorithms

AQA GCSE Computer Science - 3.1.1 Representing Algorithms

8th - 10th Grade

19 Qs

Coding Vocabulary

Coding Vocabulary

8th Grade

22 Qs

Edublocks nested if

Edublocks nested if

6th - 12th Grade

18 Qs

tic tac toe with ai

tic tac toe with ai

7th Grade

20 Qs

c++

c++

8th Grade

22 Qs

Small Basic Week 4 (mod 1.4) Pre-Quiz

Small Basic Week 4 (mod 1.4) Pre-Quiz

7th - 8th Grade

17 Qs

Coding Vocabulary

Coding Vocabulary

5th - 8th Grade

23 Qs

Javascript Basics Test

Javascript Basics Test

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