Which of the following is a correct name for the function that calculates an average of values?

A. AVG
B. AVERAGE
C. MEAN
D. AVGVAL


Answer: A

Computer Science & Information Technology

You might also like to view...

Write a program checkLuminance that will input red, green, and blue values, and compute the luminance using the weighted average (as below). But then print out a warning to the user based on the computed luminance:

• If the luminance is less than10, “That’s going to be awfully dark.” • If the luminance is between 50 and 200, “Looks like a good range.” • Over 250, “That’s going to be nearly white!”

Computer Science & Information Technology

A ________ is a route the computer takes through folders to find files on a disk

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which is NOT a category in the Quick Analysis gallery?

A) Formatting B) Charts C) AutoSum D) Tables

Computer Science & Information Technology

The ________ window is the window in which VBA statements are written

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

Computer Science & Information Technology