A ________ is the number at the far left of a row or the letter at the top of a column used to identify a location on a spreadsheet
A) function
B) label
C) footer
D) heading
D
Computer Science & Information Technology
You might also like to view...
Which of the following is not a sequence container provided by the STL?
a. vector b. array c. list d. deque
Computer Science & Information Technology
Which of the following statements regarding the throw point of an exception is false?
a. It specifies the point at which the exception must be handled. b. It is the initial point at which the exception occurs. c. It is specified as the top row of the method-call stack at the time the exception occurred. d. All of the above statements are true.
Computer Science & Information Technology