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 561-570 of 600 questions.

Search

पृष्ठन आधारित आभासी स्मृति में पृष्ठ दोष कब उत्पन्न होता है?

When does a page fault occur in paged virtual memory?

Explanation opens after your attempt
Correct Answer

B. जब आवश्यक स्मृति पृष्ठ मुख्य स्मृति में मौजूद न होWhen the required memory page is not present in main memory

Explanation

Simple Explanation

पृष्ठ दोष होने पर आवश्यक पृष्ठ भंडारण से मुख्य स्मृति में लाया जाता है। अधिक पृष्ठ दोष प्रदर्शन घटा सकते हैं। / When a page fault occurs the required page is brought from storage into main memory. Too many page faults can reduce performance.

Open Question Page
Ask Friends

सापेक्ष फाइल पथ किसके आधार पर निर्धारित होता है?

On what is a relative file path based?

Explanation opens after your attempt
Correct Answer

B. वर्तमान कार्यशील फोल्डर के स्थान परOn the location of the current working folder

Explanation

Simple Explanation

सापेक्ष पथ वर्तमान स्थान से फाइल तक का मार्ग बताता है। परीक्षा में इसे मूल निर्देशिका से शुरू होने वाले पूर्ण पथ से अलग रखें। / A relative path shows the route from the current location to a file. Distinguish it from a full path starting at the root.

Open Question Page
Ask Friends

अत्यधिक पृष्ठ अदला बदली के कारण प्रणाली बहुत धीमी हो जाए तो इसे क्या कहा जाता है?

What is it called when a system becomes very slow because of excessive page swapping?

Explanation opens after your attempt
Correct Answer

C. अत्यधिक अदला बदलीThrashing

Explanation

Simple Explanation

अत्यधिक अदला बदली में प्रणाली वास्तविक कार्य से अधिक समय स्मृति पृष्ठों को स्थानांतरित करने में लगाती है। पर्याप्त रैंडम एक्सेस मेमोरी इसकी संभावना घटाती है। / During thrashing the system spends more time moving memory pages than doing useful work. Sufficient random access memory reduces this risk.

Open Question Page
Ask Friends

फाइल तंत्र में निर्देशिका प्रविष्टि सामान्यतः क्या रखती है?

What does a directory entry generally store in a file system?

Explanation opens after your attempt
Correct Answer

C. फाइल के नाम और स्थान संबंधी जानकारीInformation about the file name and location

Explanation

Simple Explanation

निर्देशिका प्रविष्टि फाइल की पहचान और स्थान से संबंधित जानकारी रखती है। परीक्षा में इसे वास्तविक फाइल सामग्री से अलग समझें। / A directory entry stores information related to file identity and location. Distinguish it from actual file content.

Open Question Page
Ask Friends

फाइल प्रणाली में जर्नलिंग का मुख्य लाभ क्या है?

What is the main benefit of journaling in a file system?

Explanation opens after your attempt
Correct Answer

D. अचानक बंद होने के बाद फाइल प्रणाली की पुनर्प्राप्ति आसान करनाMake file-system recovery easier after an unexpected shutdown

Explanation

Simple Explanation

जर्नलिंग महत्वपूर्ण परिवर्तनों का अभिलेख रखती है जिससे विफलता के बाद संरचना सुधारी जा सकती है। यह बैकअप का विकल्प नहीं है। / Journaling records important changes so the file-system structure can be repaired after failure. It is not a substitute for backup.

Open Question Page
Ask Friends

यदि किसी फाइल की निर्देशिका प्रविष्टि दूषित हो जाए तो क्या परिणाम हो सकता है?

What may happen if a file's directory entry becomes corrupted?

Explanation opens after your attempt
Correct Answer

D. फाइल का आँकड़ा मौजूद होते हुए भी वह पहुँच से बाहर हो सकती हैThe file may become inaccessible even if its data still exists

Explanation

Simple Explanation

दूषित निर्देशिका जानकारी से प्रचालन तंत्र फाइल का स्थान नहीं खोज सकता। परीक्षा में फाइल तंत्र त्रुटि और आँकड़ा सामग्री अलग रखें। / Corrupted directory information may prevent the operating system from locating the file. Distinguish file-system errors from data content.

Open Question Page
Ask Friends

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

What is normally included in file-system metadata?

Explanation opens after your attempt
Correct Answer

A. फाइल का नाम आकार अनुमति और समय संबंधी विवरणFile name size permissions and time-related details

Explanation

Simple Explanation

मेटाडेटा फाइल के बारे में जानकारी रखती है न कि हमेशा उसकी वास्तविक सामग्री। गुण विकल्प में इसका कुछ भाग दिखाई देता है। / Metadata stores information about a file rather than necessarily its actual content. Some of it appears in file properties.

Open Question Page
Ask Friends

फाइल खंडीकरण चुंबकीय भंडारण पर प्रदर्शन क्यों घटा सकता है?

Why can file fragmentation reduce performance on magnetic storage?

Explanation opens after your attempt
Correct Answer

A. फाइल के भाग अलग अलग स्थानों से पढ़ने पड़ते हैंFile parts must be read from different locations

Explanation

Simple Explanation

खंडित फाइल के भागों तक पहुँचने के लिए पढ़ने वाला सिर अधिक स्थान बदलता है। परीक्षा में इसका प्रभाव ठोस अवस्था भंडारण से कम जोड़ें। / The read head must move among different locations to access fragmented file parts. Its effect is more important on magnetic storage.

Open Question Page
Ask Friends

प्रतीकात्मक कड़ी का व्यवहार सामान्य शॉर्टकट से किस प्रकार मिलता जुलता है?

How is the behavior of a symbolic link similar to a normal shortcut?

Explanation opens after your attempt
Correct Answer

B. दोनों किसी अन्य फाइल या स्थान की ओर संकेत करते हैंBoth point to another file or location

Explanation

Simple Explanation

प्रतीकात्मक कड़ी लक्ष्य के पथ की ओर संकेत करती है। लक्ष्य हटने पर कड़ी अनुपयोगी हो सकती है। / A symbolic link points to the path of a target. It may become unusable if the target is removed.

Open Question Page
Ask Friends

ठोस अवस्था भंडारण पर पारंपरिक विखंडन प्रक्रिया सामान्यतः कम आवश्यक क्यों है?

Why is traditional defragmentation generally less necessary on solid state storage?

Explanation opens after your attempt
Correct Answer

B. उसमें यांत्रिक खोज समय नहीं होताIt has no mechanical seek time

Explanation

Simple Explanation

ठोस अवस्था भंडारण में चलने वाला पढ़ने वाला सिर नहीं होता। परीक्षा में अनावश्यक बार बार विखंडन से बचने की बात याद रखें। / Solid state storage has no moving read head. Remember that frequent traditional defragmentation is unnecessary.

Open Question Page
Ask Friends