__________ control structure checks for the multiple values of an expression.
If...... Else
Select case
While-wend
GoTo
______ are the symbols used for performing operation.
Constants
Variables
Operators
Statement
__________ data type is used for storing names.
Integer
Single
String
Boolean
______ data type is used for large fractional numbers.
Double
Long Integer
___________ operators are used for checking some conditions.
Arithmetic
Relational
Logic
None of these
______ are named storage locations that can hold data.
Data type
_____ statement is used for the declaration of variables.
End
Dim
Exit
_________ statement is used for the termination of a VB application.
Private sub
Exit sub
The data type used for storing date and time is
Date
Variant