The ________ is a statistical function that adds a group of values and then divides the result by the number of values in the group

A) SUM
B) AVERAGE
C) MAX
D) MIN


Answer: B

Computer Science & Information Technology

You might also like to view...

Setting the property to None removes the standard window frame containing the title and buttons to minimize, maximize and close the application.

a) Frame b) Title c) WindowStyle d) WindowFrame

Computer Science & Information Technology

When you add a(n) grouping level, records are sorted according to entries in the group field.

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

Computer Science & Information Technology

A. x is an object of the Circle type.

``` = newS; } void print() { cout << s; } }; int main() { A a; a.print(); } ``` A. The program has a compilation error because class A is not a public class. B. The program compiles and runs fine and prints nothing. C. The program has a compilation error because class A does not have a default constructor. D. The program would compile and run if you change A a to A a(5).

Computer Science & Information Technology

In a fully qualified structured reference, the table name follows the column qualifier. _________________________

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

Computer Science & Information Technology