Python 201 Lessons 2&3 Vocab

Python 201 Lessons 2&3 Vocab

6th - 8th Grade

12 Qs

quiz-placeholder

Similar activities

Python: Data Types and Variable Declarations

Python: Data Types and Variable Declarations

6th Grade

16 Qs

Variables and Data Types

Variables and Data Types

3rd - 10th Grade

10 Qs

Arrays and Lists

Arrays and Lists

6th - 12th Grade

10 Qs

algorithms and programming

algorithms and programming

8th - 10th Grade

16 Qs

Foundations of Programming

Foundations of Programming

8th Grade

15 Qs

Intro to Small Basic

Intro to Small Basic

KG - 7th Grade

15 Qs

Unit 2 Quiz - Bootstrap: Algebra

Unit 2 Quiz - Bootstrap: Algebra

6th - 12th Grade

11 Qs

JS general concepts - quiz 7th

JS general concepts - quiz 7th

7th Grade

11 Qs

Python 201 Lessons 2&3 Vocab

Python 201 Lessons 2&3 Vocab

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Heather Coombs

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Used to store values at a named location in a computer's memory. They can have many types such as integers, strings, or booleans. To access the value in the variable, simply use the name of the variable and the name will be replaced with the value when the program is executed.
Variable
Variable Assignment
Reassigning Variables
Return Value
Data Type

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

An instruction that assigns a value to a variable. For example, the instruction country = "USA" assigns the value "USA" to the variable country.
Variable Assignment
Variable
Reassigning Variables
Return Value
Data Type

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Removes the old value stored in the variable and replaces it with the new value that is assigned to it
Reassigning Variables
Variable
Variable Assignment
Return Value
Data Type

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

A value that a function outputs once the function has been run. This value can be stored in a variable or used in another calculation.
Return Value
Variable
Variable Assignment
Reassigning Variables
Data Type

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

A particular kind of data. The type of the data determines what operations or functions can be performed on that data. Different data types cannot be combined with each other without converting the data type. Strings, integers, floats, and booleans are examples of data types in Python.
Data Type

String

Float

Integer

Return Value

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

A sequence of characters (letters) enclosed in either double or single quotes.
String
Variable

Integer

Float

Boolean

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Joining two or more strings together to make one longer string by using a + symbol between the two strings.
Concatenate

Boolean

Variable Assignment
Reassigning Variables
Return Value

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?