Long data type needs ________ bytes of memory.
4 bytes
2 bytes
8 bytes
1 bytes
The data type used for storing date and time is
Boolean
Date
Variant
Single
________ statement is used for jumbing out of a procedure.
Priivate sub
Exit sub
GoTo
Dim
______ are named storage locations that can hold data.
Variables
Constants
String
Data type
_________ operator gives remainder during division.
*
+
/
Mod
_____ statement is used for the declaration of variables.
End
Exit
A text box stores ______ type of data.
Numaric
Integer
Double
Two relational expressions can be combined using _________ operators.
Arithmetic
Relational
Logical
Concatenation
Variable name can contain a maximum of _________ characters
300
280
260
255
__________ control structure checks for the multiple values of an expression.
If...... Else
Select case
While-wend