Solved

Match the Following Common Number Field Properties with the Correct

Question 3

Matching

Match the following common Number field properties with the correct description.

Premises:
Determines the largest number that can be entered in a field
Stores numbers from -2,147,483,648 to 2,147,483,647
Stores numbers in the range of 10 to the -324th to +324th power
Stores numbers times 10 to the -38th to +38th power
Stores numbers from 0 to 255
Responses:
Long integer
Field size
Single
Double
Byte

Correct Answer:

Stores numbers from -2,147,483,648 to 2,147,483,647
Long integer
Stores numbers in the range of 10 to the -324th to +324th power
Double
Determines the largest number that can be entered in a field
Field size
Stores numbers times 10 to the -38th to +38th power
Single
Stores numbers from 0 to 255
Byte
Related Questions