L
LLLOS.ai
Learn
L

Chapter 2 — File Management – Organisation of Data

Class 6 · Computer Studies

Overview

This unit introduces young learners to file management and how to organise data on a computer. It explains what files and folders are, why we use them, and how proper organisation helps in finding and protecting information quickly. Students will learn practical skills such as creating, naming, saving, opening, copying, moving and deleting files and folders. The unit also covers common file types, file extensions, storage devices like hard drives and USB drives, basic backup methods, and safe handling of digital information. These skills matter because as students use computers for schoolwork, art, and projects, knowing how to keep files organised saves time, reduces stress, and prevents loss of important work. The unit builds computer habits that will be useful throughout schooling and later life: clear naming, sensible folder structure, regular backup and careful deletion. Along with practical steps, students will learn simple rules for choosing names and where to store files, and how to search for files when needed. Hands-on examples and practice questions encourage regular use so these skills become natural. This foundation supports future topics in computing and digital learning across subjects.

Learning Objectives

  • Identify what files and folders are and explain their purpose on a computer
  • Create, open, rename and delete folders and files using a basic file manager
  • Apply simple rules to name files and folders clearly so they are easy to find
  • Organise files into a logical folder structure for school subjects and projects
  • Use cut, copy, and paste to move or duplicate files between folders and devices
  • Recognise common file types and their typical extensions
  • Explain basic storage devices and choose where to save school work
  • Demonstrate simple backup methods to protect important files
  • Search for files using the file manager and use file details to find the correct file

Topics in this chapter

14 topics · tap a topic title to jump straight to it.

📊1

What is Data and Digital Information

Understanding data: Data means facts, words, numbers, pictures or sounds that we can store on a computer. When you write a story, draw a picture or save a photo, the result becomes digital information. Computers keep this information as files so we can open and use them later.

Why digital information needs organisation: Just like books on a shelf, digital items should be kept in an orderly way. If files are left scattered, it becomes hard to find a particular homework or drawing. Organised data makes school work quick to find, easy to share, and safer from being lost.

Everyday examples: A typed essay, a scanned picture, a recorded voice or a saved game score are all forms of data. These appear as files on the computer. Each file will show a name and often a small icon telling what kind of file it is. When many files are saved, using folders helps group related files together.

How we see data on the screen: File managers display lists or icons of files and folders. They show the file name, size and date saved. Learning these basic parts helps students understand where their homework lives on the computer and how to open it next time.

Good habits: Save work often, choose sensible names, and put school work into subject folders. These simple steps protect your work and make using a computer much more pleasant.

📌 Examples
  • A story saved as "My_Summer_Story.docx" on the Desktop is a file containing text.
  • Photos from a school trip can be put inside a folder named "School_Trip_Photos".
  • A recorded poem saved as "Poem.wav" is an audio file.
  • A drawing saved from a paint program might be "Birthday_Card.png".
📊 Visual ideas
A simple diagram of a computer screen showing icons labelled: File Manager, My Documents folder, A file icon with name and extension
A flow diagram showing Data -> File -> Folder -> Drive (arrowed boxes) to show storage levels
💻2

Files and File Types

What is a file? A file is a container that holds information like text, images, music or videos. Each file is stored with a name and often an extension that tells the computer what kind of file it is.

Common file types: Text documents, images, audio, video and spreadsheets are common. A text document holds words (like homework). An image file holds pictures. Audio files store sounds and video files store moving pictures. Each type uses different software to open and edit it.

File extensions: The part after a dot in the filename is the extension, for example .docx, .txt, .jpg, .png, .mp3 and .mp4. The computer looks at the extension to decide which program can open the file. Students should not change extensions unless they know what they are doing, because changing it can make the file unusable.

Icons and previews: Most file managers show a small icon or preview so you can recognise the file type. For instance, a picture file may show a thumbnail image; a text file shows a page icon.

Why this matters: Knowing file types helps students pick the correct program to open work, saves time and avoids accidentally corrupting files. Saving in the right format (for example, saving an essay as a .docx or .pdf) makes it easy for teachers to open and mark the work.

