Class 9 Artificial Intelligence Expert Quiz

Level 39 • 50/50 questions • 25 seconds per question.

Level readiness 50/50 Questions
Time Left 20:50 25 sec/question
RewardsCoins + XP
ModeClassic Quiz
Share
Question 1 / 50 0 score
Answered 0/50 Correct 0 Time 20:50

संचालन तंत्र में कर्नेल का मुख्य कार्य क्या है?

What is the main function of the kernel in an operating system?

Explanation opens after your attempt
Correct Answer

A. हार्डवेयर और प्रणाली संसाधनों का मूल प्रबंधन करनाManage hardware and core system resources

Step 1

Concept

The kernel is the core of an operating system and manages memory processes and devices. Treat it as the main controller between hardware and applications.

Step 2

Why this answer is correct

The correct answer is A. हार्डवेयर और प्रणाली संसाधनों का मूल प्रबंधन करना / Manage hardware and core system resources. The kernel is the core of an operating system and manages memory processes and devices. Treat it as the main controller between hardware and applications.

Step 3

Exam Tip

कर्नेल संचालन तंत्र का मुख्य भाग है जो स्मृति प्रक्रियाओं और उपकरणों का प्रबंधन करता है। इसे हार्डवेयर और अनुप्रयोगों के बीच मुख्य नियंत्रक समझें।

Open Question Page
Ask Friends

प्रचालन तंत्र में प्रक्रिया की तैयार अवस्था का क्या अर्थ है?

What does the ready state of a process mean in an operating system?

Explanation opens after your attempt
Correct Answer

A. प्रक्रिया प्रक्रमक मिलने की प्रतीक्षा कर रही हैThe process is waiting to receive processor time

Step 1

Concept

In the ready state a process can run but is waiting for processor time. Distinguish it from the waiting state.

Step 2

Why this answer is correct

The correct answer is A. प्रक्रिया प्रक्रमक मिलने की प्रतीक्षा कर रही है / The process is waiting to receive processor time. In the ready state a process can run but is waiting for processor time. Distinguish it from the waiting state.

Step 3

Exam Tip

तैयार अवस्था में प्रक्रिया चलने योग्य होती है लेकिन प्रक्रमक की प्रतीक्षा करती है। परीक्षा में इसे प्रतीक्षारत अवस्था से अलग रखें।

Open Question Page
Ask Friends

उपयोगकर्ता मोड और कर्नेल मोड को अलग रखने का प्रमुख लाभ क्या है?

What is the main benefit of separating user mode from kernel mode?

Explanation opens after your attempt
Correct Answer

B. अनुप्रयोग त्रुटियों से महत्वपूर्ण प्रणाली भागों की सुरक्षा करनाProtect critical system parts from application errors

Step 1

Concept

Applications have limited privileges in user mode which improves system safety. Critical operations are controlled in kernel mode.

Step 2

Why this answer is correct

The correct answer is B. अनुप्रयोग त्रुटियों से महत्वपूर्ण प्रणाली भागों की सुरक्षा करना / Protect critical system parts from application errors. Applications have limited privileges in user mode which improves system safety. Critical operations are controlled in kernel mode.

Step 3

Exam Tip

उपयोगकर्ता मोड में अनुप्रयोगों के अधिकार सीमित होते हैं जिससे प्रणाली अधिक सुरक्षित रहती है। महत्वपूर्ण कार्य कर्नेल मोड में नियंत्रित होते हैं।

Open Question Page
Ask Friends

किस स्थिति में प्रक्रिया प्रतीक्षारत अवस्था में जाती है?

In which situation does a process enter the waiting state?

Explanation opens after your attempt
Correct Answer

B. जब उसे किसी इनपुट या घटना की प्रतीक्षा करनी पड़ती हैWhen it must wait for an input or event

Step 1

Concept

A waiting process cannot use the processor until the required event occurs. Understand the sequence of process states.

Step 2

Why this answer is correct

The correct answer is B. जब उसे किसी इनपुट या घटना की प्रतीक्षा करनी पड़ती है / When it must wait for an input or event. A waiting process cannot use the processor until the required event occurs. Understand the sequence of process states.

Step 3

Exam Tip

प्रतीक्षारत प्रक्रिया आवश्यक घटना पूरी होने तक प्रक्रमक का उपयोग नहीं कर सकती। परीक्षा में प्रक्रिया अवस्थाओं का क्रम समझें।

Open Question Page
Ask Friends

प्रक्रिया अनुसूचक का मुख्य उद्देश्य क्या है?

What is the main purpose of a process scheduler?

Explanation opens after your attempt
Correct Answer

C. किस प्रक्रिया को अगला प्रसंस्करण समय मिलेगा यह तय करनाDecide which process receives processing time next

Step 1

Concept

The process scheduler distributes central processing time among active processes. This enables organized multitasking.

Step 2

Why this answer is correct

The correct answer is C. किस प्रक्रिया को अगला प्रसंस्करण समय मिलेगा यह तय करना / Decide which process receives processing time next. The process scheduler distributes central processing time among active processes. This enables organized multitasking.

Step 3

Exam Tip

प्रक्रिया अनुसूचक सक्रिय प्रक्रियाओं के बीच केंद्रीय प्रसंस्करण समय बांटता है। इससे बहुकार्यन व्यवस्थित रूप से चलता है।

