Introduction
Imagine you want to save your school project or favorite photo on your computer. You need a way to store it safely and find it later. Creating and naming files helps you do exactly that by giving each saved item a unique place and name.
Jump into concepts and practice - no test required
Think of your computer like a big filing cabinet. Creating a file is like putting a new empty folder in the cabinet. Naming the file is like writing a label on the folder so you know what's inside without opening it.
┌───────────────┐
│ File System │
└──────┬────────┘
│
▼
┌───────────────┐ ┌───────────────┐
│ Create File │──────▶│ Empty File │
└───────────────┘ └───────────────┘
│
▼
┌───────────────┐ ┌───────────────┐
│ Name File │──────▶│ File Name │
│ (e.g., doc.txt)│ │ and Extension│
└───────────────┘ └───────────────┘report?.txt on most computers?budget2023.xlsx but got an error. Which of these is the most likely cause?report_Jan.txt, report_Feb.txt, and so on. Which naming rule helps keep these files organized and easy to find?