Questions: File Naming and Organization Practices

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A folder contains files dated '3-16-2026', '10-5-2025', and '1-2-2026'. When these files are sorted alphabetically by name, what order will they appear in?

A10-5-2025, 1-2-2026, 3-16-2026 — correctly sorted oldest to newest
B1-2-2026, 10-5-2025, 3-16-2026 — sorted by leading character, not chronologically
C3-16-2026, 1-2-2026, 10-5-2025 — sorted by month
DThe sort order depends on the operating system and cannot be predicted
Question 2 Multiple Choice

A project folder contains: final_report.docx, final_report_v2.docx, final_report_FINAL.docx, final_report_FINAL_v2.docx, final_report_actually_final.docx. What does this naming pattern most clearly reveal about the author's practice?

AToo many collaborators were editing the file simultaneously without coordination
BThe author did not build versioning into the name from the start, so each new version required an awkward suffix
CThe project scope grew unexpectedly, requiring many revision cycles
DThe file system prevented overwriting files with the same name
Question 3 True / False

Spaces in file names are primarily a style preference with no technical consequences.

TTrue
FFalse
Question 4 True / False

Using ISO date format (YYYY-MM-DD) in file names means that a folder of date-stamped files will automatically sort in chronological order when sorted alphabetically.

TTrue
FFalse
Question 5 Short Answer

Why is organizing project files into folders named 'Draft,' 'Review,' and 'Final' a poor long-term strategy compared to organizing by project or topic first?

Think about your answer, then reveal below.