________ are useful to alert the user that an action has been completed, but message boxes could also be used for custom error messages

A) Error messages
B) Modal messages
C) Message boxes
D) Warnings boxes


C

Computer Science & Information Technology

You might also like to view...

Suppose that a recursive function with integer parameter n has a base case of 0, and for each non-base case, the function makes a recursive call with argument n+1. If the function is initially called with an actual argument of n = 3, the function call will

A) cause an infinite chain of recursive calls. B) return after a chain of 2 recursive calls. C) return after a chain of 3 recursive calls. D) return after a chain of 4 recursive calls. E) None of the above

Computer Science & Information Technology

Uniform hashing occurs when:

A. the elements are stored in something called a uniform before hashing occurs B. the elements are spread evenly (more or less) throughout the table C. the function used conforms to a special set of rules called a uniform D. and only when the probing technique is used

Computer Science & Information Technology

The condition that must be true before execution of a program is called a ______ and the condition that will be true following execution of a program is called a ______.

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

Computer Science & Information Technology

Which of the following statements is NOT true regarding a Form's design view?

A) Design view is used to make advanced changes to a form. B) Changes to the form sections can only be made in Design view. C) Record source data is shown in Design view. D) You can perform many of the same tasks in Design view as you can in Layout view.

Computer Science & Information Technology