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.
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│
└───────────────┘ └───────────────┘