Class 9 Artificial Intelligence - Entrepreneurial Skills-I - Introduction to entrepreneurship Hard Quiz

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

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

कंप्यूटर चालू होने पर प्रचालन तंत्र को भंडारण से मुख्य स्मृति में लाने की प्रक्रिया क्या कहलाती है?

What is the process of loading the operating system from storage into main memory when a computer starts called?

Explanation opens after your attempt
Correct Answer

A. बूटिंगBooting

Step 1

Concept

During booting the operating system is loaded into main memory. Link it with the computer startup process.

Step 2

Why this answer is correct

The correct answer is A. बूटिंग / Booting. During booting the operating system is loaded into main memory. Link it with the computer startup process.

Step 3

Exam Tip

बूटिंग में प्रचालन तंत्र मुख्य स्मृति में लोड होता है। परीक्षा में इसे कंप्यूटर आरंभ प्रक्रिया से जोड़ें।

Open Question Page
Ask Friends

अनेक कार्यक्रमों के बीच प्रक्रमक समय बाँटने की प्रचालन तंत्र क्षमता क्या कहलाती है?

What is the operating system ability to share processor time among several programs called?

Explanation opens after your attempt
Correct Answer

B. बहुकार्यMultitasking

Step 1

Concept

In multitasking the operating system assigns processor time to several programs. Link it with simultaneous tasks.

Step 2

Why this answer is correct

The correct answer is B. बहुकार्य / Multitasking. In multitasking the operating system assigns processor time to several programs. Link it with simultaneous tasks.

Step 3

Exam Tip

बहुकार्य में प्रचालन तंत्र अनेक कार्यक्रमों को प्रक्रमक समय देता है। परीक्षा में इसे एक साथ कई कार्यों से जोड़ें।

Open Question Page
Ask Friends

यदि एक कार्यक्रम प्रतिक्रिया नहीं दे रहा लेकिन अन्य कार्यक्रम चल रहे हैं तो पहला उचित कदम क्या है?

If one program is not responding while other programs work what is the first appropriate step?

Explanation opens after your attempt
Correct Answer

C. कुछ समय प्रतीक्षा करके सामान्य बंद विकल्प आजमानाWait briefly and try the normal close option

Step 1

Concept

The program may be temporarily busy so first wait and try a normal close. Treat forced shutdown as a last resort.

Step 2

Why this answer is correct

The correct answer is C. कुछ समय प्रतीक्षा करके सामान्य बंद विकल्प आजमाना / Wait briefly and try the normal close option. The program may be temporarily busy so first wait and try a normal close. Treat forced shutdown as a last resort.

Step 3

Exam Tip

कार्यक्रम अस्थायी रूप से व्यस्त हो सकता है इसलिए पहले प्रतीक्षा और सामान्य बंद प्रयास करें। परीक्षा में कठोर बंद को अंतिम उपाय मानें।

Open Question Page
Ask Friends

प्रचालन तंत्र की कौन सी इकाई चल रही प्रक्रियाओं को प्रक्रमक समय देती है?

Which operating system unit assigns processor time to running processes?

Explanation opens after your attempt
Correct Answer

D. प्रक्रिया अनुसूचकProcess scheduler

Step 1

Concept

The process scheduler distributes processor time among processes. Associate it with multitasking.

Step 2

Why this answer is correct

The correct answer is D. प्रक्रिया अनुसूचक / Process scheduler. The process scheduler distributes processor time among processes. Associate it with multitasking.

Step 3

Exam Tip

प्रक्रिया अनुसूचक विभिन्न प्रक्रियाओं में प्रक्रमक समय बाँटता है। परीक्षा में इसे बहुकार्य से जोड़ें।

Open Question Page
Ask Friends

प्रचालन तंत्र का केंद्रक मुख्यतः किसका प्रबंधन करता है?

What does the operating system kernel mainly manage?

Explanation opens after your attempt
Correct Answer

A. प्रक्रमक स्मृति और उपकरण संसाधनProcessor memory and device resources

Step 1

Concept

The kernel is the core part of the operating system that manages basic hardware resources. Distinguish it from applications.

Step 2

Why this answer is correct

The correct answer is A. प्रक्रमक स्मृति और उपकरण संसाधन / Processor memory and device resources. The kernel is the core part of the operating system that manages basic hardware resources. Distinguish it from applications.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

यदि सक्रिय कार्यक्रम उपलब्ध मुख्य स्मृति से अधिक स्मृति माँगें तो प्रचालन तंत्र क्या उपयोग कर सकता है?

What may the operating system use if active programs require more memory than the available main memory?

Explanation opens after your attempt
Correct Answer

B. आभासी स्मृतिVirtual memory

Step 1

Concept

Virtual memory uses part of secondary storage as temporary memory. Remember that it is slower than main memory.

Step 2

Why this answer is correct

The correct answer is B. आभासी स्मृति / Virtual memory. Virtual memory uses part of secondary storage as temporary memory. Remember that it is slower than main memory.

Step 3

Exam Tip

आभासी स्मृति द्वितीयक भंडारण के भाग को अस्थायी स्मृति की तरह उपयोग करती है। परीक्षा में इसे मुख्य स्मृति से धीमा याद रखें।

