Data types

Data types

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Jenis Data

Jenis Data

7th - 12th Grade

10 Qs

python 6 - сынып

python 6 - сынып

6th Grade

10 Qs

Python Homework

Python Homework

8th Grade

12 Qs

Ms. Molloy Computer Science quick quiz

Ms. Molloy Computer Science quick quiz

7th Grade

10 Qs

Grade 7 & 8 First quiz term 3

Grade 7 & 8 First quiz term 3

7th Grade

10 Qs

AstepI Quiz 2

AstepI Quiz 2

4th - 8th Grade

10 Qs

J277 - 10QQ - Basic Python 1

J277 - 10QQ - Basic Python 1

8th - 10th Grade

10 Qs

Variables and Data Types

Variables and Data Types

3rd - 10th Grade

10 Qs

Data types

Data types

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Vindhya Gaddam

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a built-in data type in Python?

int

str

list

double

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to represent whole numbers in Python?

float

bool

int

str

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

char

string

chararray

str

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the data type of the value True in Python?

int

bool

str

float

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

char

string

chararray

str

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

list

dict

tuple

set

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data types in Python is mutable?

tuple

tring

list

int

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the data type of the value 3.14 in Python?

int

float

str

bool