List five common examples of exceptions.

What will be an ideal response?


Insufficient memory to satisfy a new request, array subscript out of bounds, arithmetic
overflow, division by zero, invalid function parameters.

Computer Science & Information Technology

You might also like to view...

Which Windows Server security feature ensures that administrative changes require explicit authorization?

A. Windows Defender B. WMI Control C. User Account Control D. Device Manager

Computer Science & Information Technology

Develop a program that inputs one salesperson's items sold for last week, calculates that salesperson's earnings and outputs HTML text that displays that salesperson's earnings.

A large company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9% of their gross sales for that week. For example, a salesperson who sells $5000 worth of merchandise in a week receives $200 plus 9% of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value 1 239.99 2 129.75 3 99.95 4 350.89

Computer Science & Information Technology

Automatically changing the column width to accommodate the longest column entry is called:

A) AutoFit B) Drag and drop C) Auto adjust

Computer Science & Information Technology

The two primary types of procedures that are supported by VBA are Sub procedures and ________ procedures

Fill in the blank(s) with correct word

Computer Science & Information Technology