Open Question Page
Ask Friends

मुख्य स्मृति कम होने पर डिस्क और स्मृति के बीच पृष्ठों का बार बार स्थानांतरण क्या कहलाता है?

What is repeated movement of pages between disk and memory due to low main memory called?

Explanation opens after your attempt
Correct Answer

C. अत्यधिक पृष्ठ अदला बदलीExcessive paging

Step 1

Concept

Low main memory can cause excessive paging and slow the computer. Link it with performance problems.

Step 2

Why this answer is correct

The correct answer is C. अत्यधिक पृष्ठ अदला बदली / Excessive paging. Low main memory can cause excessive paging and slow the computer. Link it with performance problems.

Step 3

Exam Tip

मुख्य स्मृति कम होने पर अत्यधिक पृष्ठ अदला बदली से कंप्यूटर धीमा हो सकता है। परीक्षा में इसे प्रदर्शन समस्या से जोड़ें।

Open Question Page
Ask Friends

सुरक्षित विधा में प्रचालन तंत्र सीमित चालक और सेवाएँ क्यों लोड करता है?

Why does an operating system load limited drivers and services in safe mode?

Explanation opens after your attempt
Correct Answer

D. समस्या के कारण को अलग करके पहचानने के लिएTo isolate and identify the cause of a problem

Step 1

Concept

Safe mode loads only essential components to simplify troubleshooting. Treat it as a diagnostic environment.

Step 2

Why this answer is correct

The correct answer is D. समस्या के कारण को अलग करके पहचानने के लिए / To isolate and identify the cause of a problem. Safe mode loads only essential components to simplify troubleshooting. Treat it as a diagnostic environment.

Step 3

Exam Tip

सुरक्षित विधा केवल आवश्यक घटक लोड करके समस्या निवारण आसान बनाती है। परीक्षा में इसे निदान वातावरण समझें।

Open Question Page
Ask Friends

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

What is generally included in the full path of a file?

Explanation opens after your attempt
Correct Answer

A. ड्राइव से फाइल तक फोल्डरों का पूरा क्रमThe complete folder sequence from the drive to the file

Step 1

Concept

A full path gives the complete location used to reach a file. Distinguish the path from the file name.

Step 2

Why this answer is correct

The correct answer is A. ड्राइव से फाइल तक फोल्डरों का पूरा क्रम / The complete folder sequence from the drive to the file. A full path gives the complete location used to reach a file. Distinguish the path from the file name.

Step 3

Exam Tip

पूर्ण पथ फाइल तक पहुँचने का पूरा स्थान बताता है। परीक्षा में पथ और फाइल नाम अलग रखें।

Open Question Page
Ask Friends

यदि एक ही फोल्डर में समान नाम और समान विस्तार वाली दूसरी फाइल रखी जाए तो क्या होगा?

What generally happens when another file with the same name and extension is placed in the same folder?

Explanation opens after your attempt
Correct Answer

B. नाम संघर्ष या प्रतिस्थापन संदेश आएगाA naming conflict or replacement prompt appears

Step 1

Concept

Two files with the same name and extension generally cannot exist in one folder. Remember file-name uniqueness.

Step 2

Why this answer is correct

The correct answer is B. नाम संघर्ष या प्रतिस्थापन संदेश आएगा / A naming conflict or replacement prompt appears. Two files with the same name and extension generally cannot exist in one folder. Remember file-name uniqueness.

Step 3

Exam Tip

एक फोल्डर में समान नाम और विस्तार वाली दो फाइलें सामान्यतः नहीं रह सकतीं। परीक्षा में फाइल नाम की विशिष्टता याद रखें।

Open Question Page
Ask Friends

फाइल का विस्तार गलत बदलने पर वह क्यों नहीं खुल सकती?

Why may a file fail to open after its extension is changed incorrectly?

Explanation opens after your attempt
Correct Answer

C. प्रचालन तंत्र उसे गलत प्रकार की फाइल समझ सकता हैThe operating system may identify it as the wrong file type

Step 1

Concept

A file extension indicates its type and associated application. Renaming does not convert the actual format.

Step 2

Why this answer is correct

The correct answer is C. प्रचालन तंत्र उसे गलत प्रकार की फाइल समझ सकता है / The operating system may identify it as the wrong file type. A file extension indicates its type and associated application. Renaming does not convert the actual format.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

किसी फाइल के नाम आकार प्रकार और संशोधन तिथि को एक साथ देखने के लिए कौन सा दृश्य उपयोगी है?

Which view is useful for seeing a file's name size type and modification date together?

Explanation opens after your attempt
Correct Answer

D. विवरण दृश्यDetails view

Step 1

Concept

Details view displays several file properties in columns. Changing the view does not change file contents.

Step 2

Why this answer is correct

The correct answer is D. विवरण दृश्य / Details view. Details view displays several file properties in columns. Changing the view does not change file contents.

Step 3

Exam Tip

विवरण दृश्य फाइल की कई विशेषताएँ स्तंभों में दिखाता है। परीक्षा में दृश्य बदलने से सामग्री नहीं बदलती।

