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
You might also like to view...
Why must a wireless computer associate with a specific base station?
What will be an ideal response?
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(); } ```
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).
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).