Which of the following is not true regarding expressions?

A) Elements that can be used in an expression include identifiers, operators, logical operators, functions, and constants.
B) An expression consists of several possible elements that you can use.
C) You can use expressions in a number of ways such as performing calculations or retrieving values of a control.
D) the term "expression" is synonymous with "equation."

D

Computer Science & Information Technology

You might also like to view...

The most commonly used type of query is the ________ query

A) basic B) select C) update D) append

Computer Science & Information Technology

Which of the following is the correct syntax for the INDEX function?

A) =INDEX(array, row_number, [column_number]) B) =INDEX(row_number, column_number, array) C) =INDEX(column_number, row_number, array) D) =INDEX(array, column_number, [row_number])

Computer Science & Information Technology