________ statement is used for jumbing out of a procedure.
Priivate sub
Exit sub
GoTo
Dim
Boolean data type needs __________ bytes of memory.
2
4
6
8
Two relational expressions can be combined using _________ operators.
Arithmetic
Relational
Logical
concatenation
__________ control structure checks for the multiple values of an expression.
If...... Else
Select case
While-wend
Long data type needs ________ bytes of memory.
4 bytes
2 bytes
8 bytes
1 bytes
_________ operators is used to joining two string.
Concatenation
"Visual Basic" is ________ type of data.
String
Integer
Single
Currency
___________ operators are used for checking some conditions.
Logic
None of these
______ are the statements inserted in a program, not for execution.
Indenation
Comments
Looping
Integer datatype needs _________ bytes of memory.
1