nerdexam
CompTIA

FC0-U61 · Question #157

Which of the following would be the MOST efficient way to transport a file from one location on a local hard drive to a different location on the same hard drive?

The correct answer is C. Move. Moving a file is the most efficient method to change its location on the same hard drive, as it typically involves just updating the file system's directory entries.

Applications and Software

Question

Which of the following would be the MOST efficient way to transport a file from one location on a local hard drive to a different location on the same hard drive?

Options

  • ARename
  • BCut
  • CMove
  • DSave

How the community answered

(27 responses)
  • B
    4% (1)
  • C
    89% (24)
  • D
    7% (2)

Why each option

Moving a file is the most efficient method to change its location on the same hard drive, as it typically involves just updating the file system's directory entries.

ARename

Renaming a file only changes its name within the current directory and does not change its location to a different folder.

BCut

While "Cut" is often used as the first step in a "Cut and Paste" (move) operation, "Move" explicitly describes the entire process of transporting the file to a new location.

CMoveCorrect

The "Move" operation is the most efficient way to change a file's location on the same physical hard drive because it typically only involves updating the file system's directory entries to reflect the new path, without physically rewriting the file's data. This makes it much faster than copying and then deleting.

DSave

"Save" is used to store changes made to an open file or to save a new file for the first time, not to transfer an existing file between locations on a hard drive.

Concept tested: File system operations

Source: https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-movefilea

Topics

#file management#cut/paste#move files

Community Discussion

No community discussion yet for this question.

Full FC0-U61 Practice