Which of the following functions can be used with Currency, Date/Time, Decimal, Number, and Text fields?
A) Average
B) Sum
C) Variance
D) Maximum
D
Computer Science & Information Technology
You might also like to view...
A ________ is a range that has been given a name, making it easier to use the cells in calculations or modifications
A) home range B) named range C) selected range D) delimited range
Computer Science & Information Technology
Which statement is false?
a) It’s necessary to include names of pointer arguments in function prototypes. b) A function receiving an address as an argument must define a pointer parameter to receive the address. c) The compiler does not distinguish between a function that receives a pointer and a function that receives a single-subscripted array. d) The function must “know” whether it is receiving a sin-gle-subscripted array or simply a single variable for which it is to perform simulated call by reference.
Computer Science & Information Technology