ITI MCQ
Home
PROGRAMMING WITH VBA - Practice Mode
Categories
Computer Operator and Programming Assistant (COPA)
PROGRAMMING WITH VBA
Practice Mode
1) Which function returns the integer portion of a number in VBA?
Int()
Format()
Abs()
Sign()
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Int()
Question Details
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()
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Cosh()
Question Details
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()
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Rnd()
Question Details
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 *
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: & and +
Question Details
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
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Keywords
Question Details
5) Which type of words cannot use for any other purpose in VBA?
Literals
Keywords
Constants
Variables
Previous Question Set
Back to Question Sets
Next Question Set
Try Another Topic
Try Another Quiz