📌 Examples
  • Save an essay as "History_Assignment.docx" so word processors can open it.
  • A photo named "Rakhi.jpg" is an image file and can be viewed with an image viewer.
  • A song saved as "BirthdaySong.mp3" is an audio file and will play in music apps.
🧮 Formulas
  1. File name = base name + extension (example: Homework1.txt where 'Homework1' is the name and '.txt' is the extension)
📊 Visual ideas
Table-style drawing: Column of file type (Text, Image, Audio, Video) and a column showing example extensions (.txt, .jpg/.png, .mp3, .mp4)
💻3

Folders and Directory Structure

What is a folder? A folder (also called a directory) is a place that holds files and can also hold other folders. Think of folders like school notebooks. Each notebook keeps work for one subject so you can find it easily. On a computer, folders do the same job for files.

Hierarchy: how folders are organised: Folders are not only separate boxes but can be nested inside each other. This creates a tree-like structure. At the top you might have a drive or a main folder such as 'School'. Inside it you make subject folders like 'English' and 'Maths'. Inside those subject folders you can make smaller folders such as 'Term1', 'Homework' or 'Projects'. This arrangement from general to specific is called a directory structure. It helps you work from broad categories down to one particular file.

Benefits of a clear structure: When folders are planned well, you do not waste time searching. Teachers and classmates can also find shared work easily if everyone follows a similar structure. A good structure reduces duplicates, shows where to save new files, and makes backups faster because you know which folders matter most.

Designing your own structure: Start simple. Choose main categories you will use every day such as 'School', 'Photos', 'Games'. Under 'School' create subject folders. Under each subject, create year or term folders. For example: Documents > School > Science > 2026 > LabReports. Avoid too many nested folders; deep levels can be confusing for young students. Use folders to separate current work from older work by creating an 'Archive' folder for past years.

Practical classroom use: Teachers can show one example structure and ask students to copy it. Encourage students to create new folders when starting a new topic and to move finished projects into an archive folder at the end of a term. Practise opening files by following the folder path so students learn the route to their work.

📌 Examples
  • Drive > School > 2026 > English > Essay1.docx
  • USB > Pictures > Vacation > Beach1.jpg
  • My Documents > Projects > Science_Fair > Report.pdf
📊 Visual ideas
Tree diagram showing Drive at top, a folder named 'School' below it, then branches to 'English', 'Maths', 'Science', each containing files
💻4

Creating and Naming Files and Folders

How to create files and folders: Creating a folder usually begins in the file manager. Use the New Folder button or right-click and choose New > Folder. Type a name and press Enter. To create a new file, open the program you want to use (for example a text editor or paint app), start your work and then use Save or Save As to place the file into the chosen folder. Save As is important because it asks you where to save and what name to give.

Choosing meaningful names: A good name tells you what the file contains without opening it. For school work, include the subject, short description and date if helpful. For example: Maths_Homework_10Mar2026. This makes sorting and searching simple. Avoid vague names like 'Document1' or 'New Folder' which hide the content and cause confusion later.

Rules to follow when naming: Keep names short but descriptive. Do not use special characters such as / \ : * ? " < > | because many systems block them. Use underscores (_) or hyphens (-) instead of spaces when sharing files online, although regular spaces are acceptable on most school computers. Use lowercase consistently or a capital at the start of each word—pick a pattern and stick to it.

Version control with names: When you edit a file many times, include version numbers or the date in the filename so you can return to an earlier draft if needed. For example: ScienceReport_v1.docx, ScienceReport_v2.docx, or ScienceReport_2026-03-10.docx. This avoids accidental loss of earlier ideas and makes it clear which copy is final.

Consistency and teamwork: If you are working in a group, agree a naming pattern so everyone saves files in the same way. Teachers can give a template name to follow. Practise naming files every time you save until it becomes a habit. This small step saves time and prevents confusion during project work or when handing in assignments.

📌 Examples
  • Good: 'Hindi_Assignment_15Mar2026.docx' ; Bad: 'doc1.docx'
  • Folder name: 'Art_Portfolio' rather than 'New Folder'
  • Versioning: 'ScienceProject_v3.pptx' for the third draft
📊 Visual ideas
Illustration showing filename parts: 'History_Essay_01.docx' labelled as base name, underscore, date, and extension
💻5

Saving and Opening Files

