Which of the following will allow a user to move a file from one folder to another using the LEAST number of steps, while ensuring that the file is removed from its original location?

Last Updated on August 7, 2021 by Admin

Which of the following will allow a user to move a file from one folder to another using the LEAST number of steps, while ensuring that the file is removed from its original location?

  • Open the file from its original location, save it to the new location, and delete it from the original location.
  • Cut the file from its original location and paste it to the new location.
  • Rename the file in its original location to a name that is not already taken in the new location.
  • Copy the file from its original location and paste it to the new location.