Formula auditing tools include a tracer ____, which is drawn from a cell that appears in a formula in another cell or from a cell that contains a formula with cell references.

A. arrow
B. triangle
C. link
D. none of the above


Answer: A

Computer Science & Information Technology

You might also like to view...

The essential elements of any pseudorandom number generator are a __________ and a deterministic algorithm for generating a stream of pseudorandom bits.

A. secret key B. session key C. seed value D. stream encryption function

Computer Science & Information Technology

Each HTTP exchange transmits one element of a ____.

A. Web server B. Web page C. Web site D. Web browser

Computer Science & Information Technology

Which of the following are correct declarations of iterators for STL containers? You may assume that the proper header has been included and that a using directive makes the names from namespace std available.

a) ``` vector::iterator vecIterator; ``` b) ``` list::iterator listIterator; ``` c) ``` deque::iterator dequeIterator; ``` d) ``` list::iterator listIterator; ``` e) ``` list::iterator listIterator; ```

Computer Science & Information Technology

To access the Styles pane, click the ________ group dialog box launcher

Fill in the blank(s) with correct word

Computer Science & Information Technology