The active cell reference appears in the ____________________ on the left side of the formula bar.

a. text box
b. ribbon
c. Name Box
d. URL


Ans: c. name box

Computer Science & Information Technology

You might also like to view...

A SharePoint website cannot be customized to serve as an internal company website for private communications within the company.

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

Computer Science & Information Technology

For a descending sort in which you want to end up with the highest value first, write the decision so that you perform the switch when score[x] is ____ score[x + 1].

A. greater than or equal to B. equal to C. less than D. greater than

Computer Science & Information Technology

Write a function that takes a list of dollar values separated by commas, converts each number from dollars to pounds (at an exchange rate 0.667 dollars per pound) and prints the results in a com- ma-separated list. Each converted value should have the £ symbol in front of it. This symbol can be obtained by passing the ASCII value of the symbol 156 to the chr function, which returns a string

composed of that character. Ambitious programmers can attempt to do the conversion all in one statement. What will be an ideal response?

Computer Science & Information Technology

?Which of the following shape values represents the remaining area of an inline image not covered by any hotspots?

A. ?default B. ?circle C. ?rect D. ?poly

Computer Science & Information Technology