When you want more information about a specific color in your document, use the ____ to show the color values beneath the mouse pointer.
a. Info panel
b. Color panel
c. Mouse panel
d. Value panel
a. Info panel
You might also like to view...
An Input Area (as it applies to Excel 2010 ) is defined as
A) a range of cells containing values for variables used in formulas. B) displays the name of a worksheet within a workbook. C) displays the content of the active cell. D) a range of cells containing results based on the output area.
Consider the following statements:struct personalInfo{ string name; int age; double height; double weight;};struct commonInfo{ string name; int age;}; personalInfo person1, person2;commonInfo person3, person4;Which of the following statements is valid in C++?
A. person1 = person3; B. person2 = person1; C. person2 = person3; D. person2 = person4;
In the Restrict Formatting and Editing dialog box, you can lock a form by selecting Filling in forms in the ____ section.
A. Tracked changes B. Content Control Properties C. Allow only this type of editing in the document D. Formatting Restrictions
Match the following terms to their meanings:
I. Aggregate functions II. Expressions III. Field names IV. Concatenation A. Symbol (&) used in an expression B. Included in square brackets in expressions C. Group and perform calculations on multiple fields D. Begins with an equal sign (=)