Exam 12: Debugging and Handling Exceptions

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

____________ 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)

Bugs are normally labeled as ____.

(Multiple Choice)
4.8/5
(42)

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)

Bugs, errors, and exceptions are the same thing.

(True/False)
4.7/5
(37)

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)

Only one breakpoint can be set in an application.

(True/False)
4.7/5
(35)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)