Identify the letter of the choice that best matches the phrase or definition.

A. Section is printed at the beginning of each new group of records.
B. Section is printed once at the bottom of the last page of the report, and usually includes summary information for the entire report.
C. Section is printed once for each row in the record source and contains the main body of the report.
D. Section is printed once at the top of the first page of the report, and usually includes the report title.
E. Section is printed at the top of every page of the report.


A. Group Header
B. Report Footer
C. Detail
D. Report Header
E. Page Header

Computer Science & Information Technology

You might also like to view...

DES, AES, and CAST are examples of:

a. SSL encryption algorithms b. Public key cryptography algorithms c. Stream cipher algorithms d. Block cipher algorithms

Computer Science & Information Technology

Write a function that counts the occurrences of each digit in the string using the following header:

int * count(const string &s) This function returns the counts as an array of 10 elements. For example, after invoking int counts[] = count("2312ABcaB2") counts[0] is 0, counts[1] is 1, and counts[2] is 3, etc.

Computer Science & Information Technology

Which of the following are Java keywords?

a. instanceOf b. instanceof c. cast d. casting

Computer Science & Information Technology

A circuit board is a board that holds microchips, or integrated circuits (ICs), and the circuitry that connects these chips.

a. true b. false

Computer Science & Information Technology