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

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


B

Computer Science & Information Technology

You might also like to view...

Why must a wireless computer associate with a specific base station?

What will be an ideal response?

Computer Science & Information Technology

What does the following program segment do?

``` for (i = 1; i <= 5; i++) { for (j = 1; j <= 3; j++) { for (k = 1; k <= 4; k++) { System.out.print('*'); } System.out.println(); } System.out.println(); } ```

Computer Science & Information Technology

What is the best way to restrict URL access?

A. Redirect visitors to another page. B. Make sure sensitive pages require authentication. C. Use the"secure"flag on all sensitive cookies. D. Use Secure Shell (SSH).

Computer Science & Information Technology

You can modify the Excel Ribbon by creating a custom ________ so you can find the tools you use frequently

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology