Contents

To covert a number from one data type to another, you use the………
a) Convert class 
b) Parser
c) Literal constant              
d) Object

a

A variable’s………indicates where the variable can be used in an application code.
a) Scope                                               
b) Lifetime
c) Place                                 
d) Position

a

A variable’s………indicates how long the variable stays in the computer’s internal memory.
a) Scope                                               
b) Lifetime
c) Place                                 
d) Position

b

Variables declared in a form’s declaration section have………scope.
a) Class                                
b) Procedure
c) Block                                
d) Object

a

Variable declared in a procedure have ………scope.
a) Class                                 
b) Procedure
c) Block                                
d) Object

b

Variables declared in a block have…… scope.
a) Class                                 
b) Procedure
c) Block                                
d) Object

c