Match the following Microsoft Office 2013 feature with the tab where it can be found:
I. open Office Backstage
II. modify text
III. create a new chart in Excel
IV. modify an object
V. change margins in Word
A. contextual tab
B. File tab
C. Home tab
D. Page Layout tab
E. Insert tab
B, C, E, A, D
You might also like to view...
Mutual exclusion locks (mutexes) must be used properly in order to prevent ______.
a. data consistency b. creating additional threads c. thread synchronization d. thread deadlocks e. interprocess communications
Which of the following statements is false?
a. The parameter names and variable names that you use in lambdas cannot be the same as any other local variables in the lambda’s lexical scope; otherwise, a compilation error occurs. b. Lambdas may use only final local variables. c. A lambda that refers to a local variable in the enclosing lexical scope is known as a capturing lambda. d. All of the above statements are true.