Saving your work correctly: Saving is the action that writes your work onto the storage device so it is kept when the program closes. Use Save for regular saving and Save As when you want to choose the folder, filename or file type. The first time you save a new document, use Save As to pick a sensible folder and give a clear name. After that, press Save frequently while you work to avoid losing changes if the computer shuts down unexpectedly.

Where to save: Pick a location that matches your organisation plan: Documents > School > Subject > Year is a useful pattern. Saving to the Desktop might be quick but the Desktop becomes messy with many files. For work you must take to school, save to a USB or cloud copy as well. Always check the path shown in the Save As dialog so you are sure where the file will appear.

Choosing file format: When saving, programs often let you choose a format. Save essays as commonly used formats like .docx or .pdf if your teacher asks for those. Pictures can be saved as .jpg or .png depending on need. Saving in the correct format avoids compatibility problems when the teacher opens the file on another computer.

Opening files from the file manager: To open a saved file, go to the file manager and navigate to the chosen folder, then double-click the file. The computer will open the correct program based on the file extension. If a file does not open, check its extension and try the correct program or ask a teacher for help. Use the preview pane when available to see if the file is the one you need before opening it.

Autosave and backups: Some programs offer autosave which saves a copy at short intervals. This helps, but students should still press Save manually often. If a program has a recovery or version history, it may let you restore earlier versions. Teach students to save final copies and keep a backup copy in case something goes wrong with the original file.

📌 Examples
  • Use Save As to put 'Math_Homework.docx' into Documents > School > Maths.
  • Double-click 'Art_Painting.png' in the Pictures folder to open in an image viewer.
  • If a program crashes, open the file manager and check the Documents folder for the last saved version.
📊 Visual ideas
Diagram of Save process: Program window -> Save As dialog box -> Choose Folder -> Click Save
Screen sketch showing a file being double-clicked and opened in a program
💻6

Copying, Moving and Deleting Files

Understanding the actions: Copy, move and delete are basic file operations. Copying makes an extra copy of a file so the original stays where it is. Moving sends the file to a new location and removes it from the old one. Deleting removes a file, usually sending it to a temporary area called the Recycle Bin or Trash where it can be restored.

How to perform these actions: Use right-click menus, toolbar buttons or keyboard shortcuts. Select a file and press Ctrl+C to copy, Ctrl+X to cut (move) and Ctrl+V to paste into the chosen folder. Dragging and dropping with the mouse also works: dragging inside the same drive usually moves the file, while dragging to a different drive copies it. Use the file manager's copy and move commands for clarity if you are unsure.

When to copy or move: Copy a file when you want the same content available in two places — for example, copying a project file to a USB before sharing. Move files when cleaning up folders to keep only one copy in the best location. Moving helps tidy the Documents folder by putting items into subject folders or Archive folders for older work.

Deleting safely: Deleted files generally go to the Recycle Bin/Trash so you can restore them if needed. Always check the files inside the Recycle Bin before emptying it. Use permanent delete only when you are sure the file is not needed, because recovery after permanent deletion is difficult for ordinary users. Be careful with Shift+Delete as it bypasses the Recycle Bin and removes the file permanently.

Recovering accidentally deleted files: If you delete a file by mistake, open Recycle Bin, find the file and choose Restore; it returns to its original folder. If the file was permanently deleted or the Recycle Bin emptied, ask a teacher or technician for help — recovery is not always possible. Teach students to make regular backups of important work so accidental deletions do not cause permanent loss.

📌 Examples
  • Copy 'Story.docx' to USB to share with a friend while keeping original on the computer.
  • Move 'Old_Notes' folder into 'Archive_2025' to tidy the Documents folder.
  • Restore 'Homework.docx' from Recycle Bin to recover accidentally deleted work.
📊 Visual ideas
Flow drawing showing Copy: Source -> Copy -> Destination and Move: Source -> Destination (source removed)
Sketch of Recycle Bin with arrow showing Restore back to original folder
💻7

Storage Devices and Where Files Live

Different places that store files: Files live on devices called storage. Common types include internal hard drives (HDD) and solid-state drives (SSD) inside the computer, external USB flash drives (pen drives), memory cards used in cameras and tablets, and cloud storage on the internet. Each device stores data in its own place, and knowing these helps you decide where to keep important work.

Capacity and measurement: Storage capacity shows how much can be kept and is measured in megabytes (MB), gigabytes (GB) and terabytes (TB). Small documents need little space while photos, music and videos need much more. Knowing file sizes helps choose where to save them — for example, many photos might fill a small USB quickly, so a larger external drive or cloud may be better for backups.

Choosing a storage location: For daily schoolwork, save to the internal Documents folder or a dedicated 'School' folder on the computer. If you must move between school and home, keep a copy on a USB or upload to cloud storage so you can open it anywhere. If a device is shared, save personal files in your user account or on your own USB to protect privacy.

Portable storage care: USBs and memory cards are useful because they carry files easily. Always eject them safely using the 'Eject' or 'Safely Remove' command before unplugging. Removing a device without ejecting can corrupt files or damage the device. Keep portable drives in a case to protect them from dust, water and physical damage.

Cloud storage basics: Cloud services keep files on servers and let you access them from any device with internet and your login. Cloud is handy for group projects and for keeping copies that cannot be lost if the computer breaks. However, cloud storage needs a password and internet access; for very important files keep a local copy as well. Teach students to use both local and cloud storage wisely so files are safe and available when needed.

📌 Examples
  • Save large photos to an external USB if the computer drive is getting full.
  • Use cloud storage to access the same class notes at school and at home.
  • Always 'Eject' a pen drive before removing it to protect files.
📊 Visual ideas
Diagram listing storage types with small icons: Internal Drive, USB Drive, Memory Card, Cloud
Bar showing capacity example: 1 GB = 1024 MB, visual comparison of small vs large files
💻8

Searching and Viewing File Details

Why search tools are helpful: As the number of saved files grows, it becomes difficult to remember exactly where a file is stored. File managers include a search box and filters to find files quickly by name, type, size or date. Learning search tools saves time and reduces frustration when you need a file for class or homework.

What file details tell you: Every file has properties such as Name, Type (based on extension), Size and Date Modified. The Date Modified column shows when the file was last changed — useful for finding the latest version. Size helps you spot large files like videos or image collections. Type tells you what program will open the file. Viewing these details helps decide which file to open when many files have similar names.

How to use filters and sorting: Sorting arranges files by Name, Date, Type or Size. For example, sorting by Date Modified brings the newest files to the top, which is handy to find recently saved homework. Filters limit results to only documents, images or videos. Combine search text with filters (for example search for 'Project' and filter by Type: Document) to narrow results quickly.

Preview and properties: Many file managers provide a preview pane where you can see a small image or the beginning of a document without opening the full program. This helps spot the correct file faster. Right-click and choose Properties to see the full path, size and other information. Knowing the file path tells you which folder to open next time and where to back up the file.

Search tips for students: Use part of a filename if you cannot remember the whole name, and use dates when you know approximately when the file was last edited. Keep filenames clear to make searching easier. Practise using the search box and preview pane so these tools become second nature for homework and projects.

📌 Examples
  • Type 'Maths' in the search box to find all files with 'Maths' in their names.
  • Sort files by Date Modified to find the latest saved assignment.
  • Use Properties to check that 'Project.pptx' is 3 MB and located in Documents > School.
📊 Visual ideas
Sketch of a file manager with a search box, list of results and a preview pane showing a document preview
Table showing file details columns: Name, Date Modified, Type, Size
💻9

Backup and Keeping Files Safe

Why backups are important: A backup is a copy of your files stored separately so you do not lose work if the computer breaks, a file is accidentally deleted, or a device gets lost. Backing up is an easy habit that protects hours of effort on school projects, photos and assignments. It is like making a spare key for important work.

Simple backup methods for students: Copy important folders (for example the whole 'School' folder) to a USB flash drive or an external hard drive regularly. Another option is to use cloud storage which keeps a copy online that you can access from any device. For best safety, use two different backup places: one local (USB or external drive) and one online (cloud). This is called the 2-location approach and prevents loss if one backup also fails.

When to back up: Back up after finishing major assignments, presentations or projects, and at regular intervals such as weekly. Back up before making big changes to a file or before installing updates to the computer. If you are about to delete or format a device, make sure a current backup exists first.

