Match the following four terms to their appropriate description or purpose as seen in the book example:

I. Page Header A. Displays grand totals of the report
II. Detail B. Displays name of the report
III. Page Footer C. Displays date of the report
IV. Report Footer D. Displays data for each product or category
that appears on the report

B, D, C, A

Computer Science & Information Technology

You might also like to view...

Functions can be created by using the Function Arguments dialog box or by typing the function in the cell

Indicate whether the statement is true or false

Computer Science & Information Technology

What would display if the following pseudocode was coded and executed?

``` Declare String user = "Martha and George" Declare Integer number Set number = length(user) Display number ``` a. 17 b. 15 c. 19 d. Martha and George

Computer Science & Information Technology