In Microsoft Office 2016, a(n) _________ is anything that can be manipulated as a whole, such as a table, a picture, a shape, a chart, or an equation.?
A. object
B. tab
C. group
D. endnote
Fill in the blank(s) with the appropriate word(s).
object
Rationale: An object is anything that can be manipulated as a whole, such as a table, a picture, a shape, a chart, or an equation. Contextual tabs contain commands related to the current task or object. See 9-2: Using the Ribbon
You might also like to view...
You should not define a class that is dependent on the values of other class fields __________.
a. in order to keep it current b. because it is redundant c. in order to avoid having stale data d. because it should be defined in another class
How does the compiler handle the statement b=a?
A. It doesn’t. That’s the linker’s job. B. The assignment operator assigns the value of a into b. C. The assignment operator assigns the value of b into a. D. That is an invalid C++ statement.