Python L3 Data Types

Python L3 Data Types

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

Unit 1 Quiz 1 Understanding Values and Types

Unit 1 Quiz 1 Understanding Values and Types

8th Grade

10 Qs

Python Revision

Python Revision

8th Grade

16 Qs

แบบทดสอบที่ 5 เรื่องการรับค่าในภาษาไพทอน (รายกลุ่ม)

แบบทดสอบที่ 5 เรื่องการรับค่าในภาษาไพทอน (รายกลุ่ม)

7th Grade - University

10 Qs

IDT S1 Final Review Part 2

IDT S1 Final Review Part 2

8th - 12th Grade

10 Qs

Python Casting and Input

Python Casting and Input

8th - 11th Grade

15 Qs

python 7. r - tipovi podataka, funkcije, metode

python 7. r - tipovi podataka, funkcije, metode

7th Grade

16 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

L1 Console, Variables and Creating a Program

L1 Console, Variables and Creating a Program

8th 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.

Float

100

Boolean

"Future Lab"

Integer

True

String

3.14

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

"Future Lab"

int("78")

8.766

19999

float(56)

False

"12345"

True

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