Python 201 Lessons 2&3 Vocab

Python 201 Lessons 2&3 Vocab

6th - 8th Grade

12 Qs

quiz-placeholder

Similar activities

Grasshopper App Quiz

Grasshopper App Quiz

4th - 6th Grade

15 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Review Python

Review Python

8th Grade

15 Qs

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

10 Qs

Variables, Comments and Data

Variables, Comments and Data

7th - 8th Grade

10 Qs

Python KS3

Python KS3

8th Grade

17 Qs

Variable warm-up activity

Variable warm-up activity

6th Grade - University

10 Qs

Small basic

Small basic

6th - 7th Grade

10 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?