SmartToolz Learning Hub
Computer Basicsβ€’Lesson 6

Files and Folders

Learn the concept, follow the practical steps, and apply what you learn through a simple activity.

Files and Folders: Organize Your Computer

Files are the actual pieces of information you saveβ€”documents, photos, videos, music, programs and more. Folders are containers that help you group those files so you can find them again quickly.

Simple rule: A file contains information. A folder helps you organize files and other folders.

1. File vs Folder

ItemWhat it isExample
FileA saved piece of datareport.docx, photo.jpg, song.mp3
FolderA container used to organize itemsDocuments, Photos, Projects
SubfolderA folder inside another folderProjects β†’ Website

2. Where Files Live

On Windows, files are stored on a storage drive such as C: or another drive letter. A typical path might look like:

C:\Users\YourName\Documents\Projects\Website\index.html

Read the path from left to right: the drive contains folders, folders can contain subfolders, and the final item is the file.

3. File Names Matter

Use names that tell you what a file contains. Compare:

  • Better: 2026-09-02_Project_Report.docx
  • Weak: New Document (7).docx

A good naming system makes search, sorting and backup much easier.

4. Create a Folder

  1. Open File Explorer with Windows + E.
  2. Go to the location where you want the folder.
  3. Right-click an empty area.
  4. Select New β†’ Folder.
  5. Give it a meaningful name and press Enter.

5. Rename a File or Folder

Select the item and press F2, or right-click it and choose Rename. Rename it without changing the extension unless you understand what the extension does.

Important: Changing .jpg to .docx does not convert an image into a Word document. It can simply make the file difficult for the operating system to open.

6. Copy vs Move

ActionWhat happensWhen to use it
CopyCreates another copy while keeping the originalBackup, sharing, duplicate workspace
MovePlaces the original item in a different locationReorganizing folders

Useful shortcuts:

  • Ctrl + C β€” Copy
  • Ctrl + X β€” Cut
  • Ctrl + V β€” Paste
  • Ctrl + Z β€” Undo a recent action

7. Delete and Recycle Bin

When you normally delete a file in Windows, it is moved to the Recycle Bin rather than immediately disappearing. You can restore an item from there until the bin is emptied.

Be careful with Shift + Delete: it bypasses the normal Recycle Bin workflow, so recovery may be harder.

8. Search for Files

If you cannot remember where you saved something, use File Explorer search. Search by a distinctive part of the filename, file type or another useful keyword. For example, searching for invoice can locate files whose names contain that word.

9. Build a Simple Folder Structure

A practical structure could be:

Documents/
β”œβ”€β”€ Work/
β”‚   β”œβ”€β”€ Reports/
β”‚   └── Invoices/
β”œβ”€β”€ Personal/
β”‚   └── Important/
└── Learning/
    β”œβ”€β”€ Computer-Basics/
    └── Projects/

Do not create dozens of tiny folders just for the sake of organization. The goal is to make important files easy to locate.

10. Practical Activity

  1. Create a folder named Computer-Basics-Practice.
  2. Inside it, create Documents, Images and Projects.
  3. Create a text document inside Documents and name it my-notes.txt.
  4. Copy that file into Projects.
  5. Rename the copied file to project-notes.txt.
  6. Delete the copied file and restore it from the Recycle Bin.
  7. Use File Explorer search to find my-notes.txt.

Common Beginner Mistakes

  • Saving everything directly on the Desktop.
  • Using vague names such as final2, new or abc.
  • Confusing Copy with Move.
  • Changing file extensions without understanding them.
  • Assuming the Recycle Bin is a backup.
  • Keeping important files in only one location.

Quick Self-Check

  • What is the difference between a file and a folder?
  • What does a file path tell you?
  • What is the difference between Copy and Move?
  • Which shortcut opens File Explorer?
  • Why should important files have meaningful names?
  • Why is the Recycle Bin not a real backup?
Key takeaway: Good file management is a basic computer skill. Use clear names, sensible folders and regular backups so your files stay easy to find and safe from accidental loss.
← Previous lessonNext lesson β†’
Advertisement