Match the following Microsoft Office 2013 features with the tabs where they can be found:

I. access Backstage view
II. tab that automatically displays when a file is opened
III. create a footer in Word
IV. change the zoom level
V. change margins in Word

A. File tab
B. View tab
C. Page Layout tab
D. Insert tab
E. Home tab


A, E, D, B, C

Computer Science & Information Technology

You might also like to view...

Which of the following lines would be the prototype for an overloaded cast operator function that converts an object of user-defined type Time into a double?

a. Time::operator double() const; b. Time::static_cast double() const; c. Time::operator_cast(double) const; d. Time::double() const;

Computer Science & Information Technology

Which of the following statements about semaphores is true?

a) P and V operations should be indivisible operations. b) If several threads attempt a P( S ) operation simultaneously, only one thread should be allowed to proceed. c) A semaphore implementation should guarantee that threads do not suffer indefinite postponement. d) all of the above

Computer Science & Information Technology

Heading 6 is the largest size of heading in HTML.

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

Computer Science & Information Technology

Similar to an Excel worksheet, a database is organized in a format of horizontal rows and vertical columns

Indicate whether the statement is true or false

Computer Science & Information Technology