Open Question Page
Ask Friends

यदि फाइल को कॉपी करके दूसरे फोल्डर में पेस्ट किया जाए तो मूल फाइल का क्या होता है?

What happens to the original file when it is copied and pasted into another folder?

Explanation opens after your attempt
Correct Answer

A. वह मूल स्थान पर बनी रहती हैIt remains in the original location

Step 1

Concept

Copy and paste creates another copy while the original remains. Distinguish it from moving.

Step 2

Why this answer is correct

The correct answer is A. वह मूल स्थान पर बनी रहती है / It remains in the original location. Copy and paste creates another copy while the original remains. Distinguish it from moving.

Step 3

Exam Tip

कॉपी और पेस्ट नई प्रति बनाता है जबकि मूल फाइल बनी रहती है। परीक्षा में इसे स्थानांतरण से अलग रखें।

Open Question Page
Ask Friends

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

What is the correct result of moving a file by cut and paste?

Explanation opens after your attempt
Correct Answer

B. फाइल मूल स्थान से हटकर गंतव्य पर पहुँचती हैThe file leaves the original location and reaches the destination

Step 1

Concept

Cut and paste moves a file from one location to another. Distinguish it from copy and paste.

Step 2

Why this answer is correct

The correct answer is B. फाइल मूल स्थान से हटकर गंतव्य पर पहुँचती है / The file leaves the original location and reaches the destination. Cut and paste moves a file from one location to another. Distinguish it from copy and paste.

Step 3

Exam Tip

कट और पेस्ट फाइल को एक स्थान से दूसरे स्थान पर ले जाता है। परीक्षा में इसे कॉपी और पेस्ट से अलग समझें।

Open Question Page
Ask Friends

क्लिपबोर्ड का कार्य क्या है?

What is the function of the clipboard?

Explanation opens after your attempt
Correct Answer

C. कट या कॉपी की गई सामग्री अस्थायी रूप से रखनाTemporarily hold cut or copied content

Step 1

Concept

The clipboard temporarily holds content until it is pasted. Do not treat it as permanent storage.

Step 2

Why this answer is correct

The correct answer is C. कट या कॉपी की गई सामग्री अस्थायी रूप से रखना / Temporarily hold cut or copied content. The clipboard temporarily holds content until it is pasted. Do not treat it as permanent storage.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

यदि कॉपी करने के बाद कंप्यूटर बंद कर दिया जाए तो क्लिपबोर्ड की सामग्री का क्या हो सकता है?

What may happen to clipboard content if the computer is shut down after copying?

Explanation opens after your attempt
Correct Answer

D. वह सामान्यतः नष्ट हो सकती हैIt may generally be lost

Step 1

Concept

The clipboard generally depends on temporary memory. Paste required content before shutdown.

Step 2

Why this answer is correct

The correct answer is D. वह सामान्यतः नष्ट हो सकती है / It may generally be lost. The clipboard generally depends on temporary memory. Paste required content before shutdown.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

फाइल की केवल पढ़ने योग्य विशेषता सक्रिय करने का मुख्य उद्देश्य क्या है?

What is the main purpose of enabling the read-only attribute of a file?

Explanation opens after your attempt
Correct Answer

A. अनचाहे बदलाव सहेजने को सीमित करनाRestrict saving unwanted changes

Step 1

Concept

The read-only attribute helps prevent accidental changes. Do not treat it as complete security.

Step 2

Why this answer is correct

The correct answer is A. अनचाहे बदलाव सहेजने को सीमित करना / Restrict saving unwanted changes. The read-only attribute helps prevent accidental changes. Do not treat it as complete security.

Step 3

Exam Tip

केवल पढ़ने योग्य विशेषता अनजाने परिवर्तन से बचाने में सहायता करती है। परीक्षा में इसे पूर्ण सुरक्षा न मानें।

Open Question Page
Ask Friends

छिपी फाइल देखने के लिए सामान्यतः क्या करना पड़ता है?

What generally must be done to view a hidden file?

Explanation opens after your attempt
Correct Answer

B. दृश्य सेटिंग में छिपी वस्तुएँ दिखानाEnable hidden items in view settings

Step 1

Concept

A file with the hidden attribute does not appear in normal view. Understand the link between view settings and file attributes.

Step 2

Why this answer is correct

The correct answer is B. दृश्य सेटिंग में छिपी वस्तुएँ दिखाना / Enable hidden items in view settings. A file with the hidden attribute does not appear in normal view. Understand the link between view settings and file attributes.

Step 3

Exam Tip

छिपी विशेषता वाली फाइल सामान्य दृश्य में नहीं दिखती। परीक्षा में दृश्य सेटिंग और फाइल विशेषता का संबंध समझें।

Open Question Page
Ask Friends

किसी फाइल के गुण में संशोधन तिथि क्या बताती है?

What does the modification date in file properties indicate?

Explanation opens after your attempt
Correct Answer

C. फाइल में अंतिम सुरक्षित बदलाव कब हुआWhen the last saved change was made

Step 1

Concept

