Boolean data type needs __________ bytes of memory.
2
4
6
8
Variable name can contain a maximum of _________ characters
300
280
260
255
______ are the statements inserted in a program, not for execution.
Indenation
Comments
Concatenation
Looping
______ are named storage locations that can hold data.
Variables
Constants
String
Data type
________ statement is used for jumbing out of a procedure.
Priivate sub
Exit sub
GoTo
Dim
The operator used to raise the power of a number to an exponent is
^
mod
*
d
_____ statement is used for the declaration of variables.
End
Exit
Long data type needs ________ bytes of memory.
4 bytes
2 bytes
8 bytes
1 bytes
__________ data type is used for storing names.
Integer
Single
Boolean
Pick the odd one out.
And