A. बिखरे हुए फाइल टुकड़ों को व्यवस्थित करने के लिए/To organize scattered file fragments
Explanation
Simple Explanation
डीफ्रैगमेंटेशन बिखरे फाइल टुकड़ों को पास व्यवस्थित करता है जिससे यांत्रिक पहुंच समय घट सकता है। यह सॉलिड स्टेट ड्राइव पर सामान्यतः आवश्यक नहीं है। / Defragmentation arranges scattered file fragments closer together and may reduce mechanical access time. It is generally unnecessary on a solid state drive.
C. मूल स्थान से फाइल तक पूरा मार्ग/The complete route from the root location to the file
Explanation
Simple Explanation
पूर्ण पथ ड्राइव या मूल निर्देशिका से फाइल तक सभी फोल्डर दिखाता है। इसे सापेक्ष पथ से अलग समझें। / An absolute path shows every folder from the drive or root directory to the file. Distinguish it from a relative path.
D. वर्तमान फोल्डर या निर्देशिका पर/The current folder or directory
Explanation
Simple Explanation
सापेक्ष पथ वर्तमान स्थान से फाइल तक का मार्ग बताता है। वर्तमान फोल्डर बदलने पर उसका अर्थ भी बदल सकता है। / A relative path gives the route from the current location to a file. Its meaning may change when the current folder changes.
A. शॉर्टकट केवल मूल फाइल तक पहुंच का पथ रखता है/A shortcut only stores a path to the original file
Explanation
Simple Explanation
शॉर्टकट मूल फाइल या अनुप्रयोग की ओर संकेत करता है। मूल वस्तु हटने या स्थान बदलने पर शॉर्टकट टूट सकता है। / A shortcut points to the original file or application. It may break if the original item is deleted or moved.
B. जब मूल फाइल हटाई या स्थानांतरित की जाती है/When the original file is deleted or moved
Explanation
Simple Explanation
शॉर्टकट मूल फाइल के पुराने पथ पर निर्भर करता है। स्थान बदलने या हटाने पर वह पथ अमान्य हो जाता है। / A shortcut depends on the old path of the original file. Moving or deleting the file makes that path invalid.
C. विस्तार केवल प्रकार की पहचान बताता है जबकि अंदर का डेटा वही रहता है/The extension only indicates type while the internal data remains unchanged
Explanation
Simple Explanation
फाइल प्रारूप उसके आंतरिक डेटा ढांचे से तय होता है। केवल नाम के अंत को बदलने से डेटा रूपांतरित नहीं होता। / A file format is determined by its internal data structure. Changing only the ending of its name does not convert the data.
D. हानिकारक फाइल सामान्य दस्तावेज जैसी दिखाई दे सकती है/A harmful file may appear like a normal document
Explanation
Simple Explanation
छिपे विस्तार से वास्तविक फाइल प्रकार पहचानना कठिन हो सकता है। अज्ञात फाइल खोलने से पहले उसका पूरा नाम जांचें। / Hidden extensions can make the actual file type difficult to identify. Check the complete file name before opening an unknown file.
A. फाइल की सामग्री देखना/View the contents of a file
Explanation
Simple Explanation
पढ़ने की अनुमति फाइल की सामग्री देखने देती है लेकिन संपादन का अधिकार अलग हो सकता है। अनुमति प्रकारों को अलग समझें। / Read permission allows viewing file contents but editing rights may be separate. Distinguish the different permission types.
B. फाइल में परिवर्तन करना और सहेजना/Modify and save changes to the file
Explanation
Simple Explanation
लिखने की अनुमति फाइल की सामग्री बदलने और परिवर्तन सहेजने देती है। साझा फाइल में यह अधिकार सावधानी से दें। / Write permission allows file contents to be changed and saved. Grant it carefully for shared files.
C. कोई उपयोगकर्ता फाइल बदल या मिटा सकता है/A user may modify or delete files
Explanation
Simple Explanation
पूर्ण नियंत्रण में बदलने और मिटाने जैसे अधिकार शामिल हो सकते हैं। केवल आवश्यक न्यूनतम अनुमति देना अधिक सुरक्षित है। / Full control may include rights to modify and delete. Granting only the minimum required permission is safer.