Which of the following is NOT true about Excel functions?

A) Cell references can be used in functions.
B) A function returns a value based on its operation.
C) The value or values used in a function must be placed inside square brackets.
D) A function performs an operation on a value or values.

C

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. A transaction file is also known as a detail file. 2. The order in which tests are placed in a CASE control structure does not matter. 3. The CASE control structure is one of the three basic control structures. 4. The pseudocode form of a CASE control structure always contains exactly three levels of indentation regardless of how many tests are made. 5. The top-to-bottom arrangement of the conditions in the CASE control structure dictates the actual order that the tests will be made by the computer.

Computer Science & Information Technology

________ allow multiple kernel controls paths to hold a read lock, but permit only one kernel control path to hold a write lock with no concurrent readers.

a) Reader spin locks b) Writer spin locks c) Kernel semaphores d) None of the above

Computer Science & Information Technology