____ reports are reports that are automatically produced when a situation is unusual or requires management action.

a.
Demand
b.
Scheduled
c.
Drill-down
d.
Exception


d.
Exception

Computer Science & Information Technology

You might also like to view...

Analyze the following code:

``` public class Test { public static void main(String[] args) { double[] x = {2.5, 3, 4}; for (double value: x) System.out.print(value + " "); } }``` a. The program displays 2.5, 3, 4 b. The program displays 2.5 3 4 c. The program displays 2.5 3.0 4.0 d. The program displays 2.5, 3.0 4.0 e. The program has a syntax error because value is undefined.

Computer Science & Information Technology

When you ____________________ text, as shown in the accompanying figure, Word colors the rectangular area behind any text or graphics.

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

Computer Science & Information Technology

The ________ option will modify all related records accordingly when a record is changed in the table that stores the primary key

Fill in the blank(s) with correct word

Computer Science & Information Technology

The user cannot change automatically updated properties

Indicate whether the statement is true or false

Computer Science & Information Technology