What are the benefits of debugging and error handling?

What will be an ideal response?


Debugging is the process of making sure there are no errors in the code or logic of an application. Error handling is the process of adding code to process in a particular way when the user gets an unexpected error, such as exiting the function if the user gets an error. Both of these help provide the best possible experience for the end user by preventing frustration from errors.

Computer Science & Information Technology

You might also like to view...

The most basic unit of data on a computer is the:

a. Bit. b. Byte. c. File. d. int.

Computer Science & Information Technology

A hacker modifying a Web site to display an official looking message that informs the user that a particular software program must be downloaded to use the site is an example of _________. A. Web site alteration B. Web site proliferation C. Web site phishing D. Web site driving

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following statements will determine the number of items in the list portion of the Department combo box?

A. cboDepartment.Count.Items B. cboDepartment.Items.Count C. lstDepartment.Items.Count D. lstDepartment.Count.Items

Computer Science & Information Technology

The ____ would typically NOT be a member of the security project team.

A. CIO B. systems adminstrator C. CISO D. All of these could be a member of the security project team

Computer Science & Information Technology