Bird
0
0

A user tries to create a file named my|file.txt but gets an error. What should they do to fix it?

medium📝 Analysis Q7 of 15
Intro to Computing - How Files and Folders Organize Data
A user tries to create a file named my|file.txt but gets an error. What should they do to fix it?
ARemove the pipe character '|' from the file name
BAdd spaces around the pipe character
CChange the file extension to .doc
DCreate the file in a different folder
Step-by-Step Solution
Solution:
  1. Step 1: Identify invalid characters in file names

    The pipe character '|' is not allowed in file names on most systems.
  2. Step 2: Suggest correction

    Removing the pipe character will fix the error. Other options do not address the invalid character.
  3. Final Answer:

    Remove the pipe character '|' from the file name -> Option A
  4. Quick Check:

    Invalid characters cause errors; remove them [OK]
Quick Trick: Remove forbidden symbols like | to fix file errors [OK]
Common Mistakes:
  • Adding spaces does not fix invalid characters
  • Changing extension does not fix name errors
  • Moving folder won't fix invalid character issue

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Intro to Computing Quizzes