Data Types

Data Types

University

13 Qs

quiz-placeholder

Similar activities

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

Java basics quiz

Java basics quiz

University

9 Qs

Quiz Data Science (Pertemuan 2)

Quiz Data Science (Pertemuan 2)

University

8 Qs

TE COMP C#

TE COMP C#

University

9 Qs

Week 1: FOP

Week 1: FOP

University

10 Qs

Bài thường xuyên 2

Bài thường xuyên 2

University

10 Qs

Python Programming Quiz

Python Programming Quiz

University

13 Qs

Dictionaries and Tuples

Dictionaries and Tuples

University

15 Qs

Data Types

Data Types

Assessment

Quiz

Other

University

Hard

Created by

Teerna Bandyopadhyay

Used 1+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Starting with the basic data types:

What data type is this?

x = 63

integer

float

boolean

string

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What data type is this?

y = 3.2

integer

float

boolean

String

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What data type is this?

z = 'abc'

integer

float

boolean

String

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What data type is this?

a = 8.0

integer

float

boolean

string

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What data type is this?

b = False

integer

float

boolean

string

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

True or false? A string can use either single quotes (' ') or double quotes (" ")

True (can use either)

False (can only use single quotes)

False (can only use double quotes)

7.

MULTIPLE SELECT QUESTION

20 sec • 2 pts

Moving onto the data structures:

Which of these data types are mutable?

List

Set

Tuple

Dictionary

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?