QuizApp
Home
Teacher
Login
Register
Guest Mode
Student
Login
Register
Guest Mode
Dashboard
Study MCQ
Computer Operator and Programming Assistant (COPA)
PROGRAMMING WITH VBA
Set 19
Set 19
Practice Mode
Share
Prev
Set Completed!
0
/
3
0%
Finish Study
Q2206
Permalink
Report
What will be the output of the following VBA code?<br>Sub test()<br>a = 'Computer operator'<br>Debug.Print left(a,10)<br>End sub
A
Operator
B
Computer o
C
Computer
D
Computer operator
Q2207
Permalink
Report
What will be the output of the following VBA code?<br>Sub test()<br>Dim l as integer<br>Dim S as string<br>S = 'Time is money'<br>l = len(s)<br>Debug.print 'The length is' & l<br>End sub
A
13
B
The length is 11
C
The length is 13
D
THE LENGTH IS 13
Q2208
Permalink
Report
What will be the output of the following VBA function? <br> Sub stg()Str = 'Mathematics' <br> Debug.Print right(str,6) <br> End sub
A
matics
B
Mathem
C
Mathemat
D
Mathematics
‹
1
2
...
10
11
12
13
14
15
16
17
18
19
›
Report Question Issue
Your Name (Optional)
Your Email (Optional)
What do you think is the correct answer?
*
-- Select the correct answer --
A
B
C
D
Select which option you believe is the correct answer.
Feedback
*
Verify you're human
*
Loading...