The modification date shows the time of the last saved change. Distinguish it from the creation date.

Step 2

Why this answer is correct

The correct answer is C. फाइल में अंतिम सुरक्षित बदलाव कब हुआ / When the last saved change was made. The modification date shows the time of the last saved change. Distinguish it from the creation date.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

फाइल की निर्माण तिथि और संशोधन तिथि अलग क्यों हो सकती हैं?

Why may a file's creation date and modification date be different?

Explanation opens after your attempt
Correct Answer

D. फाइल बनने के बाद उसमें बदलाव किए गए हैंThe file was changed after it was created

Step 1

Concept

Creation date shows when the file was made while modification date shows the last change. Keep both timestamps distinct.

Step 2

Why this answer is correct

The correct answer is D. फाइल बनने के बाद उसमें बदलाव किए गए हैं / The file was changed after it was created. Creation date shows when the file was made while modification date shows the last change. Keep both timestamps distinct.

Step 3

Exam Tip

निर्माण तिथि बनने का समय और संशोधन तिथि अंतिम बदलाव का समय बताती है। परीक्षा में दोनों समय संकेत अलग समझें।

Open Question Page
Ask Friends

पुनर्चक्रण पात्र से फाइल पुनर्स्थापित करने पर वह सामान्यतः कहाँ जाती है?

Where does a file generally go when restored from the Recycle Bin?

Explanation opens after your attempt
Correct Answer

A. उसके मूल स्थान परTo its original location

Step 1

Concept

A restored file generally returns to its original folder. Remember the original-location rule.

Step 2

Why this answer is correct

The correct answer is A. उसके मूल स्थान पर / To its original location. A restored file generally returns to its original folder. Remember the original-location rule.

Step 3

Exam Tip

पुनर्स्थापित फाइल सामान्यतः अपने मूल फोल्डर में लौटती है। परीक्षा में मूल स्थान का नियम याद रखें।

Open Question Page
Ask Friends

कौन सी हटाई गई फाइल सामान्यतः पुनर्चक्रण पात्र में नहीं जाती?

Which deleted file generally does not go to the Recycle Bin?

Explanation opens after your attempt
Correct Answer

B. हटाने योग्य बाहरी भंडारण की फाइलA file on removable external storage

Step 1

Concept

A file deleted from removable storage may be removed directly. Check backups before deleting.

Step 2

Why this answer is correct

The correct answer is B. हटाने योग्य बाहरी भंडारण की फाइल / A file on removable external storage. A file deleted from removable storage may be removed directly. Check backups before deleting.

Step 3

Exam Tip

हटाने योग्य भंडारण से मिटाई गई फाइल सामान्यतः सीधे हट सकती है। परीक्षा में हटाने से पहले बैकअप जाँचें।

Open Question Page
Ask Friends

शिफ्ट के साथ हटाएँ आदेश का सामान्य प्रभाव क्या हो सकता है?

What may be the usual effect of using Delete with the Shift key?

Explanation opens after your attempt
Correct Answer

C. फाइल पुनर्चक्रण पात्र को छोड़कर सीधे हट सकती हैThe file may be deleted without going to the Recycle Bin

Step 1

Concept

Shift with Delete generally bypasses the Recycle Bin. Use this command carefully.

Step 2

Why this answer is correct

The correct answer is C. फाइल पुनर्चक्रण पात्र को छोड़कर सीधे हट सकती है / The file may be deleted without going to the Recycle Bin. Shift with Delete generally bypasses the Recycle Bin. Use this command carefully.

Step 3

Exam Tip

शिफ्ट के साथ हटाने पर फाइल सामान्यतः पुनर्चक्रण पात्र में नहीं जाती। परीक्षा में इस आदेश का सावधानी से उपयोग करें।

Open Question Page
Ask Friends

पुनर्चक्रण पात्र खाली करने से पहले सबसे उचित सावधानी क्या है?

What is the most appropriate precaution before emptying the Recycle Bin?

Explanation opens after your attempt
Correct Answer

D. जाँचना कि कोई आवश्यक फाइल उसमें न होCheck that it contains no required file

Step 1

Concept

Files are generally not easily recovered after the Recycle Bin is emptied. Check before permanent deletion.

Step 2

Why this answer is correct

The correct answer is D. जाँचना कि कोई आवश्यक फाइल उसमें न हो / Check that it contains no required file. Files are generally not easily recovered after the Recycle Bin is emptied. Check before permanent deletion.

Step 3

Exam Tip

पुनर्चक्रण पात्र खाली करने के बाद फाइलें सामान्यतः आसानी से वापस नहीं मिलतीं। परीक्षा में स्थायी विलोपन से पहले जाँच करें।

Open Question Page
Ask Friends

फाइलों को प्रकार के अनुसार क्रमबद्ध करने का मुख्य लाभ क्या है?

What is the main benefit of sorting files by type?

Explanation opens after your attempt
Correct Answer

A. समान प्रारूप वाली फाइलें साथ दिखाई देती हैंFiles of similar formats appear together

Step 1

Concept

Sorting by type groups documents images and audio files. Understand the relationship between type and extension.

Step 2

