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 current system date and time in VBA?
Date()
Day()
Hour()
Now()
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Now()
Question Details
1) Which function returns the current system date and time in VBA?
Date()
Day()
Hour()
Now()
2) Which function extracts the first 5 characters from a string in VBA?
Right(str,5)
Left(str,5)
Mid(str,5)
Substr(str,5)
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Left(str,5)
Question Details
2) Which function extracts the first 5 characters from a string in VBA?
Right(str,5)
Left(str,5)
Mid(str,5)
Substr(str,5)
3) Which color of dot indicate the breakpoint in VBA?
Grey
Yellow
Maroon
Red
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Red
Question Details
3) Which color of dot indicate the breakpoint in VBA?
Grey
Yellow
Maroon
Red
4) Which shortcut key is used to set the properties of form while designing?
F4
Ctrl + F4
Alt + F4
Shift + F4
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: F4
Question Details
4) Which shortcut key is used to set the properties of form while designing?
F4
Ctrl + F4
Alt + F4
Shift + F4
5) Which shortcut key is used to open code window in VBA?
F7
Alt + F7
Ctrl + F7
Shift + F7
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: F7
Question Details
5) Which shortcut key is used to open code window in VBA?
F7
Alt + F7
Ctrl + F7
Shift + F7
Previous Question Set
Back to Question Sets
Next Question Set
Try Another Topic
Try Another Quiz