As you type, Excel displays the entry in the _________________________ and also displays the Cancel box and the Enter box on the formula bar.
Fill in the blank(s) with the appropriate word(s).
formula bar
You might also like to view...
Which of the following is true of a HashSet object?
A) Increasing the capacity of the HashSet usually has no effect on the number of collisions B) The time required to add an element, or search for an element, is unaffected by the number of collisions C) The time required to add an element, or search for an element, decreases as the number of collisions increases D) The time required to add an element, or search for an element, increases as the number of collisions increases
What is the measure of the number of pixels in an image?
a.Codec b.PictBridge c.Resolution d.Zoom
____ makes programming easier because you need to develop the solution to a problem only once; then you can use that code whenever you need it.
A. Encapsulation B. Concurrency C. Reusable code D. Bottom-down design
Which of the following statements about graphs is false?
A. A graph is a collection of nodes and a collection of segments connecting pairs of nodes. B. Graphs are a directed tree structure. C. A path is a sequence of vertices in which each vertex is adjacent to the next one. D. Graphs may be directed or undirected. E. The degree of a vertex is the number of lines incident to it.