To covert a number from one data type to another, you use the………
a) Convert class
b) Parser
c) Literal constant
d) Object
A variable’s………indicates where the variable can be used in an application code.
a) Scope
b) Lifetime
c) Place
d) Position
A variable’s………indicates how long the variable stays in the computer’s internal memory.
a) Scope
b) Lifetime
c) Place
d) Position
Variables declared in a form’s declaration section have………scope.
a) Class
b) Procedure
c) Block
d) Object
Variable declared in a procedure have ………scope.
a) Class
b) Procedure
c) Block
d) Object
Variables declared in a block have…… scope.
a) Class
b) Procedure
c) Block
d) Object