When you save a file in Microsoft Office 2016 with a new name or to a new location, the original version of the file remains unchanged and in its original location.?

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

True

To save a copy of the file with a different file name so that the original version remains unchanged, or to save the file to a different location, you click the File tab on the ribbon, and then in the navigation bar, click the Save As command to open the Save As dialog box again. When you save the file with a new name or to a new location, the original version of the file remains unchanged and in its original location. See 9-6: Working with Office Files

Computer Science & Information Technology

You might also like to view...

When you press the Enter key in Excel, which of the following does not happen?

A) The cell goes into edit mode. B) The active cell moves down one row. C) The data in the cell is confirmed. D) The active cell moves over one column.

Computer Science & Information Technology

What will be the value of ans after the following statements are executed?

``` int x = 40; int y = 40; if (x = y) ans = x + 10; ``` a. 30 b. 80 c. 50 d. The code contains an error and will not compile.

Computer Science & Information Technology