How to keep backups organised: Keep the backup folder named clearly, for example 'School_Backup_Mar2026', and include a date. Treat the backup drive carefully: use labels, keep it in a safe place, and do not leave it loose in a bag where it can be damaged. For cloud backups, use a strong password and do not share account details. Remember that cloud access needs internet.

Safety and privacy: Be careful when backing up personal photos or private documents. Ask permission before backing up or sharing another person's work. For shared devices in school, follow teacher instructions about where to store backups so data remains safe and private. Practise regular backups and check your copies now and then to ensure they open correctly.

📌 Examples
  • Copy the 'Science_Fair' folder to a USB and to cloud storage after finishing the report.
  • Label the USB as 'School_Backup_Mar2026' so you know its contents.
  • Backup important files before updating the computer operating system.
📊 Visual ideas
Flowchart showing Original File -> Copy to USB -> Copy to Cloud as two separate backup locations
Icon drawing of a USB with a label and a cloud symbol connected by arrows
💻10

Safe Deletion and Recycle Bin

What happens when files are deleted: When you delete a file on most computers it goes to the Recycle Bin (Windows) or Trash (macOS). This gives a second chance to recover files deleted by mistake. Files remain in the bin until you empty it, which permanently removes them. Knowing this two-step deletion helps avoid accidental losses.

How to restore deleted files: If you find you have deleted a file by mistake, open the Recycle Bin, locate the file, right-click and choose Restore. The file will return to its original folder with the same name. This simple restore is the easiest way to recover work after an accidental delete and teachers often ask students to check the bin first.

Emptying the bin safely: Emptying the Recycle Bin permanently deletes its contents. Do this only after checking that no important files are inside. For classroom or shared computers, a teacher or technician might empty the bin at the end of a term after reminding students to recover anything they still need. Always confirm before emptying.

Permanent deletion and shortcuts: Some actions permanently delete files without sending them to the bin. For example, using Shift+Delete in many systems removes the file directly. Also, some storage devices and network locations may bypass the Recycle Bin entirely. Use these permanent options cautiously and only when you are certain you do not need the files. Once permanently deleted, normal users cannot usually recover the files easily.

Best practices to avoid loss: Before deleting, check filenames, sizes and dates. Keep backups of important projects and avoid permanent delete shortcuts unless instructed. Teach students to look into the Recycle Bin before assuming a file is gone, and to make backups regularly so deletions do not mean permanent loss of months of work.

📌 Examples
  • Accidentally delete 'Practice_Homework.docx' then restore it from Recycle Bin to Documents > English.
  • Empty Recycle Bin at end of term after checking no needed files remain.
  • Avoid using Shift+Delete on important work to prevent permanent removal.
📊 Visual ideas
Diagram showing Delete -> Recycle Bin -> Restore back to Original Folder, and Delete + Empty -> Permanent Deletion
Sketch of Recycle Bin icon with files inside and an Empty button
💻11

Sharing and Transferring Files

Reasons to share files: Sharing is needed when you give homework to a teacher, work with classmates on a group project, or send a file to family. Choose a sharing method based on file size, security and what your teacher prefers. Small documents are easy to send by email, while large files often need cloud links or a USB drive.

Email attachments: Email works well for small files under the service's size limit. Attach the file, write a short message, and send to the teacher’s email. Always check that the attached file is the correct one and that the filename is clear. If the attachment is too large, the email will not send and you need another method.

Cloud sharing: Upload the file to cloud storage and share a link or give someone access to a folder. Cloud sharing is useful for group work because multiple students can view or edit the same file depending on the permission given. Teachers often ask for cloud links for assignments because it avoids email size limits and keeps files in one place.

Using USB and portable drives: Copy the file to a USB drive to move it physically between school and home. Label the USB clearly so it is not lost or mixed up. Before removing the USB, always use the 'Eject' or 'Safely Remove' option to avoid damaging files. Do not plug USBs from unknown sources into your computer to avoid viruses.

Respect and safety when sharing: Ask permission before sharing photos or personal work of others. Do not share private information online. When sharing for school, set the correct permission: choose 'view only' if the receiver should only read, and 'edit' if they must change the file. Follow teacher instructions about submission format and method so your work reaches the teacher correctly and safely.