Open Question Page
Ask Friends

प्रसंग परिवर्तन के समय प्रचालन तंत्र क्या सुरक्षित करता है?

What does the operating system save during a context switch?

Explanation opens after your attempt
Correct Answer

C. वर्तमान प्रक्रिया की प्रक्रमक स्थितिThe processor state of the current process

Step 1

Concept

A context switch saves the current process state so it can resume later. Link it with multitasking.

Step 2

Why this answer is correct

The correct answer is C. वर्तमान प्रक्रिया की प्रक्रमक स्थिति / The processor state of the current process. A context switch saves the current process state so it can resume later. Link it with multitasking.

Step 3

Exam Tip

प्रसंग परिवर्तन में वर्तमान प्रक्रिया की स्थिति सुरक्षित की जाती है ताकि वह बाद में जारी रह सके। परीक्षा में इसे बहुकार्य से जोड़ें।

Open Question Page
Ask Friends

यदि दो प्रक्रियाएं एक दूसरे द्वारा पकड़े गए संसाधन की प्रतीक्षा करती रहें तो यह स्थिति क्या कहलाती है?

What is the condition called when two processes keep waiting for resources held by each other?

Explanation opens after your attempt
Correct Answer

D. गतिरोधDeadlock

Step 1

Concept

In a deadlock processes cannot proceed because each waits for a resource held by another. Identify it through circular resource waiting.

Step 2

Why this answer is correct

The correct answer is D. गतिरोध / Deadlock. In a deadlock processes cannot proceed because each waits for a resource held by another. Identify it through circular resource waiting.

Step 3

Exam Tip

गतिरोध में प्रक्रियाएं परस्पर प्रतीक्षा के कारण आगे नहीं बढ़ पातीं। परीक्षा में इसे संसाधन चक्र से पहचानें।

Open Question Page
Ask Friends

यदि कोई प्रक्रिया आवश्यकता से अधिक समय तक प्रक्रमक पर अधिकार बनाए रखे तो कौन सी समस्या हो सकती है?

What problem may occur if one process keeps control of the processor for too long?

Explanation opens after your attempt
Correct Answer

D. अन्य प्रक्रियाओं को पर्याप्त प्रक्रमक समय नहीं मिलेगाOther processes will not receive enough processor time

Step 1

Concept

Excessive processor use by one process can slow the response of others. Remember the importance of fair scheduling.

Step 2

Why this answer is correct

The correct answer is D. अन्य प्रक्रियाओं को पर्याप्त प्रक्रमक समय नहीं मिलेगा / Other processes will not receive enough processor time. Excessive processor use by one process can slow the response of others. Remember the importance of fair scheduling.

Step 3

Exam Tip

एक प्रक्रिया का अत्यधिक प्रक्रमक उपयोग अन्य प्रक्रियाओं की प्रतिक्रिया धीमी कर सकता है। परीक्षा में निष्पक्ष अनुसूचन का महत्व याद रखें।

Open Question Page
Ask Friends

संदर्भ परिवर्तन के दौरान संचालन तंत्र क्या करता है?

What does the operating system do during a context switch?

Explanation opens after your attempt
Correct Answer

A. एक प्रक्रिया की स्थिति सहेजकर दूसरी प्रक्रिया की स्थिति लोड करता हैSaves one process state and loads another process state

Step 1

Concept

A context switch allows the central processing unit to move from one process to another. Frequent switching can add overhead.

Step 2

Why this answer is correct

The correct answer is A. एक प्रक्रिया की स्थिति सहेजकर दूसरी प्रक्रिया की स्थिति लोड करता है / Saves one process state and loads another process state. A context switch allows the central processing unit to move from one process to another. Frequent switching can add overhead.

Step 3

Exam Tip

संदर्भ परिवर्तन से केंद्रीय प्रसंस्करण इकाई एक प्रक्रिया से दूसरी प्रक्रिया पर जाती है। बार बार परिवर्तन में अतिरिक्त समय लग सकता है।

Open Question Page
Ask Friends

किसी फाइल के पूर्ण पथ में मूल निर्देशिका का क्या महत्व है?

What is the importance of the root directory in a file's full path?

Explanation opens after your attempt
Correct Answer

A. यह फोल्डर संरचना का प्रारंभिक स्थान बताती हैIt identifies the starting point of the folder structure

Step 1

Concept

The folder hierarchy begins at the root directory. Distinguish absolute and relative paths.

Step 2

Why this answer is correct

The correct answer is A. यह फोल्डर संरचना का प्रारंभिक स्थान बताती है / It identifies the starting point of the folder structure. The folder hierarchy begins at the root directory. Distinguish absolute and relative paths.

Step 3

Exam Tip

मूल निर्देशिका से फोल्डर पदानुक्रम शुरू होता है। परीक्षा में पूर्ण और सापेक्ष पथ का अंतर समझें।

Open Question Page
Ask Friends

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

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

Step 1

Concept

When a page fault occurs the required page is brought from storage into main memory. Too many page faults can reduce performance.

Step 2

Why this answer is correct

The correct answer is B. जब आवश्यक स्मृति पृष्ठ मुख्य स्मृति में मौजूद न हो / When the required memory page is not present in main memory. When a page fault occurs the required page is brought from storage into main memory. Too many page faults can reduce performance.

Step 3

Exam Tip

