Which of the following functions does not contain a syntax error?

A) =AVERAGE(A1:A9 ) B) =AVERAGE(A1;A9 )
C) =AVERAG(A1,A9 ) D) =avg(A1:A9 )


A

Computer Science & Information Technology

You might also like to view...

The ____________________ language determines how to present the errors and what to state within an error.

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

Computer Science & Information Technology

________ is the process of changing the contents of a slide or adding slides to or deleting slides from the presentation

A) Formatting B) Editing C) Leveling D) Paging

Computer Science & Information Technology

Which of the following is a valid statement? (i) int num = new int(67);(ii) String name = new ("Doe");(iii) String name = "Doe";

A. Only (i) B. Only (i) and (ii) C. Only (iii) D. Only (ii) and (iii)

Computer Science & Information Technology

Primary Keys:

a. Are used in database tables b. Are a field c. Is a unique value d. All of the above

Computer Science & Information Technology