Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape

Files and Folders

Files and Folders

Computer में data को व्यवस्थित तरीके से store और manage करने के लिए Files और Folders का उपयोग किया जाता है। Files में actual data store होता है, जबकि folders files और other folders को organize करने के लिए containers की तरह काम करते हैं।

Simple words में, File में data होता है और Folder उस data को व्यवस्थित रखने के लिए location provide करता है।

File क्या है?

File digital information का एक named collection है जिसे computer storage पर save किया जाता है।

Examples:

  • Student.docx
  • Marks.xlsx
  • Photo.jpg
  • Lecture.mp4
  • Notes.pdf

हर file का एक name और अक्सर एक file extension होता है।

File Extension क्या है?

File extension file के type और associated application को identify करने में मदद करता है।

Examples:

  • .docx → Word Document
  • .xlsx → Excel Workbook
  • .pdf → PDF Document
  • .jpg → Image
  • .mp3 → Audio
  • .mp4 → Video
  • .txt → Text File

Folder क्या है?

Folder एक storage location/container है जिसका उपयोग files और अन्य folders को व्यवस्थित रखने के लिए किया जाता है।

Example:

DCA Course
→ Computer Fundamentals
→ Hardware
→ Software
→ Windows
→ Notes

यहाँ DCA Course एक main folder है और उसके अंदर अलग-अलग subfolders हैं।

Subfolder क्या है?

किसी folder के अंदर बनाए गए दूसरे folder को Subfolder कहा जाता है।

Example:

DCA Course → Module 1 → Computer Fundamentals

यहाँ:

  • DCA Course = Main Folder
  • Module 1 = Subfolder
  • Computer Fundamentals = Subfolder

Files और Folders के Common Operations

1. Create

नया file या folder बनाया जा सकता है।

See also  Cut and Move

New Folder:

Right Click → New → Folder

2. Open

File या folder को commonly Double Click करके open किया जाता है।

3. Rename

File या folder को select करके:

Right Click → Rename

या:

F2

का उपयोग किया जा सकता है।

4. Copy

Copy करने से original file अपनी जगह पर रहती है और उसकी एक additional copy बनाई जाती है।

Ctrl + C → Ctrl + V

5. Move

Move करने से file या folder दूसरी location पर चला जाता है।

Ctrl + X → Ctrl + V

6. Delete

File या folder select करके Delete दबाया जा सकता है।

Normal deletion में item Recycle Bin में जा सकता है।

7. Restore

Recycle Bin में मौजूद deleted item को Restore करके उसकी previous location पर वापस लाया जा सकता है।

8. Search

File Explorer या Windows Search की मदद से files और folders को quickly locate किया जा सकता है।

File Path

किसी file या folder की complete location को File Path कहा जाता है।

Example:

C:\Users\Student\Documents\DCA\Notes.pdf

इस path में:

C: → Drive
Users → Folder
Student → User Folder
Documents → Folder
DCA → Subfolder
Notes.pdf → File

File और Folder में अंतर

FileFolder
Actual digital data store करती हैFiles/folders को organize करती है
File type/extension हो सकता हैसामान्यतः folder extension नहीं होता
Open करने पर associated application में खुल सकती हैOpen करने पर अंदर की contents दिखाई देती हैं
Example: Notes.pdfExample: DCA Notes

File Storage की Organization

एक अच्छी folder structure files को manage करना आसान बनाती है।

Example:

See also  Data and Information

DCA Course
├── Module 1 — Fundamentals
│ ├── Computer History.pdf
│ └── Computer Basics.docx
├── Module 2 — Hardware
│ ├── CPU.pdf
│ └── RAM.pdf
└── Module 3 — Software
├── Software Introduction.pdf
└── Windows.pdf

इस तरह files topic के अनुसार व्यवस्थित रहती हैं।

Important File Management Tips

  • Files को meaningful names दें।
  • Related files को folders में organize करें।
  • Unnecessary duplicate files avoid करें।
  • Important files का backup रखें।
  • Unknown files को बिना verify किए open न करें।
  • Sensitive files के लिए appropriate security और permissions रखें।

Quick Revision

File = Data Store करती है
Folder = Files को Organize करता है

Common Operations:

Create + Open + Copy + Move + Rename + Delete + Restore + Search

Important Shortcuts:

Ctrl + C → Copy
Ctrl + X → Cut/Move
Ctrl + V → Paste
F2 → Rename
Delete → Delete

Files और Folders computer में digital data को store, organize और manage करने के basic components हैं। File में actual data होता है, जबकि Folder related files और subfolders को व्यवस्थित रखने में मदद करता है।

Leave a Reply

Your email address will not be published. Required fields are marked *