Information printed at the end of each group of records in a report that is most commonly used to display summary information is the
A. Group Header
B. Page Footer
C. Group Footer
You might also like to view...
Why did Microsoft create the XPS file format?
A) So that a document viewed in Print Preview would display exactly the same on all computers B) So that more of the formatting would transfer than the RTF standard would allow C) So that files could be password protected more securely D) So that additional security measures could be added to a document
You are doing a binary search of the dictionary for page where a word should be, using the recursive binary search. What is done to guarantee that the successive dictionaries to be searched are smaller?
a. Search a dictionary with one less page. b. Search a dictionary with one less word. c. Search a dictionary with half the words. d. Recursively search the half the dictionary where the word should be.