पृष्ठ दोष होने पर आवश्यक पृष्ठ भंडारण से मुख्य स्मृति में लाया जाता है। अधिक पृष्ठ दोष प्रदर्शन घटा सकते हैं।

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

Step 1

Concept

A relative path shows the route from the current location to a file. Distinguish it from a full path starting at the root.

Step 2

Why this answer is correct

The correct answer is B. वर्तमान कार्यशील फोल्डर के स्थान पर / On the location of the current working folder. A relative path shows the route from the current location to a file. Distinguish it from a full path starting at the root.

Step 3

Exam Tip

सापेक्ष पथ वर्तमान स्थान से फाइल तक का मार्ग बताता है। परीक्षा में इसे मूल निर्देशिका से शुरू होने वाले पूर्ण पथ से अलग रखें।

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

Step 1

Concept

During thrashing the system spends more time moving memory pages than doing useful work. Sufficient random access memory reduces this risk.

Step 2

Why this answer is correct

The correct answer is C. अत्यधिक अदला बदली / Thrashing. During thrashing the system spends more time moving memory pages than doing useful work. Sufficient random access memory reduces this risk.

Step 3

Exam Tip

अत्यधिक अदला बदली में प्रणाली वास्तविक कार्य से अधिक समय स्मृति पृष्ठों को स्थानांतरित करने में लगाती है। पर्याप्त रैंडम एक्सेस मेमोरी इसकी संभावना घटाती है।

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

Step 1

Concept

A directory entry stores information related to file identity and location. Distinguish it from actual file content.

Step 2

Why this answer is correct

The correct answer is C. फाइल के नाम और स्थान संबंधी जानकारी / Information about the file name and location. A directory entry stores information related to file identity and location. Distinguish it from actual file content.

Step 3

Exam Tip

निर्देशिका प्रविष्टि फाइल की पहचान और स्थान से संबंधित जानकारी रखती है। परीक्षा में इसे वास्तविक फाइल सामग्री से अलग समझें।

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

Step 1

Concept

Journaling records important changes so the file-system structure can be repaired after failure. It is not a substitute for backup.

Step 2

Why this answer is correct

The correct answer is D. अचानक बंद होने के बाद फाइल प्रणाली की पुनर्प्राप्ति आसान करना / Make file-system recovery easier after an unexpected shutdown. Journaling records important changes so the file-system structure can be repaired after failure. It is not a substitute for backup.

Step 3

Exam Tip

जर्नलिंग महत्वपूर्ण परिवर्तनों का अभिलेख रखती है जिससे विफलता के बाद संरचना सुधारी जा सकती है। यह बैकअप का विकल्प नहीं है।

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

Step 1

Concept

Corrupted directory information may prevent the operating system from locating the file. Distinguish file-system errors from data content.

Step 2

Why this answer is correct

The correct answer is D. फाइल का आँकड़ा मौजूद होते हुए भी वह पहुँच से बाहर हो सकती है / The file may become inaccessible even if its data still exists. Corrupted directory information may prevent the operating system from locating the file. Distinguish file-system errors from data content.

Step 3

Exam Tip

दूषित निर्देशिका जानकारी से प्रचालन तंत्र फाइल का स्थान नहीं खोज सकता। परीक्षा में फाइल तंत्र त्रुटि और आँकड़ा सामग्री अलग रखें।

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

Step 1

Concept

Metadata stores information about a file rather than necessarily its actual content. Some of it appears in file properties.

Step 2

Why this answer is correct

The correct answer is A. फाइल का नाम आकार अनुमति और समय संबंधी विवरण / File name size permissions and time-related details. Metadata stores information about a file rather than necessarily its actual content. Some of it appears in file properties.

Step 3

Exam Tip

मेटाडेटा फाइल के बारे में जानकारी रखती है न कि हमेशा उसकी वास्तविक सामग्री। गुण विकल्प में इसका कुछ भाग दिखाई देता है।

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

Step 1

Concept

The read head must move among different locations to access fragmented file parts. Its effect is more important on magnetic storage.

Step 2

Why this answer is correct

The correct answer is A. फाइल के भाग अलग अलग स्थानों से पढ़ने पड़ते हैं / File parts must be read from different locations. The read head must move among different locations to access fragmented file parts. Its effect is more important on magnetic storage.

Step 3

Exam Tip

खंडित फाइल के भागों तक पहुँचने के लिए पढ़ने वाला सिर अधिक स्थान बदलता है। परीक्षा में इसका प्रभाव ठोस अवस्था भंडारण से कम जोड़ें।

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

Step 1

Concept

A symbolic link points to the path of a target. It may become unusable if the target is removed.

Step 2

Why this answer is correct

The correct answer is B. दोनों किसी अन्य फाइल या स्थान की ओर संकेत करते हैं / Both point to another file or location. A symbolic link points to the path of a target. It may become unusable if the target is removed.

Step 3

Exam Tip

प्रतीकात्मक कड़ी लक्ष्य के पथ की ओर संकेत करती है। लक्ष्य हटने पर कड़ी अनुपयोगी हो सकती है।

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

Step 1

Concept

Solid state storage has no moving read head. Remember that frequent traditional defragmentation is unnecessary.

Step 2

Why this answer is correct

The correct answer is B. उसमें यांत्रिक खोज समय नहीं होता / It has no mechanical seek time. Solid state storage has no moving read head. Remember that frequent traditional defragmentation is unnecessary.

