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 311-320 of 600 questions.

Search

हार्ड डिस्क में डेटा पढ़ने के लिए घूमने वाले प्लेटर और यांत्रिक सिर का उपयोग क्यों होता है?

Why does a hard disk use rotating platters and a mechanical head to read data?

Explanation opens after your attempt
Correct Answer

C. चुंबकीय सतह पर संग्रहित डेटा तक पहुंचने के लिएTo access data stored on magnetic surfaces

Explanation

Simple Explanation

हार्ड डिस्क डेटा को चुंबकीय प्लेटरों पर संग्रहित करती है और सिर उससे डेटा पढ़ता या लिखता है। यांत्रिक भाग इसे सॉलिड स्टेट ड्राइव से धीमा बना सकते हैं। / A hard disk stores data on magnetic platters and a head reads or writes it. Mechanical parts can make it slower than a solid state drive.

Open Question Page
Ask Friends

सॉलिड स्टेट ड्राइव में डेटा पहुंच तेज होने का प्रमुख कारण क्या है?

What is the main reason data access is faster in a solid state drive?

Explanation opens after your attempt
Correct Answer

D. इसमें घूमने वाले यांत्रिक भाग नहीं होतेIt has no rotating mechanical parts

Explanation

Simple Explanation

सॉलिड स्टेट ड्राइव इलेक्ट्रॉनिक स्मृति का उपयोग करती है और इसमें यांत्रिक गति नहीं होती। इसलिए डेटा तक पहुंच सामान्यतः तेज होती है। / A solid state drive uses electronic memory and has no mechanical movement. Therefore data access is generally faster.

Open Question Page
Ask Friends

भंडारण क्षमता और स्मृति क्षमता में अंतर क्या है?

What is the difference between storage capacity and memory capacity?

Explanation opens after your attempt
Correct Answer

A. भंडारण दीर्घकालिक डेटा रखता है जबकि स्मृति चल रहे डेटा को संभालती हैStorage keeps long-term data while memory handles active data

Explanation

Simple Explanation

भंडारण उपकरण डेटा को लंबे समय तक रखते हैं जबकि मुख्य स्मृति चल रहे कार्यक्रमों के लिए उपयोग होती है। दोनों की भूमिकाएं अलग हैं। / Storage devices keep data for the long term while main memory is used by running programs. Their roles are different.

Open Question Page
Ask Friends

किस स्थिति में बाहरी भंडारण उपकरण को अचानक हटाने से डेटा खराब हो सकता है?

In which situation can suddenly removing an external storage device corrupt data?

Explanation opens after your attempt
Correct Answer

B. जब उसमें डेटा लिखा जा रहा होWhen data is being written to it

Explanation

Simple Explanation

डेटा लेखन के दौरान उपकरण हटाने से अधूरी फाइल या खराब फाइल प्रणाली बन सकती है। हटाने से पहले सुरक्षित निष्कासन करें। / Removing a device during data writing can create incomplete files or a damaged file system. Use safe removal first.

Open Question Page
Ask Friends

फाइल प्रणाली का मुख्य कार्य क्या है?

What is the main function of a file system?

Explanation opens after your attempt
Correct Answer

C. भंडारण पर फाइलों और फोल्डरों को व्यवस्थित करनाOrganize files and folders on storage

Explanation

Simple Explanation

फाइल प्रणाली डेटा के नाम स्थान और संगठन को प्रबंधित करती है। इसके बिना भंडारण पर फाइलों तक व्यवस्थित पहुंच कठिन होगी। / A file system manages the names locations and organization of data. Without it organized access to files on storage would be difficult.

Open Question Page
Ask Friends

भंडारण उपकरण को फॉर्मेट करने से पहले बैकअप क्यों आवश्यक है?

Why is a backup necessary before formatting a storage device?

Explanation opens after your attempt
Correct Answer

D. फॉर्मेटिंग से मौजूदा डेटा मिट सकता हैFormatting may erase existing data

Explanation

Simple Explanation

फॉर्मेटिंग भंडारण की फाइल प्रणाली को नया बनाती है और पुराना डेटा मिटा सकती है। आवश्यक फाइलें पहले अलग स्थान पर रखें। / Formatting creates a new file system on storage and may erase old data. Keep needed files in another location first.

Open Question Page
Ask Friends

विभाजन बनाने का मुख्य उद्देश्य क्या है?

What is the main purpose of creating partitions on a storage drive?

Explanation opens after your attempt
Correct Answer

A. एक ही ड्राइव को अलग तार्किक भागों में व्यवस्थित करनाOrganize one drive into separate logical sections

Explanation

Simple Explanation

विभाजन एक भौतिक ड्राइव को अलग तार्किक भागों में बांटता है। इससे प्रणाली और उपयोगकर्ता डेटा को अलग व्यवस्थित किया जा सकता है। / Partitioning divides one physical drive into separate logical sections. This can organize system and user data separately.

Open Question Page
Ask Friends

डिस्क डीफ्रैगमेंटेशन पारंपरिक हार्ड डिस्क में किस समस्या को कम करता है?

Which problem does disk defragmentation reduce in a traditional hard disk?

Explanation opens after your attempt
Correct Answer

B. फाइल के टुकड़ों का अलग अलग स्थानों पर बिखरनाFile fragments being scattered across different locations

Explanation

Simple Explanation

डीफ्रैगमेंटेशन बिखरे हुए फाइल टुकड़ों को व्यवस्थित करता है जिससे हार्ड डिस्क पढ़ने का समय घट सकता है। सॉलिड स्टेट ड्राइव के लिए यह सामान्यतः आवश्यक नहीं होता। / Defragmentation reorganizes scattered file fragments and may reduce hard disk access time. It is generally unnecessary for solid state drives.

Open Question Page
Ask Friends

उपकरण चालक और संचालन तंत्र के बीच संबंध क्या है?

What is the relationship between a device driver and an operating system?

Explanation opens after your attempt
Correct Answer

C. चालक संचालन तंत्र को विशिष्ट हार्डवेयर से संवाद करने देता हैA driver allows the operating system to communicate with specific hardware

Explanation

Simple Explanation

उपकरण चालक हार्डवेयर के आदेशों को संचालन तंत्र के लिए समझने योग्य बनाता है। गलत चालक से उपकरण ठीक से काम नहीं कर सकता। / A device driver makes hardware commands understandable to the operating system. An incorrect driver may prevent proper device operation.

Open Question Page
Ask Friends

किसी उपकरण के लिए गलत चालक स्थापित करने का संभावित परिणाम क्या है?

What is a possible result of installing an incorrect driver for a device?

Explanation opens after your attempt
Correct Answer

D. उपकरण अस्थिर या अनुपयोगी हो सकता हैThe device may become unstable or unusable

Explanation

Simple Explanation

गलत चालक हार्डवेयर और संचालन तंत्र के बीच गलत संचार करा सकता है। चालक हमेशा उपकरण और प्रणाली के अनुकूल होना चाहिए। / An incorrect driver may cause faulty communication between hardware and the operating system. A driver should match the device and system.

Open Question Page
Ask Friends