Which operator is only used for string concatenation?
a) plus sing (+)
b) underscore (_)
c) “and”
d) ampersand (&)
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
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
MsgBox is used to do which of the following?
a) display message
b) arithmetic operation
c) both a & b
d) none of these
What is the purpose of Mod operator?
a) exponentiation
b) multiplication
c) division
d) remainder
The expression 10 mod 3 has the correct answer……..
a) 1
b) 3
c) 8
d) none of these