TEST ON VBA CONDITIONAL STATEMENT
CREATED ON SUNITA NAIN
Name *
Father Name *
Roll No. *
Trade *
ITI Name *
1. ----and------ are the conditional statements available in VBA.
1 point
Clear selection
2.  IF condition in VBA ends with-----------statement.
1 point
Clear selection
3.  What would be the value of y after the execution of the following VBA code:  Dim x, y as Integer     x=5  Select Case x   Case 0  y = 10  Case 1   y=20  Case 2  y=30 Case Else  y=100  End Select
1 point
Clear selection
4.  ___________condition is matched if noneof the Case conditions of Select Case ismatched.
1 point
Clear selection
5. The line containing IF ends with---------keyword.
1 point
Clear selection
6.  Several successive conditions may be checked using ------------statement of IF condition.
0 points
Clear selection
7. Select Case condition ends with statement..
1 point
Clear selection
8. ____condition takes a value and  compares it against several Case statements.
1 point
Clear selection
9. In case none of the conditions in an IF ladder is fulfilled, statements in-------block are executed.
1 point
Clear selection
10. In the following VBA code, find out the  possible bug/error:  Dim x as Integer    x=5    If x < 5     End If
1 point
Clear selection
Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy