Given a five-page report, with two grouping levels, and the detail property set to hidden, match the following with the number of times they would appear in this report:

I. Page header/footer section(s)
II. Report header/footer section(s)
III. Sections (total)
IV. Group header/footer section(s)
V. Detail section

A. 1
B. 4
C. 5
D. 0
E. 2


C, A, B, E, D

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. A sentinel value indicates “end of data entry.” b. Sentinel-controlled iteration is often called indefinite iteration because the number of iterations is not known before the loop begins executing. c. A sentinel value must match one acceptable input value. d. Grades on a quiz are typically nonnegative integers between 0 and 100, so the value –1 is an acceptable sentinel value for grades data.

Computer Science & Information Technology

When you reference multiple objects in a Visual Basic hierarchy, the ________ object is referenced first

A) top-level B) newest C) oldest D) bottom-level

Computer Science & Information Technology

What TCP/IP protocol is fast, unreliable, and operates at the Transport layer?

A. TCP B. UDP C. FTP D. POP3

Computer Science & Information Technology

Two of the cases of an unbalanced tree can be solved by performing just one rotation.

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

Computer Science & Information Technology