wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Data Types Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which data type can hold positive and negative whole numbers?

(a)  

2.

Which data type can hold positive and negative numbers with fractional values?

(a)  

3.

Which data type is used to store a true or false value?

(a)  

4.

Which data type is used to hold single letters or symbols?

(a)  

5.

Which data type is a collection of characters?

(a)  

6.

Which data type has a static / fixed-size and holds multiple values of the same data type, which are stored contiguously (together) in memory?

(a)  

7.

Which data type stores multiple values, can hold data of different data types and can grow or shrink after it has been defined (dynamic)?

(a)  

8.

Which data type, which is unique to Python, can hold multiple values but these values cannot be changed during runtime (they are said to be immutable)?

(a)  

9.

Which data type is Python’s implementation of a data structure that is more generally known as an associative array? It consists of a collection of key-value pairs. Each key-value pair maps the key to its associated value.

(a)  

10.

Which term is a group the most basic data types, which represent the simplest forms of representing data?

(a)