Bird
0
0

What will happen if you try to create a file named report?.txt on most computers?

medium📝 Analysis Q13 of 15
Intro to Computing - How Files and Folders Organize Data
What will happen if you try to create a file named report?.txt on most computers?
AThe file will be created successfully
BThe file will be created but hidden
CAn error will occur because '?' is not allowed in file names
DThe file will be renamed automatically
Step-by-Step Solution
Solution:
  1. Step 1: Understand invalid characters in file names

    Most operating systems do not allow special characters like '?' in file names because they have special meanings.
  2. Step 2: Predict the system response

    Trying to use '?' will cause an error and prevent file creation.
  3. Final Answer:

    An error will occur because '?' is not allowed in file names -> Option C
  4. Quick Check:

    Invalid characters cause errors [OK]
Quick Trick: Avoid special characters like ? * / in file names [OK]
Common Mistakes:
  • Thinking special characters are allowed
  • Assuming file will be hidden
  • Believing system renames file automatically

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Intro to Computing Quizzes