______ are the symbols used for performing operation.
Constants
Variables
Operators
Statement
_________ statement is used for the termination of a VB application.
Private sub
Exit sub
GoTo
Dim
__________ data type is used for storing names.
Integer
Single
String
Boolean
"Visual Basic" is ________ type of data.
Currency
Variable name can contain a maximum of _________ characters
300
280
260
255
A text box stores ______ type of data.
Numaric
Double
___________ operators are used for checking some conditions.
Arithmetic
Relational
Logic
None of these
Long data type needs ________ bytes of memory.
4 bytes
2 bytes
8 bytes
1 bytes
_________ operator gives remainder during division.
*
+
/
Mod
Two relational expressions can be combined using _________ operators.
Logical
Concatenation