Step 3

Exam Tip

ठोस अवस्था भंडारण में चलने वाला पढ़ने वाला सिर नहीं होता। परीक्षा में अनावश्यक बार बार विखंडन से बचने की बात याद रखें।

Open Question Page
Ask Friends

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

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

Step 1

Concept

A hard link and the original name can refer to the same file data. Removing one name may leave the data accessible through another.

Step 2

Why this answer is correct

The correct answer is C. यह उसी फाइल डेटा के लिए एक अतिरिक्त नाम प्रदान करती है / It provides an additional name for the same file data. A hard link and the original name can refer to the same file data. Removing one name may leave the data accessible through another.

Step 3

Exam Tip

कठोर कड़ी और मूल नाम समान फाइल डेटा को संदर्भित कर सकते हैं। एक नाम हटने पर दूसरा नाम डेटा तक पहुंच बनाए रख सकता है।

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

Step 1

Concept

A file-system check utility detects directory and storage inconsistencies. Distinguish it from antivirus software.

Step 2

Why this answer is correct

The correct answer is C. फाइल तंत्र संरचना की त्रुटियाँ पहचानना / Detect errors in the file-system structure. A file-system check utility detects directory and storage inconsistencies. Distinguish it from antivirus software.

Step 3

Exam Tip

फाइल तंत्र जाँच उपयोगिता निर्देशिका और भंडारण संबंधी असंगतियाँ खोजती है। परीक्षा में इसे प्रतिविषाणु से अलग रखें।

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

Step 1

Concept

The same file is expected to produce the same hash. A different hash may indicate modification or corruption.

Step 2

Why this answer is correct

The correct answer is D. बदलाव होने पर गणना किया गया मान अलग हो सकता है / The calculated value may differ if the file has changed. The same file is expected to produce the same hash. A different hash may indicate modification or corruption.

Step 3

Exam Tip

समान फाइल से समान हैश मिलने की अपेक्षा होती है। अलग हैश फाइल में परिवर्तन या क्षति का संकेत दे सकता है।

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

Step 1

Concept

The space of a deleted file may be treated as available for new data. Stop using the device until recovery is attempted.

Step 2

Why this answer is correct

The correct answer is D. हटाई गई फाइल के आँकड़ों पर नया आँकड़ा लिखा जा सकता है / New data may overwrite the deleted file's data. The space of a deleted file may be treated as available for new data. Stop using the device until recovery is attempted.

Step 3

Exam Tip

हटाई गई फाइल का स्थान नया आँकड़ा लिखने के लिए उपलब्ध माना जा सकता है। परीक्षा में पुनर्प्राप्ति तक यंत्र का उपयोग रोकें।

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

Step 1

Concept

Atomicity reduces the risk of inconsistent data from partial changes. Remember it as the all-or-nothing principle.

Step 2

Why this answer is correct

The correct answer is A. परिवर्तन या तो पूरा लागू होगा या बिल्कुल लागू नहीं होगा / The change is either fully applied or not applied at all. Atomicity reduces the risk of inconsistent data from partial changes. Remember it as the all-or-nothing principle.

Step 3

Exam Tip

परमाण्विकता अधूरे परिवर्तन से असंगत डेटा बनने का जोखिम घटाती है। इसे पूरा या कुछ नहीं सिद्धांत के रूप में याद रखें।

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

Step 1

Concept

Checksums before and after transfer can be compared to verify integrity. Distinguish this from access permission.

Step 2

Why this answer is correct

The correct answer is A. फाइल स्थानांतरण के बाद सामग्री में बदलाव जाँचने के लिए / To check for content changes after a file transfer. Checksums before and after transfer can be compared to verify integrity. Distinguish this from access permission.

Step 3

Exam Tip

स्थानांतरण से पहले और बाद की जाँच राशि मिलाकर अखंडता जाँची जा सकती है। परीक्षा में इसे सुरक्षा अनुमति से अलग समझें।

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

Step 1

Concept

Flushing writes buffered data waiting in memory to storage. It can be important before safely removing a device.

Step 2

Why this answer is correct

The correct answer is B. फ्लश करना / Flushing. Flushing writes buffered data waiting in memory to storage. It can be important before safely removing a device.

Step 3

Exam Tip

फ्लश करने से स्मृति में प्रतीक्षारत डेटा भंडारण पर लिखा जाता है। सुरक्षित निष्कासन से पहले यह प्रक्रिया महत्वपूर्ण हो सकती है।

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

Step 1

Concept

Files with the same number of bytes may contain different data. A checksum is more useful for content comparison.

Step 2

Why this answer is correct

The correct answer is B. आकार केवल कुल बाइट बताता है सामग्री का क्रम नहीं / Size shows only the total bytes and not their arrangement. Files with the same number of bytes may contain different data. A checksum is more useful for content comparison.

Step 3

Exam Tip

समान बाइट संख्या वाली फाइलों में अलग आँकड़ा हो सकता है। परीक्षा में तुलना के लिए जाँच राशि अधिक उपयोगी मानें।

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

Step 1

Concept

Write caching first keeps data in fast memory and writes it to storage later. Pending data may be lost during a sudden power failure.

Step 2

Why this answer is correct