Why this answer is correct

The correct answer is A. समान प्रारूप वाली फाइलें साथ दिखाई देती हैं / Files of similar formats appear together. Sorting by type groups documents images and audio files. Understand the relationship between type and extension.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

सबसे बड़ी फाइल जल्दी पहचानने के लिए किस आधार पर क्रमबद्ध करना चाहिए?

By which property should files be sorted to quickly identify the largest file?

Explanation opens after your attempt
Correct Answer

B. आकारSize

Step 1

Concept

Sorting by size makes space-consuming files easy to find. Link it with storage cleanup.

Step 2

Why this answer is correct

The correct answer is B. आकार / Size. Sorting by size makes space-consuming files easy to find. Link it with storage cleanup.

Step 3

Exam Tip

आकार के अनुसार क्रमबद्ध करने से अधिक स्थान लेने वाली फाइलें आसानी से मिलती हैं। परीक्षा में इसे भंडारण सफाई से जोड़ें।

Open Question Page
Ask Friends

हाल में बदली गई फाइल खोजने के लिए किस आधार पर क्रमबद्ध करना सबसे उपयोगी है?

Which sorting basis is most useful for finding a recently changed file?

Explanation opens after your attempt
Correct Answer

C. संशोधन तिथिDate modified

Step 1

Concept

Sorting by date modified helps identify recently changed files. Remember to choose the newest-first order.

Step 2

Why this answer is correct

The correct answer is C. संशोधन तिथि / Date modified. Sorting by date modified helps identify recently changed files. Remember to choose the newest-first order.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

खोज परिणाम बहुत अधिक आने पर उन्हें सीमित करने का सबसे अच्छा तरीका क्या है?

What is the best way to narrow an excessive number of search results?

Explanation opens after your attempt
Correct Answer

D. अधिक विशिष्ट नाम तिथि या फाइल प्रकार देनाUse a more specific name date or file type

Step 1

Concept

Specific search criteria reduce the number of results. Refine searches step by step.

Step 2

Why this answer is correct

The correct answer is D. अधिक विशिष्ट नाम तिथि या फाइल प्रकार देना / Use a more specific name date or file type. Specific search criteria reduce the number of results. Refine searches step by step.

Step 3

Exam Tip

विशिष्ट खोज शर्तें परिणामों की संख्या कम करती हैं। परीक्षा में खोज को चरणबद्ध रूप से परिष्कृत करें।

Open Question Page
Ask Friends

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

What is an asterisk generally used for in a file search?

Explanation opens after your attempt
Correct Answer

A. अज्ञात अक्षरों के समूह के स्थान पर वाइल्डकार्ड के रूप मेंAs a wildcard for a group of unknown characters

Step 1

Concept

An asterisk can act as a wildcard for an unknown part of a name. Link it with search patterns.

Step 2

Why this answer is correct

The correct answer is A. अज्ञात अक्षरों के समूह के स्थान पर वाइल्डकार्ड के रूप में / As a wildcard for a group of unknown characters. An asterisk can act as a wildcard for an unknown part of a name. Link it with search patterns.

Step 3

Exam Tip

तारक चिह्न नाम के अज्ञात भाग के लिए वाइल्डकार्ड बन सकता है। परीक्षा में इसका उपयोग खोज प्रतिरूप से जोड़ें।

Open Question Page
Ask Friends

यदि किसी फाइल का सही नाम याद न हो तो खोज बेहतर करने के लिए क्या उपयोगी होगा?

What is useful for improving a search when the exact file name is not remembered?

Explanation opens after your attempt
Correct Answer

B. नाम का ज्ञात भाग और फाइल प्रकारA known part of the name and the file type

Step 1

Concept

Known keywords and the file type can narrow a search. Combine available clues.

Step 2

Why this answer is correct

The correct answer is B. नाम का ज्ञात भाग और फाइल प्रकार / A known part of the name and the file type. Known keywords and the file type can narrow a search. Combine available clues.

Step 3

Exam Tip

ज्ञात शब्द और फाइल प्रकार खोज को सीमित कर सकते हैं। परीक्षा में उपलब्ध संकेतों का संयुक्त उपयोग करें।

Open Question Page
Ask Friends

फाइल संपीड़न और कूटलेखन में मुख्य अंतर क्या है?

What is the main difference between file compression and encryption?

Explanation opens after your attempt
Correct Answer

C. संपीड़न आकार घटाता है जबकि कूटलेखन सामग्री को अपठनीय बनाकर सुरक्षित करता हैCompression reduces size while encryption secures content by making it unreadable

Step 1

Concept

Compression reduces size while encryption improves confidentiality. Distinguish their purposes.

Step 2

Why this answer is correct

The correct answer is C. संपीड़न आकार घटाता है जबकि कूटलेखन सामग्री को अपठनीय बनाकर सुरक्षित करता है / Compression reduces size while encryption secures content by making it unreadable. Compression reduces size while encryption improves confidentiality. Distinguish their purposes.

Step 3

Exam Tip

संपीड़न का उद्देश्य आकार कम करना और कूटलेखन का उद्देश्य गोपनीयता बढ़ाना है। परीक्षा में दोनों को अलग समझें।

