Python L3 Data Types

Python L3 Data Types

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

Тест по начальным функциям информатики

Тест по начальным функциям информатики

6th - 8th Grade

10 Qs

Python: тестуваня

Python: тестуваня

8th Grade

12 Qs

6 класс Python

6 класс Python

6th Grade

10 Qs

Variables

Variables

7th - 10th Grade

16 Qs

Урок03. Переменные. Ввод-вывод

Урок03. Переменные. Ввод-вывод

6th - 7th Grade

10 Qs

Классификация типов данных СОР №3

Классификация типов данных СОР №3

6th Grade

15 Qs

Python Quiz

Python Quiz

5th - 10th Grade

15 Qs

Python- Biến và KDL

Python- Biến và KDL

6th - 8th Grade

15 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.

Float

100

Integer

3.14

Boolean

"Future Lab"

String

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

8.766

int("78")

19999

float(56)

"Future Lab"

True

"True"

False

"12345"

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?