Python Variables and Data Types

Python Variables and Data Types

Assessment

Flashcard

Computers

12th Grade

Hard

Created by

Asma Issa

FREE Resource

Student preview

quiz-placeholder

12 questions

Show all answers

1.

FLASHCARD QUESTION

Front

containers for storing data values.

Back

Variables

2.

FLASHCARD QUESTION

Front

Data Type holds Whole numbers, positive or negative, without decimals.

Back

Integer

3.

FLASHCARD QUESTION

Front

Data Type surrounded by either single quotation marks or double quotation marks.

Back

Strings

4.

FLASHCARD QUESTION

Front

A variable name contains alphanumeric characters,numbers and underscores. (Length -> 8)

Back

age_2024

5.

FLASHCARD QUESTION

Front

You can get the data type of a variable with the function________

Back

type()

6.

FLASHCARD QUESTION

Front

Data Type accepts  a number, positive or negative, containing one or more decimals.

Back

float

7.

FLASHCARD QUESTION

Front

Display the sentence on the screen : Hello grade 9.

Back

print("Hello grade 9")

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?