Topic Wise MCQ

Artificial Intelligence Using an operating system and file management MCQ Questions for Class 9

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

Share

Start Using an operating system and file management 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

Using an operating system and file management Practice Questions

Showing 571-580 of 600 questions.

Search

कठोर कड़ी की प्रमुख विशेषता क्या है?

What is a key feature of a hard link?

Explanation opens after your attempt
Correct Answer

C. यह उसी फाइल डेटा के लिए एक अतिरिक्त नाम प्रदान करती हैIt provides an additional name for the same file data

Explanation

Simple Explanation

कठोर कड़ी और मूल नाम समान फाइल डेटा को संदर्भित कर सकते हैं। एक नाम हटने पर दूसरा नाम डेटा तक पहुंच बनाए रख सकता है। / A hard link and the original name can refer to the same file data. Removing one name may leave the data accessible through another.

Open Question Page
Ask Friends

फाइल तंत्र की जाँच उपयोगिता का प्रमुख उद्देश्य क्या है?

What is the primary purpose of a file-system checking utility?

Explanation opens after your attempt
Correct Answer

C. फाइल तंत्र संरचना की त्रुटियाँ पहचाननाDetect errors in the file-system structure

Explanation

Simple Explanation

फाइल तंत्र जाँच उपयोगिता निर्देशिका और भंडारण संबंधी असंगतियाँ खोजती है। परीक्षा में इसे प्रतिविषाणु से अलग रखें। / A file-system check utility detects directory and storage inconsistencies. Distinguish it from antivirus software.

Open Question Page
Ask Friends

फाइल अखंडता जांचने के लिए हैश मान का उपयोग क्यों किया जाता है?

Why is a hash value used to verify file integrity?

Explanation opens after your attempt
Correct Answer

D. बदलाव होने पर गणना किया गया मान अलग हो सकता हैThe calculated value may differ if the file has changed

Explanation

Simple Explanation

समान फाइल से समान हैश मिलने की अपेक्षा होती है। अलग हैश फाइल में परिवर्तन या क्षति का संकेत दे सकता है। / The same file is expected to produce the same hash. A different hash may indicate modification or corruption.

Open Question Page
Ask Friends

किसी फाइल को पुनर्प्राप्त करने से पहले भंडारण यंत्र पर नई फाइलें लिखने से क्यों बचना चाहिए?

Why should new files not be written to a storage device before attempting file recovery?

Explanation opens after your attempt
Correct Answer

D. हटाई गई फाइल के आँकड़ों पर नया आँकड़ा लिखा जा सकता हैNew data may overwrite the deleted file's data

Explanation

Simple Explanation

हटाई गई फाइल का स्थान नया आँकड़ा लिखने के लिए उपलब्ध माना जा सकता है। परीक्षा में पुनर्प्राप्ति तक यंत्र का उपयोग रोकें। / The space of a deleted file may be treated as available for new data. Stop using the device until recovery is attempted.

Open Question Page
Ask Friends

लेनदेन आधारित फाइल अद्यतन में परमाण्विकता का क्या अर्थ है?

What does atomicity mean in a transaction-based file update?

Explanation opens after your attempt
Correct Answer

A. परिवर्तन या तो पूरा लागू होगा या बिल्कुल लागू नहीं होगाThe change is either fully applied or not applied at all

Explanation

Simple Explanation

परमाण्विकता अधूरे परिवर्तन से असंगत डेटा बनने का जोखिम घटाती है। इसे पूरा या कुछ नहीं सिद्धांत के रूप में याद रखें। / Atomicity reduces the risk of inconsistent data from partial changes. Remember it as the all-or-nothing principle.

Open Question Page
Ask Friends

फाइल की जाँच राशि सत्यापन के लिए कब विशेष उपयोगी है?

When is a file checksum especially useful for verification?

Explanation opens after your attempt
Correct Answer

A. फाइल स्थानांतरण के बाद सामग्री में बदलाव जाँचने के लिएTo check for content changes after a file transfer

Explanation

Simple Explanation

स्थानांतरण से पहले और बाद की जाँच राशि मिलाकर अखंडता जाँची जा सकती है। परीक्षा में इसे सुरक्षा अनुमति से अलग समझें। / Checksums before and after transfer can be compared to verify integrity. Distinguish this from access permission.

Open Question Page
Ask Friends

फाइल बंद किए बिना लिखे गए डेटा को तुरंत भंडारण पर भेजने की प्रक्रिया क्या कहलाती है?

What is the process of immediately sending buffered file data to storage without closing the file called?

Explanation opens after your attempt
Correct Answer

B. फ्लश करनाFlushing

Explanation

Simple Explanation

फ्लश करने से स्मृति में प्रतीक्षारत डेटा भंडारण पर लिखा जाता है। सुरक्षित निष्कासन से पहले यह प्रक्रिया महत्वपूर्ण हो सकती है। / Flushing writes buffered data waiting in memory to storage. It can be important before safely removing a device.

Open Question Page
Ask Friends

दो फाइलों का आकार समान होने पर भी उनकी सामग्री अलग कैसे हो सकती है?

How can two files have the same size but different content?

Explanation opens after your attempt
Correct Answer

B. आकार केवल कुल बाइट बताता है सामग्री का क्रम नहींSize shows only the total bytes and not their arrangement

Explanation

Simple Explanation

समान बाइट संख्या वाली फाइलों में अलग आँकड़ा हो सकता है। परीक्षा में तुलना के लिए जाँच राशि अधिक उपयोगी मानें। / Files with the same number of bytes may contain different data. A checksum is more useful for content comparison.

Open Question Page
Ask Friends

लेखन कैश प्रदर्शन बढ़ाने के साथ कौन सा जोखिम पैदा कर सकता है?

What risk can write caching introduce while improving performance?

Explanation opens after your attempt
Correct Answer

C. अचानक बिजली जाने पर लंबित डेटा खोनाLosing pending data during sudden power failure

Explanation

Simple Explanation

लेखन कैश डेटा को पहले तेज स्मृति में रखता है और बाद में भंडारण पर लिखता है। अचानक बिजली जाने से अभी न लिखा गया डेटा खो सकता है। / Write caching first keeps data in fast memory and writes it to storage later. Pending data may be lost during a sudden power failure.

Open Question Page
Ask Friends

फाइल अनुमति में निष्पादन अधिकार का क्या अर्थ है?

What does execute permission on a file mean?

Explanation opens after your attempt
Correct Answer

C. फाइल को कार्यक्रम या आदेश के रूप में चलाया जा सकता हैThe file can be run as a program or command

Explanation

Simple Explanation

निष्पादन अधिकार किसी उपयुक्त फाइल को चलाने की अनुमति देता है। परीक्षा में पढ़ने लिखने और निष्पादन अधिकार अलग रखें। / Execute permission allows a suitable file to run as a program or command. Distinguish read write and execute permissions.

Open Question Page
Ask Friends