0
0
Intro to Computingfundamentals~20 mins

Creating and naming files in Intro to Computing - Practice Exercises

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
File Naming Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Why is it important to avoid special characters in file names?

Consider you want to save a file on your computer. Why should you avoid using special characters like \ / : * ? " < > | in the file name?

ABecause special characters can cause errors or prevent the file from being saved properly.
BBecause special characters make the file open faster.
CBecause special characters make the file name longer and harder to read.
DBecause special characters automatically encrypt the file.
Attempts:
2 left
💡 Hint

Think about what happens if the computer does not recognize a character in the file name.

trace
intermediate
1:30remaining
What is the correct file name after these steps?

You create a file named Report 2023. Then you rename it by adding the extension .txt. What is the full file name now?

AReport.txt 2023
BReport 2023.txt
CReport 2023txt
DReport_2023.txt
Attempts:
2 left
💡 Hint

Remember that the extension comes after the last dot in the file name.

identification
advanced
2:00remaining
Which file name is invalid on Windows?

Identify the file name that is NOT allowed on a Windows computer.

AHoliday_Photos.jpg
BMy_Document.docx
CBudget:2023.xlsx
DNotes_2023.txt
Attempts:
2 left
💡 Hint

Windows does not allow certain special characters in file names.

Comparison
advanced
2:30remaining
Compare these two file names and identify which is better practice

Which file name follows better naming practices for easy understanding and compatibility?

AProject-Plan_v2.0.doc
BProject Plan v2.0.doc
CProjectPlanv2.0.doc
DProject@Plan#v2.0.doc
Attempts:
2 left
💡 Hint

Think about spaces, special characters, and readability.

🚀 Application
expert
3:00remaining
How many files can be created with these naming rules?

You want to create files named File1.txt to File100.txt. However, your system does not allow file names longer than 8 characters (excluding extension). How many files can you create with this naming rule?

A9 files
B90 files
C100 files
D99 files
Attempts:
2 left
💡 Hint

Count the characters in the file name excluding the extension and consider the limit.