_____ statement is used for the declaration of variables.
GoTo
End
Dim
Exit
The statement used for excecuting a group of statements repeatedly are.
Decision Statement
Looping staments
Exit Statement
GoTo statement
________ statement is used for jumbing out of a procedure.
Priivate sub
Exit sub
___________ operators are used for checking some conditions.
Arithmetic
Relational
Logic
None of these
Boolean data type needs __________ bytes of memory.
2
4
6
8
__________ control structure checks for the multiple values of an expression.
If...... Else
Select case
While-wend
______ are named storage locations that can hold data.
Variables
Constants
String
Data type
_________ statement is used for the termination of a VB application.
Private sub
The data type used for storing date and time is
Boolean
Date
Variant
Single
______ data type is used for large fractional numbers.
Double
Integer
Long Integer