Bird
0
0

You want to create multiple files for different months named report_Jan.txt, report_Feb.txt, and so on. Which naming rule helps keep these files organized and easy to find?

hard📝 Application Q15 of 15
Intro to Computing - How Files and Folders Organize Data
You want to create multiple files for different months named report_Jan.txt, report_Feb.txt, and so on. Which naming rule helps keep these files organized and easy to find?
AUse the same name for all files but different extensions
BInclude the month abbreviation in the file name
CUse random numbers in file names
DUse spaces and special characters in file names
Step-by-Step Solution
Solution:
  1. Step 1: Understand the goal of file naming

    To organize files by month, the name should clearly show which month each file belongs to.
  2. Step 2: Evaluate naming options

    Including the month abbreviation (e.g., Jan, Feb) in the file name helps sorting and finding files easily.
  3. Final Answer:

    Include the month abbreviation in the file name -> Option B
  4. Quick Check:

    Descriptive names = Easy organization [OK]
Quick Trick: Add clear labels like month names in file names [OK]
Common Mistakes:
  • Using same name with different extensions confuses files
  • Random numbers do not help find files
  • Spaces and special characters cause errors

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Intro to Computing Quizzes