📌 Examples
  • Attach 'Project.pdf' to an email to send to the teacher (if under size limit).
  • Upload 'Poster.png' to cloud storage and share link with class group for a group project.
  • Copy 'Presentation.pptx' to a USB to give to the teacher during class.
📊 Visual ideas
Diagram of sharing methods: File -> USB (physical), File -> Email Attachment, File -> Cloud Link
Sketch showing steps: Upload -> Share Link -> Recipient opens link
⚙️12

Organising School Work — Practical Tips

Start with a simple plan: Good organisation begins with a clear plan that is easy to follow every day. Create a main folder named 'School' and make one subfolder for each subject you study: 'English', 'Maths', 'Science', 'Art' and so on. Inside each subject folder, create term or year folders such as '2026_Term1' or 'Year6'. This structure keeps current and past work separate and makes it quick to find the files you need for homework or revision.

Adopt a naming pattern: Use a consistent naming pattern for files such as Subject_Task_Date or Subject_Task_Version. For example: Maths_Homework_10Mar2026.docx or ScienceProject_v2.pptx. When everyone in a class follows a similar pattern it becomes much easier to sort files and for teachers to find student work. Choose whether to use underscores or hyphens and stick with it to avoid mixed styles that cause confusion.

Keep one copy of the final work: Save drafts while you work but when a final copy is ready, move the earlier drafts into a 'Drafts' folder and save the final version into a 'Completed' or 'Final' folder. This reduces clutter in the main subject folder while still keeping earlier versions if you need them later. For projects that take a long time, use version numbers to track progress.

Use shortcuts and favourites: Add frequently used folders to the file manager favourites or create desktop shortcuts to reach important folders quickly. This small step saves time each day and keeps you focused on study rather than searching for files. Teach students to create shortcuts to the 'School' folder or to their current project folder for quick access.

Regular tidy-up and archiving: Schedule a monthly or termly tidy-up where you move older files into an 'Archive' folder or backup drive. Deleting truly unneeded files after checking backups keeps the computer running smoothly. Encourage students to review their folders, delete duplicates and organise new files according to the plan. These small habits make file management a routine part of studying and help maintain a clean, fast computer environment.

📌 Examples
  • School > Science > 2026_Term1 > LabReport.docx
  • Create a Desktop shortcut to Documents > School for quick access
  • Monthly clean-up: move last year's homework into Archive_2025
📊 Visual ideas
Folder layout sketch: School (top) -> Subjects -> Year -> Files
Checklist drawing: Create folders, Name files, Backup, Clean monthly
💻13

Permissions and Privacy Basics

What are permissions? Permissions are rules that control who can open, change or delete a file. On personal computers you usually own the files and can do anything with them. On school or shared computers, teachers and administrators may set permissions to protect important files and folders. Understanding permissions helps you keep your work safe and know when you need permission to edit a shared file.

Types of permissions: Common permission levels include read (view only), write or edit (make changes), and delete (remove a file). When sharing a folder in the cloud you may choose whether others can view or edit files. For project work, give edit permission to classmates who must contribute, but use view-only permission when you only want someone to read the file.

Protecting private information: Personal files such as diaries, family photos or personal addresses should be kept private. Store these in your own user account or a private folder, and do not share login details. Before uploading images or videos that include other people, get their permission. Respect other people's privacy online just as you would in the classroom.

Account safety: Use strong passwords for any cloud or school accounts and do not share passwords with friends. If a website or cloud service offers two-step verification, enable it for extra security. Always log out of shared computers and close browser windows so others cannot access your files. Teachers can guide students on safe password choices and how to sign out properly.

Handling unknown files: Do not open files from unknown email addresses or USBs from unknown sources because they might contain harmful software. If you receive a suspicious file, ask a teacher before opening it. Learning to respect permissions and privacy now builds responsible digital habits for later school work and life online.

📌 Examples
  • Set a cloud folder to 'View only' for classmates who should only see the files.
  • Save private family photos in your personal account, not a shared group folder.
  • Ask a teacher before opening files received from unknown emails.
