The data you see in a cell is called the:

A) underlying value. B) displayed value.
C) cell address. D) underlying formula.


B

Computer Science & Information Technology

You might also like to view...

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

1. An abstract class cannot be directly instantiated. 2. A boundary class acts as a coordinator when implementing classes. 3. Cookies are the only way to store data on the client computer that will exist beyond the current session. 4. Association classes are those that are used to break up a many-to-many association between classes.

Computer Science & Information Technology

Case AC 1-2Chloe's boss has asked her to make some changes to the layout of a datasheet.  She has never done this before, and is learning as she goes along.Once Chloe makes the changes in the layout of the datasheet, the edits are saved ____.

A. only if she saves them B. automatically by Access C. with a generic name D. none of the above

Computer Science & Information Technology

Fast Ethernet is implemented in several different ways, all collectively referred to as ____.

A. 100baseT technology B. 10baseT technology C. 10base2 technology D. 100base2 technology

Computer Science & Information Technology

int [ ] anArray = new int [10];int [ ] anotherArray = {6, 7, 4, 5, 6, 2, 3, 5, 9, 1}; anotherArray.Length returns ____.?

A. ?9 B. ?10 C. ?11 D. ?20

Computer Science & Information Technology