NEW
Font size
WorksheetsUnit 3 Lesson 1 Data Types and Variables
Total questions: 25
Worksheet time: 13mins
Data type that represents double precision floating point.
double
currency
integer
long
Data type that is also known as single precision floating-point numbers.
double
currency
single
long
Data type that represents a group of alphanumeric characters
double
currency
string
long
Data type that is similar to Byte data type but has larger set
double
currency
string
integer
Data type that can represent longer data values than integer data type
long
currency
string
integer
Data type that can handle True or False values only.
long
currency
boolean
integer
Data type that represents whole numbers
string
long
byte
integer
Data type that is used for storing monetary values
string
long
currency
variant
Data type that holds date and time values.
date
long
currency
calendar
A special data type that holds and references objects (e.g. controls and forms)
date
long
currency
object
Data type that can represent any data type: used for control and data for which the data type is unknown.
date
variant
currency
object
True or False
string
boolean
currency
object
0 to 255
string
boolean
currency
byte
-2147483648 to 2147483647
string
boolean
currency
long
-922337203685477.5808 to 922337203685477.5808
single
boolean
currency
long
1 January 100 to 31 December 9999
single
boolean
date
calendar
-1797693134623E308 to -4.94065645841247E-324 (negative) 1797693134623E308 to 4.94065645841247E-324 (positive)
single
boolean
double
long
-32768 to 32767
integer
boolean
double
byte
-3.402823E38 to -1.401298E-45 (negative) 3.402823E38 to 1.401298E-45 (positive)
single
boolean
double
byte
0 to -2000000000 characters
string
integer
double
byte
strLastName
valid
invalid
123intWidth
valid
invalid
intTotal
valid
invalid
dblSum= 123
valid
invalid
Dim
valid
invalid