📊 Visual ideas
Chart showing Permission levels: Owner (read/write/delete), Shared (view), Shared (edit)
Sketch of a locked folder icon representing private files
💻14

Review and Good Practices

Why habits matter: Good file management is less about rules and more about habits that save time and prevent problems. Simple, regular actions such as saving work carefully, using clear names, and checking backup copies will protect your assignments and projects. These habits reduce last-minute panic before exams, keep your computer tidy and help teachers find your work easily when you submit it.

Short checklist before finishing work: Before closing a file, check four things: Is the filename clear and descriptive? Is the file saved in the correct subject folder? Have you made a backup copy if the work is important? Is the file in the correct format requested by the teacher? Following this small checklist each time ensures that files are organised and safe and that you can find them quickly later.

Daily and weekly routines: Make saving often a daily habit and schedule a weekly backup to your USB or cloud. Spend a few minutes each week to tidy new files into the right folders and delete obvious duplicates. These short routines keep the file system manageable and stop clutter from building up over months of study. A quick monthly archive of old work to an external drive keeps the main folders light and fast to browse.

Teacher and parent support: Teachers can set small tasks that require students to create folders and submit files with proper names so students practise these skills. Parents can encourage children to keep backups at home and help label USBs. When adults model good organisation, students learn faster and develop reliable digital habits.

Looking forward: The skills learned here are useful across all subjects and for future computer work. As students progress to higher classes they will handle more files and larger projects; good file management now builds the foundation for handling research, presentations and collaborative work confidently and responsibly.

📌 Examples
  • Follow the checklist and you will always find homework in the right folder.
  • Practice creating subject folders and saving small files there each week.
  • Use the backup routine: copy important work to USB after finishing.
📊 Visual ideas
Checklist diagram: Save Often -> Name Clearly -> Backup -> Clean Up
Small timeline showing daily save and weekly backup actions

Key Concepts

Data
Information such as text, images or sounds that can be stored on a computer.
File
A named container on a computer that stores digital information.
Folder (Directory)
A place that holds files and other folders to organise data.
File extension
The letters after a dot in a filename that indicate the file type (e.g., .jpg).
File manager
A program used to view, organise and manage files and folders.
Copy
To make a duplicate of a file so the original stays in place.
Move
To transfer a file from one location to another removing it from the original place.
Backup
A copy of files kept in a separate place to prevent loss.
Recycle Bin / Trash
A temporary storage where deleted files are kept until permanently removed.
USB drive
A portable storage device used to carry files between computers.
Cloud storage
Online storage where files are kept on internet servers and accessed via accounts.
Permissions
Settings that control who can view, edit or delete a file.
Naming convention
A consistent pattern for naming files and folders to make them easier to find.

