Exam 12: Debugging and Handling Exceptions
Exam 1: Introduction to Computing and Programming75 Questions
Exam 2: Data Types and Expressions75 Questions
Exam 3: Methods and Behaviors75 Questions
Exam 4: Creating Your Own Classes75 Questions
Exam 5: Making Decisions75 Questions
Exam 6: Repeating Instructions75 Questions
Exam 7: Arrays75 Questions
Exam 8: Advanced Collections74 Questions
Exam 9: Introduction to Windows Programming75 Questions
Exam 10: Programming Based on Events75 Questions
Exam 11: Advanced Object-Oriented Programming Features75 Questions
Exam 12: Debugging and Handling Exceptions75 Questions
Exam 13: Working With Files75 Questions
Exam 14: Working With Databases75 Questions
Exam 15: Web-Based Applications73 Questions
Select questions type
____________ as a methodical process of finding and reducing bugs or defects in a computer program.
(Short Answer)
4.8/5
(34)
You cannot write a catch clause unless you include it within a try block.
(True/False)
4.9/5
(34)
____ is/are used to facilitate managing exceptions in a consistent, efficient way.
(Multiple Choice)
4.8/5
(33)
With the Debugger, while in break mode, you can examine expressions to see what values are being generated.
(True/False)
4.9/5
(38)
When the CLR handles the exception by halting the application ____.
(Multiple Choice)
4.9/5
(38)
What type of error is associated with a language rule violation?
(Multiple Choice)
4.8/5
(31)
When an application is developed, it is extremely important to ____________ the solutions to make sure the program is producing consistently accurate results.
(Short Answer)
4.8/5
(39)
An attempt to access an element of an array with an index that is outside the bounds of the array throws a ____.
(Multiple Choice)
4.9/5
(34)
Zero or more than one catch clause may be included with a try clause.
(True/False)
4.9/5
(40)
When an unhandled exception message is displayed and you click on the Details button in Visual Studio, ____.
(Multiple Choice)
4.8/5
(31)
A(n) ____________ is a listing of all the methods that are in the execution chain when the exception is thrown.
(Short Answer)
4.7/5
(36)
When an exception is thrown, execution halts in the current method and the CLR attempts to
locate an exception handler to handle the exception.
(True/False)
4.8/5
(40)
Showing 61 - 75 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)