Bird
Raised Fist0

What is wrong with this absolute path on a Windows system? 'C:/Users/John/Documents/file.txt'

medium📝 Analysis Q7 of Q15
Intro to Computing - How Files and Folders Organize Data
What is wrong with this absolute path on a Windows system? 'C:/Users/John/Documents/file.txt'
AIt is missing the drive letter
BIt uses forward slashes instead of backslashes
CThe file extension is incorrect
DIt has too many folders
Step-by-Step Solution
Solution:
  1. Step 1: Check path separators

    Windows paths use backslashes (\), but this path uses forward slashes (/).
  2. Step 2: Confirm other parts

    The drive letter and file extension are correct; folder count is normal.
  3. Final Answer:

    It uses forward slashes instead of backslashes -> Option B
  4. Quick Check:

    Windows path separator = Backslash [OK]
Quick Trick: Windows paths use \ not / [OK]
Common Mistakes:
MISTAKES
  • Ignoring slash direction
  • Thinking drive letter is missing
  • Assuming file extension error

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Intro to Computing Quizzes