Open Question Page
Ask Friends

संपीड़ित संग्रह में अनेक फाइलें रखने का प्रमुख व्यावहारिक लाभ क्या है?

What is a major practical benefit of placing several files in a compressed archive?

Explanation opens after your attempt
Correct Answer

D. कई फाइलें एक पैकेज के रूप में भेजी जा सकती हैंSeveral files can be sent as one package

Step 1

Concept

A compressed archive can organize and transfer several files together. Associate it with ZIP archives.

Step 2

Why this answer is correct

The correct answer is D. कई फाइलें एक पैकेज के रूप में भेजी जा सकती हैं / Several files can be sent as one package. A compressed archive can organize and transfer several files together. Associate it with ZIP archives.

Step 3

Exam Tip

संपीड़ित संग्रह कई फाइलों को एक साथ व्यवस्थित और प्रेषित कर सकता है। परीक्षा में इसे जिप संग्रह से जोड़ें।

Open Question Page
Ask Friends

संपीड़ित संग्रह की फाइलों को सामान्य उपयोग के लिए बाहर निकालने की प्रक्रिया क्या है?

What is the process of taking files out of a compressed archive for normal use?

Explanation opens after your attempt
Correct Answer

A. निष्कर्षणExtraction

Step 1

Concept

Extraction takes archive files into a normal folder. Treat it as the reverse of compression.

Step 2

Why this answer is correct

The correct answer is A. निष्कर्षण / Extraction. Extraction takes archive files into a normal folder. Treat it as the reverse of compression.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

महत्वपूर्ण फाइल का बैकअप उसी भंडारण यंत्र पर रखने की सीमा क्या है?

What is the limitation of keeping an important file backup on the same storage device?

Explanation opens after your attempt
Correct Answer

B. यंत्र खराब होने पर मूल और बैकअप दोनों खो सकते हैंBoth original and backup may be lost if the device fails

Step 1

Concept

A backup on the same device is not protected from device failure. Remember the importance of separate backup storage.

Step 2

Why this answer is correct

The correct answer is B. यंत्र खराब होने पर मूल और बैकअप दोनों खो सकते हैं / Both original and backup may be lost if the device fails. A backup on the same device is not protected from device failure. Remember the importance of separate backup storage.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

कौन सी बैकअप व्यवस्था अधिक सुरक्षित है?

Which backup arrangement is more secure?

Explanation opens after your attempt
Correct Answer

C. अलग भंडारण यंत्र पर नियमित अद्यतन प्रतिA regularly updated copy on separate storage

Step 1

Concept

A regularly updated backup on separate storage offers better protection from device failure. Remember both separation and regularity.

Step 2

Why this answer is correct

The correct answer is C. अलग भंडारण यंत्र पर नियमित अद्यतन प्रति / A regularly updated copy on separate storage. A regularly updated backup on separate storage offers better protection from device failure. Remember both separation and regularity.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

समन्वयन को हमेशा पूर्ण बैकअप क्यों नहीं माना जा सकता?

Why can synchronization not always be considered a complete backup?

Explanation opens after your attempt
Correct Answer

D. हटाव या गलत बदलाव दूसरी प्रति में भी पहुँच सकता हैA deletion or wrong change may also spread to the other copy

Step 1

Concept

Synchronization may copy changes between locations so wrong changes can also spread. Distinguish synchronization from backup.

Step 2

Why this answer is correct

The correct answer is D. हटाव या गलत बदलाव दूसरी प्रति में भी पहुँच सकता है / A deletion or wrong change may also spread to the other copy. Synchronization may copy changes between locations so wrong changes can also spread. Distinguish synchronization from backup.

Step 3

Exam Tip

समन्वयन दोनों स्थानों के बदलाव मिला सकता है इसलिए गलत बदलाव भी फैल सकता है। परीक्षा में बैकअप और समन्वयन अलग रखें।

Open Question Page
Ask Friends

बाहरी भंडारण यंत्र को सुरक्षित निष्कासन से पहले हटाने का जोखिम क्या है?

What is the risk of disconnecting an external storage device before safe removal?

Explanation opens after your attempt
Correct Answer

A. लंबित लेखन के कारण फाइल दूषित हो सकती हैA file may become corrupted because of pending writes

Step 1

Concept

Safe removal allows pending write operations to finish. Do not disconnect the device suddenly.

Step 2

Why this answer is correct

The correct answer is A. लंबित लेखन के कारण फाइल दूषित हो सकती है / A file may become corrupted because of pending writes. Safe removal allows pending write operations to finish. Do not disconnect the device suddenly.

Step 3

Exam Tip

सुरक्षित निष्कासन लंबित लेखन क्रियाओं को पूरा होने देता है। परीक्षा में उपकरण अचानक न निकालें।

Open Question Page
Ask Friends

लेखन कैश सक्रिय होने पर अचानक बिजली जाने का विशेष जोखिम क्या है?

What special risk exists if power fails suddenly while write caching is enabled?

Explanation opens after your attempt
Correct Answer