The correct answer is C. अचानक बिजली जाने पर लंबित डेटा खोना / Losing pending data during sudden power failure. Write caching first keeps data in fast memory and writes it to storage later. Pending data may be lost during a sudden power failure.

Step 3

Exam Tip

लेखन कैश डेटा को पहले तेज स्मृति में रखता है और बाद में भंडारण पर लिखता है। अचानक बिजली जाने से अभी न लिखा गया डेटा खो सकता है।

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

Step 1

Concept

Execute permission allows a suitable file to run as a program or command. Distinguish read write and execute permissions.

Step 2

Why this answer is correct

The correct answer is C. फाइल को कार्यक्रम या आदेश के रूप में चलाया जा सकता है / The file can be run as a program or command. Execute permission allows a suitable file to run as a program or command. Distinguish read write and execute permissions.

Step 3

Exam Tip

निष्पादन अधिकार किसी उपयुक्त फाइल को चलाने की अनुमति देता है। परीक्षा में पढ़ने लिखने और निष्पादन अधिकार अलग रखें।

Open Question Page
Ask Friends

फाइल लॉकिंग का मुख्य उद्देश्य क्या है?

What is the main purpose of file locking?

Explanation opens after your attempt
Correct Answer

D. एक साथ असंगत संपादन से बचानाPrevent conflicting simultaneous edits

Step 1

Concept

File locking controls who can modify a file at a given time. This reduces data inconsistency during shared work.

Step 2

Why this answer is correct

The correct answer is D. एक साथ असंगत संपादन से बचाना / Prevent conflicting simultaneous edits. File locking controls who can modify a file at a given time. This reduces data inconsistency during shared work.

Step 3

Exam Tip

फाइल लॉकिंग नियंत्रित करती है कि एक समय में कौन फाइल बदल सकता है। इससे साझा कार्य में डेटा असंगति घटती है।

Open Question Page
Ask Friends

न्यूनतम विशेषाधिकार सिद्धांत का सबसे सही उपयोग कौन सा है?

Which option best applies the principle of least privilege?

Explanation opens after your attempt
Correct Answer

D. उपयोगकर्ता को केवल आवश्यक कार्यों जितनी अनुमति देनाGive a user only the permissions needed for required tasks

Step 1

Concept

Least privilege reduces the risk of unauthorized changes and damage. A standard account is suitable for routine work.

Step 2

Why this answer is correct

The correct answer is D. उपयोगकर्ता को केवल आवश्यक कार्यों जितनी अनुमति देना / Give a user only the permissions needed for required tasks. Least privilege reduces the risk of unauthorized changes and damage. A standard account is suitable for routine work.

Step 3

Exam Tip

न्यूनतम विशेषाधिकार अनधिकृत बदलाव और क्षति का जोखिम घटाता है। परीक्षा में सामान्य खाते को दैनिक कार्य के लिए उपयुक्त समझें।

Open Question Page
Ask Friends

संस्करण इतिहास का मुख्य लाभ क्या है?

What is the main benefit of version history?

Explanation opens after your attempt
Correct Answer

A. दस्तावेज के पुराने रूप देखना और आवश्यकता पर लौटानाView older forms of a document and restore one when needed

Step 1

Concept

Version history records changes saved at different times. An older version can be restored after an incorrect edit.

Step 2

Why this answer is correct

The correct answer is A. दस्तावेज के पुराने रूप देखना और आवश्यकता पर लौटाना / View older forms of a document and restore one when needed. Version history records changes saved at different times. An older version can be restored after an incorrect edit.

Step 3

Exam Tip

संस्करण इतिहास अलग समय पर सहेजे गए परिवर्तनों का रिकॉर्ड रखता है। गलत संपादन होने पर पुराना संस्करण लौटाया जा सकता है।

Open Question Page
Ask Friends

फाइल स्वामित्व और फाइल अनुमति में क्या अंतर है?

What is the difference between file ownership and file permissions?

Explanation opens after your attempt
Correct Answer

A. स्वामित्व नियंत्रक उपयोगकर्ता बताता है जबकि अनुमति स्वीकृत क्रियाएँ बताती हैOwnership identifies the controlling user while permissions define allowed actions

Step 1

Concept

Ownership identifies the controller associated with a file while permissions define access rights. Keep the concepts separate.

Step 2

Why this answer is correct

The correct answer is A. स्वामित्व नियंत्रक उपयोगकर्ता बताता है जबकि अनुमति स्वीकृत क्रियाएँ बताती है / Ownership identifies the controlling user while permissions define allowed actions. Ownership identifies the controller associated with a file while permissions define access rights. Keep the concepts separate.

Step 3

Exam Tip

स्वामित्व फाइल से जुड़े नियंत्रक को और अनुमतियाँ अभिगम अधिकारों को दर्शाती हैं। परीक्षा में दोनों अवधारणाएँ अलग रखें।

Open Question Page
Ask Friends

समकालिकरण विवाद कब उत्पन्न हो सकता है?

When can a synchronization conflict occur?

Explanation opens after your attempt
Correct Answer

B. जब एक ही फाइल अलग उपकरणों पर बदलकर साथ समकालिक की जाएWhen the same file is modified on different devices and then synchronized

Step 1

Concept

Conflicting changes made on different devices can make it unclear which version should be kept. Both copies may need comparison.

Step 2

Why this answer is correct