Practice Questions

  1. What is a file and why do we use folders? / फ़ाइल क्या है और हम फ़ोल्डर्स क्यों इस्तेमाल करते हैं?
    Show answer

    A file is a named container that stores information like text, images or sounds on a computer; we use folders to group related files so they are easier to find and manage. / फ़ाइल एक नाम दिया गया कंटेनर है जो कंप्यूटर पर टेक्स्ट, चित्र या ध्वनि जैसी जानकारी रखता है; हम संबंधित फ़ाइलों को ढूँढने और व्यवस्थित करने में आसानी के लिए फ़ोल्डर्स का उपयोग करते हैं।

  2. Give two examples of file extensions and the type of file they represent. / दो फ़ाइल एक्सटेंशन के उदाहरण दें और वे किस प्रकार की फ़ाइल दर्शाते हैं।
    Show answer

    .jpg represents an image file and .mp3 represents an audio file. / .jpg एक छवि फ़ाइल को दर्शाता है और .mp3 एक ऑडियो फ़ाइल को दर्शाता है।

  3. Explain the difference between copying and moving a file. / किसी फ़ाइल की कॉपी और मूव करने में अंतर समझाइए।
    Show answer

    Copying creates a duplicate and leaves the original file where it is; moving transfers the file to a new location and removes it from the original place. / कॉपी करने से एक डुप्लिकेट बनता है और मूल फ़ाइल वहीं रहती है; मूव करने से फ़ाइल नए स्थान पर चली जाती है और पुराने स्थान से हट जाती है।

  4. List three good rules for naming files. / फ़ाइलों के नाम रखने के लिए तीन अच्छे नियम बताइए।
    Show answer

    Use clear descriptive names, avoid special characters (like / \ : * ?), and include dates or version numbers when useful. / स्पष्ट वर्णनात्मक नाम रखें, विशेष वर्णों से बचें (जैसे / \ : * ?), और जहाँ उपयोगी हो वहाँ तिथि या संस्करण संख्या जोड़ें।

  5. How can a student backup important school work? / कोई छात्र महत्वपूर्ण स्कूल कार्य का बैकअप कैसे रख सकता है?
    Show answer

    A student can copy important folders to a USB drive or external hard drive and also upload copies to cloud storage for an online backup. / छात्र महत्वपूर्ण फ़ोल्डर्स की कॉपी USB ड्राइव या बाहरी हार्ड ड्राइव में रख सकता है और क्लाउड स्टोरेज पर भी अपलोड कर सकता है।

  6. What should you do before emptying the Recycle Bin? / रीसायकल बिन खाली करने से पहले आपको क्या करना चाहिए?
    Show answer

    Check the Recycle Bin to ensure no needed files are inside and restore any accidentally deleted files before emptying. / रीसायकल बिन जांचें ताकि कोई जरूरी फ़ाइल अंदर न हो और गलती से हटाई गई फ़ाइलों को खाली करने से पहले पुनर्स्थापित करें।

  7. Describe one way to share a large project file with your teacher. / अपने शिक्षक के साथ एक बड़ा प्रोजेक्ट फ़ाइल साझा करने का एक तरीका बताइए।
    Show answer

    Upload the file to cloud storage and share the link or give the teacher access to the cloud folder; this avoids email size limits. / फ़ाइल को क्लाउड स्टोरेज पर अपलोड करें और लिंक साझा करें या शिक्षक को क्लाउड फ़ोल्डर की पहुँच दें; इससे ईमेल आकार सीमाएँ नहीं होंगी।

  8. Why should you avoid changing a file's extension unless you know what you are doing? / जब तक आपको पता न हो तब तक फ़ाइल एक्सटेंशन बदलने से क्यों बचना चाहिए?
    Show answer

    Changing the extension can make the computer unable to open the file because the system uses the extension to choose the correct program. / एक्सटेंशन बदलने से कंप्यूटर फ़ाइल खोलने में असमर्थ हो सकता है क्योंकि सिस्टम सही प्रोग्राम चुनने के लिए एक्सटेंशन का उपयोग करता है।

  9. Show the folder path example where a Maths homework file is stored for Year 6. / वर्ष 6 के लिए गणित होमवर्क फ़ाइल कहाँ संग्रहीत है इसका फ़ोल्डर पथ उदाहरण दिखाइए।
    Show answer

    Example path: Documents > School > Maths > Year6 > Maths_Homework_Mar2026.docx. / उदाहरण पथ: Documents > School > Maths > Year6 > Maths_Homework_Mar2026.docx।

  10. What steps should you follow to safely remove a USB drive from a computer? / किसी कंप्यूटर से USB ड्राइव सुरक्षित रूप से निकालने के लिए आपको कौन से कदम उठाने चाहिए?
    Show answer

    Use the 'Eject' or 'Safely Remove Hardware' option, wait for confirmation that it is safe, then unplug the USB to avoid file corruption. / 'Eject' या 'Safely Remove Hardware' विकल्प का उपयोग करें, सुरक्षा की पुष्टि का इंतज़ार करें और फिर फाइल करप्शन से बचने के लिए USB निकालें।

  11. How can viewing file details help you find the correct file? / फ़ाइल विवरण देखने से आप सही फ़ाइल कैसे ढूँढ सकते हैं?
    Show answer

    File details such as Date Modified, Size and Type help identify the latest or appropriate file among many similar names. / Date Modified, Size और Type जैसे फ़ाइल विवरण कई समान नामों में से नवीनतम या उपयुक्त फ़ाइल पहचानने में मदद करते हैं।

Related Laws & Principles

Explore all

Foundational laws & principles connected to this chapter — tap to open in the Laws Explorer.

Loading related laws…
Sourced from 0 content files · LLOS Learn · browse all chapters