AVERAGE is an example of a ________ function.

a. logical
b. statistical
c. navigation
d. summary


Ans: b. statistical

Computer Science & Information Technology

You might also like to view...

A ____ screen can be added to engage the user while the application is loading.

A. startup B. flash C. title D. splash

Computer Science & Information Technology

What is the output of the following code?

``` int[] numbers = new int[10]; for(int i=0; i < numbers.length; ++i) numbers[i] = i * 2; for(int i=0; i < numbers.length; ++i) System.out.print(numbers[i] + " "); System.out.println(); ```

Computer Science & Information Technology

An alternative to the CONCATENATE function is to use ________ to join strings

A) & B) ^ C) + D) #

Computer Science & Information Technology

The | symbol in CSS means "____________________".

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

Computer Science & Information Technology