Contents

Which of the following are advantages of VBScript?
a) interpreted language                                      
b) event-based programming
c) procedural capabilities                  
d) all of these

d

Which of the following are uses of VBScript?
a) input validation              
b) mouse rollover
c) popup window
d) all of these

d

Which of the following symbols are used in input validation?
a) @                                      
b) dot (.)
c) %                                       
d) both a & b

d

Which of the following tag is used in HTML document for VBScript?
a) <SCRIPT>                      
b) <script>
c) <sort   >                             
d) <sqrt>

a

A quantity whose value can be changed during program execution is called……
a) variable                          
b) string
c) constant                           
d) Boolean

a

Which of the following are rules for variables names?
a) maximum 255 characters                            
b) first character must variable
c) reserve word cannot be used                        
d) all of these

d