Multiple Choice
What is the purpose of using the following type of structure? Try
Some statements
Catch
Other Statements
End Try
A) To try different types of commands to see which will give you the correct answer.
B) In order to catch run-time errors such as divide-by-zero and not have the program shut down.
C) This is not a valid structure.
D) To use for temporary debugging and remove later when the program functions properly.
Correct Answer:

Verified
Correct Answer:
Verified
Q31: What will be the value of intAnswer
Q32: The value returned by passing <b>#12/31/10#</b> to
Q33: A Date literal can contain _.<br>A) a
Q34: The contents of a text box may
Q35: If you want to display multiple lines
Q36: A form's Load event takes place when
Q37: All numeric and date data types have
Q39: A variable is a storage location on
Q40: The operator performs string concatenation.<br>A) ampersand (&)<br>B)
Q41: When you declare a constant, you must