Topic Wise MCQ

Artificial Intelligence Basic computer operations (hardware and software) MCQ Questions for Class 9

Practice focused topic-wise MCQs with answers and explanations for quick revision and exam preparation.

Share

Start Basic computer operations (hardware and software) Topic Quiz

Difficulty select karke sirf is topic ke focused MCQs practice karein. Score, timer aur explanations student-friendly flow me milenge.

Topic Navigation

Continue Chapter Revision

Basic computer operations (hardware and software) Practice Questions

Showing 521-530 of 600 questions.

Search

फाइल प्रणाली में निर्देशिका संरचना का उद्देश्य क्या है?

What is the purpose of a directory structure in a file system?

Explanation opens after your attempt
Correct Answer

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.

Open Question Page
Ask Friends

एक ही नाम की दो फाइलें समान फोल्डर में सामान्यतः क्यों नहीं रखी जा सकतीं?

Why can two files with the same name usually not be kept in the same folder?

Explanation opens after your attempt
Correct Answer

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.

Open Question Page
Ask Friends

फाइल का पूर्ण पथ और सापेक्ष पथ में क्या अंतर है?

What is the difference between an absolute path and a relative path?

Explanation opens after your attempt
Correct Answer

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.

Open Question Page
Ask Friends

फाइल विस्तार छिपा होने पर गलत नाम परिवर्तन से क्या समस्या हो सकती है?

What problem may occur when file extensions are hidden during renaming?

Explanation opens after your attempt
Correct Answer

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.

Open Question Page
Ask Friends

फाइल अनुमति में केवल पढ़ने का अधिकार देने का सर्वोत्तम उद्देश्य क्या है?

What is the best purpose of granting only read permission to a file?

Explanation opens after your attempt
Correct Answer

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.

Open Question Page
Ask Friends

यदि किसी साझा फोल्डर में सभी उपयोगकर्ताओं को पूर्ण नियंत्रण दिया जाए तो मुख्य जोखिम क्या है?

What is the main risk if every user is given full control over a shared folder?

Explanation opens after your attempt
Correct Answer

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.

Open Question Page
Ask Friends

प्रशासक अधिकार के बिना तंत्रांश स्थापना रोकना किस सुरक्षा सिद्धांत का उदाहरण है?

Preventing software installation without administrator rights is an example of which security principle?

Explanation opens after your attempt
Correct Answer

C. न्यूनतम विशेषाधिकारLeast Privilege

Explanation

Simple Explanation

न्यूनतम विशेषाधिकार में उपयोगकर्ता को केवल आवश्यक अधिकार दिए जाते हैं। इससे अनधिकृत परिवर्तन और मैलवेयर स्थापना का जोखिम घटता है। / Under least privilege a user receives only the permissions needed. This reduces unauthorized changes and malware installation risk.

Open Question Page
Ask Friends

उपकरण चालक को गलत संस्करण से अद्यतन करने के बाद प्रणाली अस्थिर हो जाए तो सबसे उचित कदम क्या है?

If the system becomes unstable after updating a device driver to an incorrect version what is the most appropriate step?

Explanation opens after your attempt
Correct Answer

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.

Open Question Page
Ask Friends

सुरक्षित मोड में कोई समस्या न दिखाई दे लेकिन सामान्य मोड में दिखाई दे तो क्या संकेत मिलता है?

If a problem does not appear in Safe Mode but appears in normal mode what does it suggest?

Explanation opens after your attempt
Correct Answer

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.

Open Question Page
Ask Friends

सिस्टम रिस्टोर बिंदु बनाने का सर्वोत्तम समय कौन सा है?

What is the best time to create a System Restore point?

Explanation opens after your attempt
Correct Answer

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.

Open Question Page
Ask Friends