A. फाइलों को पदानुक्रमित फोल्डर व्यवस्था में संगठित करना/Organize files in a hierarchical folder arrangement
Explanation
Simple Explanation
निर्देशिका संरचना मुख्य फोल्डर उपफोल्डर और फाइलों के संबंध को व्यवस्थित करती है। सही पथ समझने में यह आवश्यक है। / A directory structure organizes relationships among main folders subfolders and files. It is essential for understanding file paths.
B. फाइल प्रणाली को प्रत्येक वस्तु की अलग पहचान चाहिए/The file system needs a distinct identity for each item
Explanation
Simple Explanation
समान फोल्डर में नाम पहचान का प्रमुख भाग होता है। अलग फोल्डर में समान नाम संभव हो सकता है क्योंकि पथ अलग होता है। / Within the same folder the name is a major part of identification. The same name may exist in different folders because the paths differ.
C. पूर्ण पथ मूल स्थान से पूरा मार्ग बताता है जबकि सापेक्ष पथ वर्तमान स्थान के अनुसार मार्ग बताता है/An absolute path gives the complete route from the root while a relative path gives the route from the current location
Explanation
Simple Explanation
पूर्ण पथ निश्चित प्रारंभिक स्थान से फाइल तक पूरा मार्ग देता है। सापेक्ष पथ वर्तमान निर्देशिका पर निर्भर करता है। / An absolute path gives the complete route from a fixed starting point. A relative path depends on the current directory.
D. उपयोगकर्ता अनजाने में फाइल प्रकार की पहचान गलत समझ सकता है/The user may misunderstand the actual file type
Explanation
Simple Explanation
छिपे विस्तार से समान दिखने वाले नाम भ्रम पैदा कर सकते हैं। सुरक्षा और प्रकार पहचान में वास्तविक विस्तार देखना उपयोगी है। / Hidden extensions can make similar-looking names misleading. Viewing the actual extension helps with security and file-type identification.
A. उपयोगकर्ता को सामग्री देखने देना लेकिन परिवर्तन रोकना/Allow the user to view content while preventing changes
Explanation
Simple Explanation
केवल पढ़ने की अनुमति अनधिकृत संपादन से बचाती है जबकि सामग्री उपलब्ध रहती है। साझा दस्तावेजों में यह उपयोगी है। / Read-only permission protects against unauthorized editing while keeping the content accessible. It is useful for shared documents.
B. कोई उपयोगकर्ता फाइलें बदल या मिटा सकता है/A user may modify or delete files
Explanation
Simple Explanation
पूर्ण नियंत्रण में पढ़ना लिखना बदलना और मिटाना शामिल हो सकता है। न्यूनतम आवश्यक अनुमति देना अधिक सुरक्षित है। / Full control may include reading writing modifying and deleting. Granting only the minimum required permission is safer.
न्यूनतम विशेषाधिकार में उपयोगकर्ता को केवल आवश्यक अधिकार दिए जाते हैं। इससे अनधिकृत परिवर्तन और मैलवेयर स्थापना का जोखिम घटता है। / Under least privilege a user receives only the permissions needed. This reduces unauthorized changes and malware installation risk.
D. पिछले स्थिर चालक पर वापस जाना/Roll back to the previous stable driver
Explanation
Simple Explanation
चालक वापस लेना हाल के असंगत परिवर्तन को हटाता है। समस्या निवारण में पहले सबसे हाल का परिवर्तन जांचें। / Rolling back the driver removes the recent incompatible change. During troubleshooting check the most recent change first.
A. अतिरिक्त चालक या प्रारंभिक तंत्रांश समस्या का कारण हो सकता है/An additional driver or startup software may be causing the problem
Explanation
Simple Explanation
सुरक्षित मोड सीमित चालक और सेवाएं चलाता है। सामान्य मोड में अतिरिक्त घटक सक्रिय होने से समस्या दिखाई दे सकती है। / Safe Mode runs limited drivers and services. The problem may appear in normal mode when additional components become active.
B. महत्वपूर्ण चालक या तंत्रांश परिवर्तन से पहले/Before an important driver or software change
Explanation
Simple Explanation
परिवर्तन से पहले रिस्टोर बिंदु बनाने पर समस्या आने पर प्रणाली सेटिंग वापस की जा सकती है। यह व्यक्तिगत डेटा बैकअप का विकल्प नहीं है। / Creating a restore point before a change allows system settings to be reversed if a problem occurs. It is not a substitute for personal data backup.