The correct answer is B. जब एक ही फाइल अलग उपकरणों पर बदलकर साथ समकालिक की जाए / When the same file is modified on different devices and then synchronized. Conflicting changes made on different devices can make it unclear which version should be kept. Both copies may need comparison.

Step 3

Exam Tip

अलग उपकरणों पर हुए विरोधी परिवर्तन से प्रणाली तय नहीं कर पाती कि कौन सा संस्करण रखा जाए। दोनों प्रतियों की तुलना आवश्यक हो सकती है।

Open Question Page
Ask Friends

यदि किसी साझा फोल्डर में उपयोगकर्ता को केवल पढ़ने का अधिकार मिले तो वह क्या कर सकेगा?

What can a user do if only read access is granted to a shared folder?

Explanation opens after your attempt
Correct Answer

B. मौजूद फाइलें देख सकेगा लेकिन सामान्यतः बदलाव नहीं कर सकेगाView existing files but generally not modify them

Step 1

Concept

Read access permits viewing while write access is needed for modifications. Understand shared-access rules.

Step 2

Why this answer is correct

The correct answer is B. मौजूद फाइलें देख सकेगा लेकिन सामान्यतः बदलाव नहीं कर सकेगा / View existing files but generally not modify them. Read access permits viewing while write access is needed for modifications. Understand shared-access rules.

Step 3

Exam Tip

पढ़ने का अधिकार सामग्री देखने देता है लेकिन परिवर्तन के लिए लिखने का अधिकार चाहिए। परीक्षा में साझा अभिगम नियम समझें।

Open Question Page
Ask Friends

अनुमतियों में विरासत का क्या अर्थ है?

What does permission inheritance mean?

Explanation opens after your attempt
Correct Answer

C. उपफोल्डर या फाइलें मूल फोल्डर की अनुमतियां प्राप्त कर सकती हैंSubfolders or files can receive permissions from the parent folder

Step 1

Concept

Permission inheritance can apply a parent folder's access settings to items below it. Check it carefully for sensitive folders.

Step 2

Why this answer is correct

The correct answer is C. उपफोल्डर या फाइलें मूल फोल्डर की अनुमतियां प्राप्त कर सकती हैं / Subfolders or files can receive permissions from the parent folder. Permission inheritance can apply a parent folder's access settings to items below it. Check it carefully for sensitive folders.

Step 3

Exam Tip

अनुमति विरासत से मूल फोल्डर की पहुंच सेटिंग नीचे की वस्तुओं पर लागू हो सकती है। संवेदनशील फोल्डर में इसे सावधानी से जांचें।

Open Question Page
Ask Friends

यदि किसी फाइल का बैकअप बना है लेकिन कभी पुनर्स्थापना जाँची नहीं गई तो मुख्य जोखिम क्या है?

What is the main risk if a file backup exists but restoration has never been tested?

Explanation opens after your attempt
Correct Answer

C. आवश्यक समय पर बैकअप अनुपयोगी या अधूरा निकल सकता हैThe backup may prove unusable or incomplete when needed

Step 1

Concept

A restoration test verifies whether a backup is actually usable. Do not assume that merely creating a backup is sufficient.

Step 2

Why this answer is correct

The correct answer is C. आवश्यक समय पर बैकअप अनुपयोगी या अधूरा निकल सकता है / The backup may prove unusable or incomplete when needed. A restoration test verifies whether a backup is actually usable. Do not assume that merely creating a backup is sufficient.

Step 3

Exam Tip

पुनर्स्थापना परीक्षण से बैकअप की वास्तविक उपयोगिता सत्यापित होती है। परीक्षा में केवल बैकअप बनाना पर्याप्त न मानें।

Open Question Page
Ask Friends

फाइल स्वामित्व का सबसे महत्वपूर्ण प्रभाव क्या है?

What is the most important effect of file ownership?

Explanation opens after your attempt
Correct Answer

D. स्वामी को अनुमतियां नियंत्रित करने का विशेष अधिकार मिल सकता हैThe owner may receive special authority to control permissions

Step 1

Concept

The file owner normally has an important role in managing access rights. Ownership and ordinary permissions are separate concepts.

Step 2

Why this answer is correct

The correct answer is D. स्वामी को अनुमतियां नियंत्रित करने का विशेष अधिकार मिल सकता है / The owner may receive special authority to control permissions. The file owner normally has an important role in managing access rights. Ownership and ordinary permissions are separate concepts.

Step 3

Exam Tip

फाइल स्वामी सामान्यतः पहुंच अधिकारों के प्रबंधन में महत्वपूर्ण भूमिका रखता है। स्वामित्व और सामान्य अनुमति अलग अवधारणाएं हैं।

Open Question Page
Ask Friends

वृद्धिशील बैकअप का सामान्य अर्थ क्या है?

What does an incremental backup generally mean?

Explanation opens after your attempt
Correct Answer

D. पिछले बैकअप के बाद बदली फाइलों की प्रतिA copy of files changed since the previous backup

Step 1

Concept

An incremental backup stores recent changes and may save time and space. Understand the importance of the backup chain during restoration.

Step 2

Why this answer is correct

The correct answer is D. पिछले बैकअप के बाद बदली फाइलों की प्रति / A copy of files changed since the previous backup. An incremental backup stores recent changes and may save time and space. Understand the importance of the backup chain during restoration.

Step 3

Exam Tip

