| A | B |
| Object is a valid data type | True |
| Money is a valid data type | False |
| Boolean | Holds True or False |
| The default data type | Variant |
| Almost never use this data type | Variant |
| Used in a procedure to declare a local variable | Dim |
| Used in a form module to declare a private module level variable | Private |
| % Percentage is a valid name for a variable | False |
| IntAge = Cint (txtAge.Text) | Used to assign a variable the data inputted by the user in a text box |
| Used to declare a Public Module level variable. | Public |