Which of the following is NOT true about creating totals on reports?
A) When you report on textual data, you have the option to ask Access to calculate sums, averages, minimums, and maximums of the data.
B) The grand total calculates the total for all records.
C) Subtotals calculate totals for smaller groups of records.
D) Grand totals and subtotals can be added to a report after it has been created.
A
You might also like to view...
In the declaration: Dim color As String = "blue"
a) the String literal color is assigned to the String variable "blue" b) the String variable color is assigned to the String literal "blue" c) the String literal "blue" is assigned to the String variable color d) None of the above
Write a function that counts the occurrence of each digit in a string using the following header:
int * count(const string &s) The function counts how many times a digit appears in the string. The return value is an array of ten elements, each of which holds the count for a digit. For example, after executing int counts[] = count("12203AB3"), counts[0] is 1, counts[1] is 1, counts[2] is 2, counts[3] is 2. Write a main function to display the count for "SSN is 343 32 4545 and ID is 434 34 4323".
Your company has been assigned the 192.168.30.0/24 network for use at one of its sites. You need to use a subnet mask that will accommodate seven subnets while simultaneously accommodating the maximum number of hosts per subnet. What subnet mask should you use?
a. /24 b. /26 c. /27 d. /28
The BEST way for a technician to configure a server rack for full power redundancy is:
A. a single PDU attached to a single UPS B. multiple PDUs each attached to a single UPS C. multiple PDUs each attached to separate UPSs D. multiple PDUs attached to a high availability UPS