वृद्धिशील बैकअप केवल हाल के बदलाव रखकर समय और स्थान बचा सकता है। परीक्षा में पुनर्स्थापना के लिए बैकअप श्रृंखला का महत्व समझें।

Open Question Page
Ask Friends

संचालन तंत्र में माउंट करने का क्या अर्थ है?

What does mounting mean in an operating system?

Explanation opens after your attempt
Correct Answer

A. फाइल प्रणाली को निर्देशिका संरचना में उपलब्ध करानाMake a file system accessible within the directory structure

Step 1

Concept

Mounting connects a storage file system to an accessible location in the operating system. Without a proper mount the data may be unavailable.

Step 2

Why this answer is correct

The correct answer is A. फाइल प्रणाली को निर्देशिका संरचना में उपलब्ध कराना / Make a file system accessible within the directory structure. Mounting connects a storage file system to an accessible location in the operating system. Without a proper mount the data may be unavailable.

Step 3

Exam Tip

माउंट करने पर संचालन तंत्र किसी भंडारण की फाइल प्रणाली को उपयोग योग्य स्थान से जोड़ता है। बिना सही माउंट के डेटा उपलब्ध नहीं हो सकता।

Open Question Page
Ask Friends

समन्वयन के दौरान एक स्थान से फाइल हटाने पर दूसरे स्थान पर भी हटने का कारण क्या है?

Why may deleting a file from one location also remove it from another during synchronization?

Explanation opens after your attempt
Correct Answer

A. समन्वयन दोनों स्थानों के बदलाव समान रखने का प्रयास करता हैSynchronization attempts to keep changes identical in both locations

Step 1

Concept

Two-way synchronization may treat deletion as a change and apply it to the other location. Do not treat synchronization as backup.

Step 2

Why this answer is correct

The correct answer is A. समन्वयन दोनों स्थानों के बदलाव समान रखने का प्रयास करता है / Synchronization attempts to keep changes identical in both locations. Two-way synchronization may treat deletion as a change and apply it to the other location. Do not treat synchronization as backup.

Step 3

Exam Tip

द्विदिश समन्वयन हटाव को भी बदलाव मानकर दूसरे स्थान पर लागू कर सकता है। परीक्षा में समन्वयन को बैकअप न मानें।

Open Question Page
Ask Friends

किसी माउंट किए गए भंडारण को हटाने से पहले अनमाउंट करना क्यों जरूरी है?

Why is unmounting required before disconnecting mounted storage?

Explanation opens after your attempt
Correct Answer

B. लंबित लेखन पूरा करने और फाइल प्रणाली असंगति रोकने के लिएTo complete pending writes and prevent file-system inconsistency

Step 1

Concept

Unmounting lets the operating system stop using the file system and finish pending operations. Sudden removal may corrupt data.

Step 2

Why this answer is correct

The correct answer is B. लंबित लेखन पूरा करने और फाइल प्रणाली असंगति रोकने के लिए / To complete pending writes and prevent file-system inconsistency. Unmounting lets the operating system stop using the file system and finish pending operations. Sudden removal may corrupt data.

Step 3

Exam Tip

अनमाउंट करने पर संचालन तंत्र फाइल प्रणाली का उपयोग बंद करके लंबित कार्य पूरा करता है। अचानक हटाने से डेटा खराब हो सकता है।

Open Question Page
Ask Friends

फाइल संस्करण इतिहास का सबसे बड़ा लाभ क्या है?

What is the greatest benefit of file version history?

Explanation opens after your attempt
Correct Answer

B. पुराने बदलावों को देखकर पिछला संस्करण वापस लाने देता हैIt allows earlier changes to be reviewed and a previous version restored

Step 1

Concept

Version history helps recover an earlier state after an incorrect change. Treat it as related to but distinct from a basic backup.

Step 2

Why this answer is correct

The correct answer is B. पुराने बदलावों को देखकर पिछला संस्करण वापस लाने देता है / It allows earlier changes to be reviewed and a previous version restored. Version history helps recover an earlier state after an incorrect change. Treat it as related to but distinct from a basic backup.

Step 3

Exam Tip

संस्करण इतिहास गलत बदलाव के बाद पुराने रूप की पुनर्प्राप्ति में सहायता करता है। परीक्षा में इसे साधारण बैकअप से संबंधित लेकिन अलग सुविधा समझें।

Open Question Page
Ask Friends

डिस्क कोटा का मुख्य उद्देश्य क्या है?

What is the main purpose of a disk quota?

Explanation opens after your attempt
Correct Answer

C. किसी उपयोगकर्ता या समूह द्वारा उपयोग किए जाने वाले भंडारण को सीमित करनाLimit storage used by a user or group

Step 1

Concept

A disk quota can prevent one user from consuming excessive storage. It maintains resource balance on a shared system.

Step 2

Why this answer is correct

The correct answer is C. किसी उपयोगकर्ता या समूह द्वारा उपयोग किए जाने वाले भंडारण को सीमित करना / Limit storage used by a user or group. A disk quota can prevent one user from consuming excessive storage. It maintains resource balance on a shared system.

Step 3

Exam Tip

डिस्क कोटा एक उपयोगकर्ता को अत्यधिक भंडारण उपयोग करने से रोक सकता है। साझा प्रणाली में यह संसाधन संतुलन बनाए रखता है।

Open Question Page
Ask Friends

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

