wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Data Types

Total questions: 25

Worksheet time: 17mins

Name
Class
Date
1.

Which data type in Excel is used for storing text or alphanumeric characters?

a)
Number
b)
Date
c)
Boolean
d)
Text
2.

In Access, which data type is suitable for storing long descriptions or notes?

a)
Long Text
b)
Date/Time
c)
Number
d)
Short Text
3.

Which data type in Excel is used the value of 67%?

a)
Percentage
b)
Whole Number
c)
Fraction
d)
Decimal
4.

What is the data type in Access that automatically generates a unique number for each record?

a)
RecordNumber
b)
AutoNumber
c)
UniqueID
d)
SequenceNumber
5.

Which Excel data type can display errors like #DIV/0! or #VALUE!?

a)
Text
b)
Number
c)
Error
d)
Date
6.

In Access, which data type is used for storing values in an 'Amount outstanding' field?

a)
Currency
b)
Text
c)
Date/Time
d)
Integer
7.

Which Excel data type is used to store values in a "Date of Arrival" field?

a)
Boolean
b)
Number
c)
Text
d)
Date
8.

Which Access data type is used to store web addresses or file paths like in an "Email Address" field?

a)
Memo
b)
Text
c)
Number
d)
Hyperlink
9.

Which of the following would you use to store accurate scientific values such as a number between 1 and 0

a)
Integer data type
b)
String data type
c)
Boolean data type
d)
Floating-point data type
10.

In Excel, which data type is used to store logical values in a field (Absent/Present or TRUE or FALSE)?

a)
Integer
b)
String
c)
Date
d)
Boolean
11.

What is the maximum number of characters the Short Text data type can store in Access?

a)
128
b)
512
c)
1000
d)
255
12.

Which data type in Excel can handle the values stored in a "Time of Arrival" field?

a)
Number
b)
Text
c)
Date
d)
Time
13.

Which data type in Access can store objects like ID photos or documents?

a)
Currency
b)
OLE Object
c)
Number
d)
Text
14.

In Excel, which data type is used for storing values in an "AGE" field?

a)
Text
b)
Number
c)
Date
d)
Boolean
15.

Which Access data type is best for storing values in an "ITEM AVAILABLE" Field?

a)
Yes/No (Boolean)
b)
Number
c)
Date/Time
d)
Text
16.

Which data type in Access allows you to choose from a list of predefined values? (Validation)

a)
Text Field
b)
Lookup Wizard
c)
Number Field
d)
Date/Time Field
17.

In Excel, which data type is commonly used to store financial values: such as "Cost of Item"

a)
Currency
b)
Text
c)
Number
d)
Date
18.

Which data type in Access can store data up to 65,536 characters long?

a)
Short Text
b)
Memo
c)
Number
d)
Long Text
19.

In Access, which data type allows for multiple files like images or/and documents to be stored in one record?

a)
Text
b)
Number
c)
Currency
d)

Attachment

20.

Which data type in Excel is used to represent formulas and calculated values? -such as Total price

a)
Text
b)
Number
c)
Date
d)

Forms

21.

Each ​ (a)   accurately represents a specific kind of information. For example, integers are used for ​ (b)   , real numbers for​ (c)   measurements, and ​ (d)   for textual data. This ensures the correct interpretation of data.

Choose from the below words
data type
counting
strings
precise
22.

Accurate Data Representation

Each data type accurately represents a specific kind of information. For example, integers are used for counting, floats for precise measurements, and (a)   (str...) for textual data. This ensures the correct interpretation of data.

23.

Efficient Memory Usage Different data types use different ​ (a)   . By selecting the appropriate ​ (b)   , data scientists can ​ (c)   memory usage, which is crucial when working with ​ (d)   .

Choose from the below words
amounts of memory
optimize
large datasets
data type
24.

Data Validation and Error Prevention Specifying ​ (a)   helps prevent ​ (b)   by ensuring that only ​ (c)   is processed. For instance, adding a number to a string without converting it first would ​ (d)   .

Choose from the below words
data types
errors
valid data
cause an error
25.

Faster Processing

​ (a)   time can be ​ (b)   when data types are properly ​ (c)   . For example, ​ (d)   data can be processed faster than ​ (e)   data, so ensuring that numbers are stored as number data type.

Choose from the below words
reduced
Processing
defined
numerical
textual