Imagine you are in a library with a big desk where you work on books. The books represent files on your computer. Copying a file is like taking a photocopy of a book from the shelf and placing the copy on your desk while the original stays on the shelf. Moving a file is like taking a book off one shelf and placing it on a different shelf -- the book is no longer on the first shelf but now lives on the new one. Deleting a file is like removing a book from the shelf and throwing it into the recycling bin; it's no longer available on the shelf or your desk.
Copying, moving, and deleting files in Intro to Computing - Real World Applications
| Computing Concept | Real-World Equivalent | Explanation |
|---|---|---|
| File | Book | A file is like a book that contains information you want to read or work on. |
| Copying a file | Photocopying a book | Making a duplicate book to work on without changing the original on the shelf. |
| Moving a file | Taking a book from one shelf to another | The book is physically relocated; it no longer exists on the original shelf. |
| Deleting a file | Throwing a book into the recycling bin | The book is removed from the shelf and desk, no longer accessible. |
| Storage location (folder/directory) | Bookshelf | Where books (files) are kept organized. |
You arrive at your library desk to work on a project. You find a book on the shelf that you want to use. Instead of taking the original book off the shelf, you photocopy it and place the copy on your desk. This way, the original stays safe on the shelf, and you can write notes on your copy.
Later, you decide to reorganize the library. You take a book from one shelf and move it to a different shelf where it fits better. The book is no longer on the old shelf but now lives on the new one.
Finally, you find some old books that are no longer needed. You take them off the shelf and throw them into the recycling bin. They are gone from the library and your desk.
- Photocopying a book takes time and physical effort, but copying a file on a computer is usually very fast and automatic.
- Moving a book physically changes its location, but moving a file can sometimes be just updating a pointer if it's on the same storage device.
- Deleting a book in real life is permanent, but deleted files often go to a recycle bin or trash folder first, allowing recovery.
- Bookshelves are physical and limited by space, while digital folders can be expanded easily.
In our library desk analogy, what would be equivalent to moving a file from one folder to another?