Contents

Which operator is only used for string concatenation?
a) plus sing (+)     
b) underscore (_)
c) “and”                                
d) ampersand (&)

d

What is the purpose of comments?
a) help other read program                            
b) make program run faster
c) make program compile easier
d) increase size of executable program

a

Which of the following can be used to get input instead of having a text box on a form?
a) format                                              
b) input box
c) msgbox                            
d) Ucase

b

MsgBox is used to do which of the following?
a) display message            
b) arithmetic operation
c) both a & b                       
d) none of these

a

What is the purpose of Mod operator?
a) exponentiation               
b) multiplication
c) division                             
d) remainder

d

The expression 10 mod 3 has the correct answer……..
a) 1                                                        
b) 3
c) 8                                                        
d) none of these

a