What problem may occur if two users edit separate copies of a document and later combine them?

Explanation opens after your attempt
Correct Answer

C. संस्करण संघर्ष और विरोधी परिवर्तनVersion conflicts and competing changes

Step 1

Concept

Changes made in separate copies may conflict with one another. Understand the importance of version control for collaboration.

Step 2

Why this answer is correct

The correct answer is C. संस्करण संघर्ष और विरोधी परिवर्तन / Version conflicts and competing changes. Changes made in separate copies may conflict with one another. Understand the importance of version control for collaboration.

Step 3

Exam Tip

अलग प्रतियों में किए गए बदलाव एक दूसरे से टकरा सकते हैं। परीक्षा में सहयोग के लिए संस्करण नियंत्रण का महत्व समझें।

Open Question Page
Ask Friends

फाइल प्रणाली जांच उपकरण का उपयोग किसलिए किया जाता है?

What is a file-system checking tool used for?

Explanation opens after your attempt
Correct Answer

D. फाइल प्रणाली की तार्किक त्रुटियां पहचानने और सुधारने के लिएTo detect and repair logical file-system errors

Step 1

Concept

A file-system checking tool can inspect the structure after an improper shutdown or error. Keep a backup of important data before using it.

Step 2

Why this answer is correct

The correct answer is D. फाइल प्रणाली की तार्किक त्रुटियां पहचानने और सुधारने के लिए / To detect and repair logical file-system errors. A file-system checking tool can inspect the structure after an improper shutdown or error. Keep a backup of important data before using it.

Step 3

Exam Tip

फाइल प्रणाली जांच उपकरण अनुचित बंद होने या त्रुटि के बाद संरचना की जांच कर सकता है। उपयोग से पहले महत्वपूर्ण डेटा का बैकअप रखें।

Open Question Page
Ask Friends

फाइल अनुक्रमण में मेटाडेटा संग्रहित करने का उद्देश्य क्या है?

What is the purpose of storing metadata during file indexing?

Explanation opens after your attempt
Correct Answer

D. नाम प्रकार तिथि और सामग्री संकेतों से तेज खोज संभव करनाEnable faster search using name type date and content clues

Step 1

Concept

Indexing organizes searchable information in advance. Do not treat it as an extra copy of the actual file.

Step 2

Why this answer is correct

The correct answer is D. नाम प्रकार तिथि और सामग्री संकेतों से तेज खोज संभव करना / Enable faster search using name type date and content clues. Indexing organizes searchable information in advance. Do not treat it as an extra copy of the actual file.

Step 3

Exam Tip

अनुक्रमण खोज योग्य जानकारी पहले से व्यवस्थित करता है। परीक्षा में इसे वास्तविक फाइल की अतिरिक्त प्रति न मानें।

Open Question Page
Ask Friends

बैकअप रणनीति में अलग स्थान पर एक प्रति रखने का मुख्य कारण क्या है?

What is the main reason for keeping one backup copy at a different location?

Explanation opens after your attempt
Correct Answer

A. आग चोरी या स्थानीय आपदा से सभी प्रतियों को एक साथ खोने से बचानाPrevent all copies from being lost together in fire theft or a local disaster

Step 1

Concept

An off-site backup provides protection independent of a local incident. Also test backups periodically by restoring data.

Step 2

Why this answer is correct

The correct answer is A. आग चोरी या स्थानीय आपदा से सभी प्रतियों को एक साथ खोने से बचाना / Prevent all copies from being lost together in fire theft or a local disaster. An off-site backup provides protection independent of a local incident. Also test backups periodically by restoring data.

Step 3

Exam Tip

अलग स्थान का बैकअप स्थानीय दुर्घटना से स्वतंत्र सुरक्षा देता है। बैकअप को समय समय पर पुनर्प्राप्त करके भी जांचें।

Open Question Page
Ask Friends

महत्वपूर्ण फाइल स्थानांतरण पूर्ण होने की पुष्टि का सबसे विश्वसनीय तरीका कौन सा है?

Which is the most reliable way to confirm completion of an important file transfer?

Explanation opens after your attempt
Correct Answer

A. गंतव्य फाइल खोलकर आकार या जाँच राशि से सत्यापन करनाOpen the destination file and verify it using size or checksum

Step 1

Concept

Opening the file and comparing checksums provides better confirmation of transfer integrity. Delete the source only after verification.

Step 2

Why this answer is correct

The correct answer is A. गंतव्य फाइल खोलकर आकार या जाँच राशि से सत्यापन करना / Open the destination file and verify it using size or checksum. Opening the file and comparing checksums provides better confirmation of transfer integrity. Delete the source only after verification.

Step 3

Exam Tip

फाइल खोलना और जाँच राशि मिलाना स्थानांतरण की अखंडता की बेहतर पुष्टि देता है। परीक्षा में सत्यापन के बाद ही मूल प्रति हटाएँ।

Open Question Page
Ask Friends
FAQs

Class 9 Artificial Intelligence Quiz FAQs

How many questions are in this quiz?

This level is designed for 50 active questions. Currently 50 questions are available for the selected class and difficulty.

Is there a timer in this quiz?

Yes, the timer uses 25 seconds per question for Expert difficulty and shows the total remaining time on the page.

Can I open each question separately?

Yes, every question has its own SEO-friendly page with answer, explanation and related practice links.