Chapter-2: File Management – Organisation of Data | VI-Computer | ICSE | MyBooklet.in

Download Chapter-2 PDF Summary

Download Notes

File Management is one of the most important topics in Class 6 Computer Science. Every document, picture, song, or video stored on a computer is saved as a file. To keep these files organized, computers use folders. Learning file management helps students store, search, copy, move, delete, and organize files efficiently.

In this chapter, you will learn about files, folders, file formats, file operations, wildcard searches, and playing audio or video files. These skills are useful for school assignments, projects, and everyday computer work.


What is File Management?

File Management is the process of storing, organizing, managing, and retrieving files on a computer.

It helps users:
• Store information safely.
• Organize files neatly.
• Find files quickly.
• Save time while working.
• Protect important data.


What is a File?

A file is a collection of related information stored on a computer. A file may contain text, pictures, audio, videos, or any other type of data.

Examples:
• Homework.docx
• Holiday.jpg
• Song.mp3
• Movie.mp4
• Marks.xlsx

Characteristics of a File:
• Has a unique name.
• Has a file extension.
• Occupies storage space.
• Can be copied, moved, renamed, or deleted.


What is a Folder?

A folder is a container used to store and organize files and other folders.

Folders make it easier to keep similar files together.

Example:

Documents
├── Homework
├── Pictures
├── Music
└── Projects

Advantages of Using Folders:
• Better organization
• Faster searching
• Easy backup
• Less confusion
• Saves time


What is a File Format?

A file format tells the computer what type of information is stored inside a file. It is identified by the file extension.

Common File Formats:
• .docx – Word Document
• .pdf – PDF Document
• .txt – Text File
• .jpg – Image File
• .png – Image File
• .mp3 – Audio File
• .mp4 – Video File
• .pptx – Presentation
• .xlsx – Spreadsheet
• .zip – Compressed File


File Operations

File operations are the basic tasks performed to manage files stored on a computer.

The common file operations are:
• Viewing a File
• Copying a File
• Moving a File
• Deleting a File
• Searching a File or Folder


Viewing a File

Viewing a file means opening it to read or see the information stored inside it.

Steps:

  1. Open File Explorer.

  2. Open the folder containing the file.

  3. Double-click the file.

  4. View the contents.

  5. Close the file after reading.


Copying a File

Copying creates another copy of a file while keeping the original file unchanged.

Steps:

  1. Select the file.

  2. Right-click and choose Copy or press Ctrl + C.

  3. Open the destination folder.

  4. Right-click and choose Paste or press Ctrl + V.

Advantages:
• Creates a backup.
• Allows sharing the same file.
• Original file remains safe.


Moving a File

Moving transfers a file from one location to another. The original file is removed from its old location.

Steps:

  1. Select the file.

  2. Right-click and choose Cut or press Ctrl + X.

  3. Open the destination folder.

  4. Right-click and choose Paste or press Ctrl + V.


Deleting a File

Deleting removes a file from its location. Deleted files usually move to the Recycle Bin, where they can be restored if needed.

Steps:

  1. Select the file.

  2. Press the Delete key or right-click and choose Delete.

  3. The file moves to the Recycle Bin.

  4. Restore or permanently delete it when required.


Searching a File or Folder

Searching helps locate files or folders quickly without manually checking every folder.

Steps:

  1. Open File Explorer.

  2. Open the required drive or folder.

  3. Click the Search box.

  4. Type the file or folder name.

  5. Press Enter.


Searching Using Wildcards

Wildcard characters help search for files when the complete file name is not known.

Using the Asterisk (*) Wildcard

The asterisk (*) represents any number of characters.

Example:
*.jpg

This displays all image files with the .jpg extension.


Using the Question Mark (?) Wildcard

The question mark (?) represents one unknown character.

Example:
doc?.txt

This finds files such as:
• doc1.txt
• doc2.txt
• docA.txt


Playing Audio and Video Files

Audio and video files can be opened using a media player installed on the computer.

Steps:

  1. Open File Explorer.

  2. Locate the media file.

  3. Double-click the file.

  4. If required, choose a media player.

  5. Use the Play, Pause, Stop, and Volume controls.


Keyboard Shortcuts

• Copy – Ctrl + C
• Cut – Ctrl + X
• Paste – Ctrl + V
• Delete – Delete Key
• Search – Search Box + Enter


Difference Between Copying and Moving a File

Copying a File:
• Creates another copy.
• Original file remains unchanged.
• Uses Copy and Paste.
• Two copies of the file exist.

Moving a File:
• Transfers the file to another location.
• Original file is removed.
• Uses Cut and Paste.
• Only one copy of the file exists.


Quick Revision

• A file stores information.
• A folder organizes files.
• File extensions identify file types.
• Copying creates another copy.
• Moving changes the file location.
• Deleted files usually go to the Recycle Bin.
• Wildcards help search files quickly.
• Media files are played using a media player.


Frequently Asked Questions (FAQs)

What is File Management?

File Management is the process of storing, organizing, searching, copying, moving, deleting, and managing files on a computer.

What is the difference between a file and a folder?

A file stores information, while a folder is used to organize and store files.

What are wildcard characters?

Wildcard characters are special symbols such as * and ? used to search for files when the complete file name is not known.

Which shortcut is used to copy a file?

The keyboard shortcut to copy a file is Ctrl + C.

What happens when a file is deleted?

The deleted file usually moves to the Recycle Bin, where it can be restored unless it is permanently deleted.


Conclusion

Understanding File Management is essential for every computer user. It helps students organize files efficiently, locate information quickly, and perform everyday computer tasks with confidence. Mastering file operations such as copying, moving, deleting, searching, and playing multimedia files improves productivity and develops good digital organization habits.


File Management

Download Notes


1 comment:

Powered by Blogger.