B. स्मृति में लंबित आँकड़े भंडारण पर न लिखे जाने से खो सकते हैंPending data in memory may be lost before being written to storage

Step 1

Concept

Write caching improves performance but pending data may be lost during power failure. Remember both benefit and risk.

Step 2

Why this answer is correct

The correct answer is B. स्मृति में लंबित आँकड़े भंडारण पर न लिखे जाने से खो सकते हैं / Pending data in memory may be lost before being written to storage. Write caching improves performance but pending data may be lost during power failure. Remember both benefit and risk.

Step 3

Exam Tip

लेखन कैश प्रदर्शन बढ़ाता है लेकिन लंबित आँकड़े बिजली जाने पर खो सकते हैं। परीक्षा में लाभ और जोखिम दोनों याद रखें।

Open Question Page
Ask Friends

किसी फाइल को खोलते समय कार्यक्रम चयन संदेश क्यों दिखाई दे सकता है?

Why may a program-selection prompt appear while opening a file?

Explanation opens after your attempt
Correct Answer

C. उस फाइल प्रकार से कोई पूर्व निर्धारित अनुप्रयोग संबद्ध नहीं हैNo default application is associated with that file type

Step 1

Concept

When no default association exists the operating system asks the user to choose an application. Link file type with association.

Step 2

Why this answer is correct

The correct answer is C. उस फाइल प्रकार से कोई पूर्व निर्धारित अनुप्रयोग संबद्ध नहीं है / No default application is associated with that file type. When no default association exists the operating system asks the user to choose an application. Link file type with association.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

यदि फाइल हमेशा गलत कार्यक्रम में खुलती है तो किस सेटिंग को बदलना चाहिए?

Which setting should be changed if a file always opens in the wrong program?

Explanation opens after your attempt
Correct Answer

D. पूर्व निर्धारित अनुप्रयोग संबद्धताDefault application association

Step 1

Concept

Choose the correct default application for the file type. Do not treat changing the extension as the solution.

Step 2

Why this answer is correct

The correct answer is D. पूर्व निर्धारित अनुप्रयोग संबद्धता / Default application association. Choose the correct default application for the file type. Do not treat changing the extension as the solution.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

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

What can a user generally do when only read permission is granted for a file?

Explanation opens after your attempt
Correct Answer

A. फाइल देख सकता है लेकिन बदलाव सहेज नहीं सकताView the file but cannot save changes

Step 1

Concept

Read permission allows viewing while write permission is needed to save changes. Keep them distinct.

Step 2

Why this answer is correct

The correct answer is A. फाइल देख सकता है लेकिन बदलाव सहेज नहीं सकता / View the file but cannot save changes. Read permission allows viewing while write permission is needed to save changes. Keep them distinct.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

एक साझा फाइल को दो कार्यक्रम एक साथ बदलें तो कौन सी समस्या हो सकती है?

What problem may occur if two programs modify the same shared file at the same time?

Explanation opens after your attempt
Correct Answer

C. परस्पर विरोधी बदलाव या आँकड़ा असंगतिConflicting changes or data inconsistency

Step 1

Concept

Simultaneous writing may cause conflicting changes. Understand the importance of synchronization and file locks.

Step 2

Why this answer is correct

The correct answer is C. परस्पर विरोधी बदलाव या आँकड़ा असंगति / Conflicting changes or data inconsistency. Simultaneous writing may cause conflicting changes. Understand the importance of synchronization and file locks.

Step 3

Exam Tip

एक साथ लेखन से बदलाव टकरा सकते हैं। परीक्षा में साझा फाइलों के लिए समन्वय और फाइल ताले का महत्व समझें।

Open Question Page
Ask Friends

फाइल ताले का मुख्य उद्देश्य क्या है?

What is the main purpose of a file lock?

Explanation opens after your attempt
Correct Answer

D. एक साथ विरोधी लेखन को रोकनाPrevent conflicting simultaneous writes

Step 1

Concept

A file lock can prevent uncontrolled simultaneous modifications. Distinguish it from general permissions.

Step 2

Why this answer is correct

The correct answer is D. एक साथ विरोधी लेखन को रोकना / Prevent conflicting simultaneous writes. A file lock can prevent uncontrolled simultaneous modifications. Distinguish it from general permissions.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

महत्वपूर्ण दस्तावेज में संस्करण नाम जैसे तिथि जोड़ने का लाभ क्या है?

What is the benefit of adding version names such as dates to an important document?

Explanation opens after your attempt
Correct Answer

A. पुराने और नए संस्करण पहचानना आसान होता हैOlder and newer versions become easier to identify

Step 1

Concept

Meaningful version names help identify the sequence of changes. Link this with organization and recovery.

Step 2

Why this answer is correct

The correct answer is A. पुराने और नए संस्करण पहचानना आसान होता है / Older and newer versions become easier to identify. Meaningful version names help identify the sequence of changes. Link this with organization and recovery.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

इस रूप में सहेजें आदेश संस्करण प्रबंधन में क्यों उपयोगी है?

Why is the Save As command useful for version management?

Explanation opens after your attempt
Correct Answer

B. यह नए नाम या स्थान पर अलग प्रति बना सकता हैIt can create a separate copy with a new name or location

