Python Data Types Quiz

Python Data Types Quiz

7th Grade

10 Qs

quiz-placeholder

Similar activities

python для новичков

python для новичков

4th - 11th Grade

13 Qs

Program Python

Program Python

7th Grade

10 Qs

Data Type Review

Data Type Review

KG - Professional Development

12 Qs

Bab 3: Kod Arahan (Subjektif)

Bab 3: Kod Arahan (Subjektif)

7th Grade

15 Qs

App Development SC Assessment 2

App Development SC Assessment 2

7th - 12th Grade

15 Qs

3.1.1 Jenis data dalam segmen kod

3.1.1 Jenis data dalam segmen kod

7th - 9th Grade

10 Qs

M:B Lesson #8

M:B Lesson #8

7th Grade

8 Qs

Câu hỏi ôn tập Python lần 1

Câu hỏi ôn tập Python lần 1

KG - 12th Grade

14 Qs

Python Data Types Quiz

Python Data Types Quiz

Assessment

Quiz

Other

7th Grade

Medium

Created by

Laura Coop Rushworth

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type of the variable 'x' in the following code: x = 5?

integer

float

boolean

string

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store a sequence of characters in Python?

integer

string

boolean

float

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following expression: 10 / 3?

3.3333333333333335

3.333333333333333

3.3333333333333337

3.3333333333333339

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store a collection of elements in Python?

tuple

set

list

dictionary

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: print(type(3.14))?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store a single character in Python?

int

float

bool

str

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following expression: 5 + '2'?

52

10

52

7

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?