ITI MCQ
Home
PROGRAMMING WITH VBA - Quiz
Categories
Computer Operator and Programming Assistant (COPA)
PROGRAMMING WITH VBA
1) Which function returns the integer portion of a number in VBA?
Int()
Format()
Abs()
Sign()
2) Which function returns the hyperbolic cosine of the specified angle in VBA?
Abs()
Cos()
Cosh()
hcos()
3) Which mathematical function generates a random number in VBA?
Random()
Rnd()
Rand()
Round()
4) Which operators are concatenation operator in VBA?
+ and -
& and -
& and +
& and *
5) Which type of words cannot use for any other purpose in VBA?
Literals
Keywords
Constants
Variables
Submit Quiz