Bird
Raised Fist0

Which of the following is the correct command syntax to copy a file named data.txt to a folder named Backup in a command-line interface?

easy📝 Factual Q3 of Q15
Intro to Computing - How Files and Folders Organize Data
Which of the following is the correct command syntax to copy a file named data.txt to a folder named Backup in a command-line interface?
Amove data.txt Backup/
Bdelete data.txt Backup/
Ccopy data.txt Backup/
Drename data.txt Backup/
Step-by-Step Solution
Solution:
  1. Step 1: Identify the copy command syntax

    The command to copy a file is usually copy source destination, so copy data.txt Backup/ copies the file to the Backup folder.
  2. Step 2: Differentiate from other commands

    Move transfers the file, delete removes it, rename changes the name; none copy the file.
  3. Final Answer:

    copy data.txt Backup/ -> Option C
  4. Quick Check:

    Copy command syntax = copy source destination [OK]
Quick Trick: Copy command uses: copy source destination [OK]
Common Mistakes:
MISTAKES
  • Using move instead of copy
  • Using delete or rename commands incorrectly
  • Confusing command order

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Intro to Computing Quizzes