Step 1

Concept

Save As can create a new version while keeping the original. Distinguish it from normal Save.

Step 2

Why this answer is correct

The correct answer is B. यह नए नाम या स्थान पर अलग प्रति बना सकता है / It can create a separate copy with a new name or location. Save As can create a new version while keeping the original. Distinguish it from normal Save.

Step 3

Exam Tip

इस रूप में सहेजें मूल फाइल रखते हुए नया संस्करण बना सकता है। परीक्षा में इसे सामान्य सहेजें से अलग रखें।

Open Question Page
Ask Friends

फाइल अनुक्रमण का मुख्य लाभ क्या है?

What is the main benefit of file indexing?

Explanation opens after your attempt
Correct Answer

C. फाइलों का स्थान और सामग्री जल्दी खोजी जा सकती हैFile locations and content can be searched more quickly

Step 1

Concept

Indexing organizes file information in advance for faster search. Do not treat it as another copy of the file.

Step 2

Why this answer is correct

The correct answer is C. फाइलों का स्थान और सामग्री जल्दी खोजी जा सकती है / File locations and content can be searched more quickly. Indexing organizes file information in advance for faster search. Do not treat it as another copy of the file.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

अनुक्रमण बंद होने पर संभावित प्रभाव क्या होगा?

What may be the effect of disabling file indexing?

Explanation opens after your attempt
Correct Answer

D. कुछ खोजों में अधिक समय लग सकता हैSome searches may take longer

Step 1

Concept

Without indexing the system may need to inspect more locations during a search. Link indexing with search speed.

Step 2

Why this answer is correct

The correct answer is D. कुछ खोजों में अधिक समय लग सकता है / Some searches may take longer. Without indexing the system may need to inspect more locations during a search. Link indexing with search speed.

Step 3

Exam Tip

अनुक्रमण न होने पर तंत्र को खोज के समय अधिक स्थान जाँचना पड़ सकता है। परीक्षा में अनुक्रमण को खोज गति से जोड़ें।

Open Question Page
Ask Friends

किसी महत्वपूर्ण फाइल पर कार्य करते समय आँकड़ा हानि कम करने की सर्वोत्तम संयुक्त विधि क्या है?

What is the best combined method to reduce data loss while working on an important file?

Explanation opens after your attempt
Correct Answer

A. नियमित सहेजना संस्करण रखना और अलग बैकअप बनानाSave regularly keep versions and make a separate backup

Step 1

Concept

Regular saving protects current work while versions and backups support recovery. Treat these measures as complementary.

Step 2

Why this answer is correct

The correct answer is A. नियमित सहेजना संस्करण रखना और अलग बैकअप बनाना / Save regularly keep versions and make a separate backup. Regular saving protects current work while versions and backups support recovery. Treat these measures as complementary.

Step 3

Exam Tip

नियमित सहेजना तत्काल कार्य बचाता है और संस्करण तथा बैकअप पुनर्प्राप्ति में सहायता करते हैं। परीक्षा में इन उपायों को पूरक मानें।

Open Question Page
Ask Friends

प्रचालन तंत्र और फाइल प्रबंधन की संयुक्त भूमिका का सबसे सही वर्णन कौन सा है?

Which statement best describes the combined role of an operating system and file management?

Explanation opens after your attempt
Correct Answer

B. हार्डवेयर संसाधनों को नियंत्रित करना और आँकड़ों को व्यवस्थित सुरक्षित तथा सुलभ रखनाManaging hardware resources while keeping data organized protected and accessible

Step 1

Concept

The operating system manages resources while file management keeps data organized and accessible. Understand their related roles.

Step 2

Why this answer is correct

The correct answer is B. हार्डवेयर संसाधनों को नियंत्रित करना और आँकड़ों को व्यवस्थित सुरक्षित तथा सुलभ रखना / Managing hardware resources while keeping data organized protected and accessible. The operating system manages resources while file management keeps data organized and accessible. Understand their related roles.

Step 3

Exam Tip

प्रचालन तंत्र संसाधनों का प्रबंधन करता है और फाइल प्रबंधन आँकड़ों को व्यवस्थित तथा सुलभ रखता है। परीक्षा में दोनों की संबंधित भूमिकाएँ समझें।

Open Question Page
Ask Friends

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

What is the safest next step if a file-transfer process stops midway?

Explanation opens after your attempt
Correct Answer

A. मूल और गंतव्य दोनों स्थानों पर फाइल की स्थिति जाँचकर फिर प्रक्रिया दोहरानाCheck the file status at both source and destination before repeating the process

Step 1

Concept

An interrupted transfer may leave an incomplete or duplicate file so both locations should be checked. Repeat the transfer only after verification.

Step 2

Why this answer is correct

The correct answer is A. मूल और गंतव्य दोनों स्थानों पर फाइल की स्थिति जाँचकर फिर प्रक्रिया दोहराना / Check the file status at both source and destination before repeating the process. An interrupted transfer may leave an incomplete or duplicate file so both locations should be checked. Repeat the transfer 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 30 seconds per question for Hard 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.