Python L3 Data Types

Python L3 Data Types

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

python

python

7th Grade

10 Qs

Python + if (7kl 2024)

Python + if (7kl 2024)

7th Grade

15 Qs

Циклы питон 8кл

Циклы питон 8кл

8th Grade

15 Qs

Python линейные алгоритмы

Python линейные алгоритмы

8th Grade

10 Qs

Float, int 8kl 25

Float, int 8kl 25

6th Grade - University

10 Qs

Inputs and Booleans

Inputs and Booleans

3rd - 10th Grade

10 Qs

7 класс. Повторение "Ввод. Вывод. Присваивание"

7 класс. Повторение "Ввод. Вывод. Присваивание"

7th Grade

10 Qs

Python: input()-print()-перетворення значень

Python: input()-print()-перетворення значень

6th Grade

10 Qs

Python L3 Data Types

Python L3 Data Types

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Future Teacher

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is NOT a valid data type in Python?

str

bool

digit

float

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of: print("5" + "5")?

10

55

"10"

"55"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does type(3.0) return?

int

decimal

float

number

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of int("10") + 5?

"105"

15

Error

"15"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python allows combining a string and an integer directly.

True

False

6.

MATCH QUESTION

1 min • 1 pt

Match the data value to its correct type.

String

3.14

Integer

100

Boolean

"Future Lab"

Float

True

7.

CLASSIFICATION QUESTION

3 mins • 9 pts

Arrange the expressions by their data type result (str, int, float, bool)

Groups:

(a) str

,

(b) int

,

(c) float

,

(d) bool

float(56)

"True"

int("78")

False

"Future Lab"

"12345"

8.766

19999

True

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?