Typically __________ causes an error that causes an exception to be thrown.,

a) The user who enters data
b) The operating system that freezes.
c) The author of the application code
d) The class member function author
e) None of the above


a) The user who enters data , and c) The author of the application code

The one thing the application author cannot control and must program around is the user who enters data. The application program author also can make errors that exceptions can detect and manage. (Though this is chancy.)

Computer Science & Information Technology

You might also like to view...

Which of the following is the correct way to declare a variable that represents the desired quantity of an item in an order?

a. double numItems; b. INT numItems; c. int numItems; d. DOUBLE numItems;

Computer Science & Information Technology

________ allow you to create a custom filter to match all or part of the text in a field that you specify

Fill in the blank(s) with correct word

Computer Science & Information Technology

Properties and methods belonging to each object instantiated from a class are known as ____.

A. instance properties and instance methods B. validated properties and validated methods C. compiled properties and compiled methods D. interpreted properties and interpreted methods

Computer Science & Information Technology

To move to the beginning of a document, press CTRL + HOME.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology