Skip to content
StudyDex
Computer Science & Technology

What Program Command Saves a Copy of a File Under a Different Name?

Quick answer

The "Save As" command saves a copy of the current file under a new name or in a new location without changing the original. Plain "Save" overwrites the original, while "Copy" and "Duplicate" work differently — so "Save As" is the correct answer.

The answer

The command is Save As. When you choose Save As, the program keeps the file currently open on screen untouched and writes a new, separate copy using whatever name, folder, or file format you specify. You end up with two files: the original (unchanged) and the new copy you just named.

This is different from the plain Save command, which writes your changes back into the same file, overwriting the previous version. The classic rule of thumb: the first time you save a brand-new document, Save and Save As behave the same because there is no existing file yet — but on an existing document, Save overwrites and Save As branches off a renamed copy.

Why the other options are wrong

  • Save: Overwrites the original file in place. It does not create a differently named copy, so it fails the requirement in the question.
  • Copy: In most programs the Copy command puts selected content (text, cells, an image) onto the clipboard so you can paste it elsewhere. It operates on content inside a document, not on saving the whole file under a new name. (In a file manager, "Copy" duplicates a file but does not let you rename-while-saving from within the application.)
  • Duplicate: Some apps (notably on macOS) offer Duplicate, which instantly clones the open document into an untitled copy. It is close in spirit, but it does not by itself prompt you to choose a new name and location the way Save As does — and on standardized computer-literacy tests, Save As is the expected term.

The bigger picture

Save As is one of the most useful commands to master because it protects your work. Common real-world uses:

  • Versioning: Keep report-v1.docx, then Save As report-v2.docx before major edits, so you can always return to the earlier draft.
  • Changing file format: Save As lets you export the same document as a PDF, an older Office format, or a plain-text file by picking a different type in the dialog.
  • Templates: Open a master template, Save As a new project name, and edit the copy while the template stays pristine.

Keyboard shortcuts speed this up. In Microsoft Windows apps, F12 opens Save As directly; Ctrl + S is plain Save. On a Mac, Shift + Command + S performs Save As (or Duplicate, depending on the app). In Google Docs, there is no traditional Save As — the equivalent is File → Make a copy, which creates a renamed duplicate in Google Drive, since Docs autosaves the original continuously. Knowing this cross-application mapping — Save As in Office, Make a Copy in Google Docs, Duplicate on macOS — is exactly the depth these quiz questions are checking, even though they accept the single term Save As as the answer.

Save AsWrites a new copy under a new name/location/formatLeft unchangedF12 (Windows) / Shift+Cmd+S (Mac)
SaveOverwrites current file with your changesReplacedCtrl+S / Cmd+S
CopyPuts selected content on the clipboard to pasteUnchangedCtrl+C / Cmd+C
DuplicateClones the open document (mainly macOS)UnchangedVaries by app

Frequently asked

What is the difference between Save and Save As?

Save writes your changes back into the existing file, overwriting the old version. Save As creates a brand-new copy under a different name, location, or format while leaving the original file exactly as it was. On a new document that has never been saved, the two behave identically.

What is the keyboard shortcut for Save As?

In most Windows applications, press F12 to open the Save As dialog. On a Mac, use Shift + Command + S. Plain Save is Ctrl + S (Windows) or Command + S (Mac).

Does Save As keep the original file?

Yes. Save As produces a separate copy and does not alter the file you started from. After using it you have two files: the untouched original and the newly named copy containing your current changes.

What does the Duplicate command do?

Duplicate, found mainly in macOS apps, instantly clones the open document into an untitled copy you can then rename and save. It is similar to Save As but does not immediately prompt for a new name and location, and it is not the standard term on computer-literacy tests.

Start freeLog in