Contents

Which of the following keyword is used for variable declaration?
a) Dim                                  
b) var
c) variable                            
d) none of these

a

How many data types are used in VBScript?
a) one                                    
b) two
c) three                                  
d) four

a

Explanation: Variant data type is used in VBScript


Which of the following is sued to ensure that all variables are declared before they are used?
a) option                                               
b) option implicit
c) option explicit
d) none of these

c

How many types of mathematical operators are used in VBScript?
a) five                                   
b) six
c) seven                                
d) eight

c

Explanation: +, -, *, /, ^, %, \


Which of the following symbol is used for integer division?
a) \                                                         
b) /
c) ^                                                         
d) &

d

The order in which different types of operators are evaluated is called……
a) concatenation
b) operator precedence
c) operator association
d) none of these

b