Which of the following should be done to save a document in the Microsoft Office 2003 format?
A) Click on the File Menu button and then the Save As choice.
B) Click on the Home tab and then the Go to button.
C) Click on the Maximize button and then the Minimize button.
D) Click on the Review tab and then Protect Document button.
A
You might also like to view...
A combination of fields, mathematical operators, and prebuilt functions that calculate values in tables, forms, queries, and reports is a(n) _________
Fill in the blank(s) with correct word
Suppose an array reptiles is ["snake", "turtle", "lizard"]. To add "crocodile" to the beginning of the array, use the statement ___.
A. reptiles.push("crocodile"); B. reptiles.push(); C. reptiles.pop("crocodile"); D. reptiles.pop(); E. reptiles.unshift("crocodile"); F. reptiles.unshift(); G. reptiles.shift("crocodile"); H. reptiles.shift();