Class 9 Artificial Intelligence - ICT (Information & Communication Technology) Skills-I - Using an operating system and file management Expert Quiz

Level 32 • 15/50 questions • 25 seconds per question.

Level readiness 15/50 Questions
Time Left 06:15 25 sec/question
RewardsCoins + XP
ModeClassic Quiz
Share
This level needs 35 more active questions. Admin panel me same class, subject, difficulty aur level_no 32 par question add karein.
Question 1 / 15 0 score
Answered 0/15 Correct 0 Time 06:15

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

Which sequence correctly shows the transfer of control from firmware to the operating system during booting?

Explanation opens after your attempt
Correct Answer

A. फर्मवेयर फिर बूट लोडर फिर संचालन तंत्रFirmware then boot loader then operating system

Step 1

Concept

Firmware runs the boot loader after hardware checks and the boot loader loads the operating system. Identify the role of each stage in sequence-based questions.

Step 2

Why this answer is correct

The correct answer is A. फर्मवेयर फिर बूट लोडर फिर संचालन तंत्र / Firmware then boot loader then operating system. Firmware runs the boot loader after hardware checks and the boot loader loads the operating system. Identify the role of each stage in sequence-based questions.

Step 3

Exam Tip

फर्मवेयर हार्डवेयर जांच के बाद बूट लोडर को चलाता है और बूट लोडर संचालन तंत्र लोड करता है। क्रम आधारित प्रश्नों में प्रत्येक चरण की भूमिका पहचानें।

Open Question Page
Ask Friends

बूट लोडर का सबसे सटीक कार्य क्या है?

What is the most precise function of a boot loader?

Explanation opens after your attempt
Correct Answer

C. संचालन तंत्र के मूल भाग को स्मृति में लोड करनाLoad the core part of the operating system into memory

Step 1

Concept

A boot loader loads the essential part of the operating system into main memory. Distinguish it from loading a normal application.

Step 2

Why this answer is correct

The correct answer is C. संचालन तंत्र के मूल भाग को स्मृति में लोड करना / Load the core part of the operating system into memory. A boot loader loads the essential part of the operating system into main memory. Distinguish it from loading a normal application.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

जब सक्रिय कार्यक्रमों की मांग उपलब्ध रैंडम एक्सेस मेमोरी से अधिक हो जाती है तब संचालन तंत्र क्या कर सकता है?

What can the operating system do when active programs demand more memory than the available random access memory?

Explanation opens after your attempt
Correct Answer

C. भंडारण के भाग को आभासी स्मृति के रूप में उपयोग कर सकता हैIt can use part of storage as virtual memory

Step 1

Concept

Virtual memory temporarily uses storage space but it is slower than random access memory. Heavy use may reduce performance.

Step 2

Why this answer is correct

The correct answer is C. भंडारण के भाग को आभासी स्मृति के रूप में उपयोग कर सकता है / It can use part of storage as virtual memory. Virtual memory temporarily uses storage space but it is slower than random access memory. Heavy use may reduce performance.

Step 3

Exam Tip

आभासी स्मृति अस्थायी रूप से भंडारण स्थान का उपयोग करती है लेकिन यह रैंडम एक्सेस मेमोरी से धीमी होती है। अधिक उपयोग पर प्रदर्शन घट सकता है।

Open Question Page
Ask Friends

भंडारण ड्राइव में खाली स्थान बहुत कम होने पर प्रणाली धीमी क्यों हो सकती है?

Why may a system become slow when very little free space remains on the storage drive?

Explanation opens after your attempt
Correct Answer

C. अस्थायी फाइलों और आभासी स्मृति के लिए पर्याप्त स्थान नहीं बचताInsufficient space remains for temporary files and virtual memory

Step 1

Concept

The operating system needs free space for temporary data and virtual memory. Keeping sufficient free space supports performance.

Step 2

Why this answer is correct

The correct answer is C. अस्थायी फाइलों और आभासी स्मृति के लिए पर्याप्त स्थान नहीं बचता / Insufficient space remains for temporary files and virtual memory. The operating system needs free space for temporary data and virtual memory. Keeping sufficient free space supports performance.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

फाइल प्रणाली में निर्देशिका संरचना का उद्देश्य क्या है?

What is the purpose of a directory structure in a file system?

Explanation opens after your attempt
Correct Answer

A. फाइलों को पदानुक्रमित फोल्डर व्यवस्था में संगठित करनाOrganize files in a hierarchical folder arrangement

Step 1

Concept

A directory structure organizes relationships among main folders subfolders and files. It is essential for understanding file paths.

Step 2

Why this answer is correct

The correct answer is A. फाइलों को पदानुक्रमित फोल्डर व्यवस्था में संगठित करना / Organize files in a hierarchical folder arrangement. A directory structure organizes relationships among main folders subfolders and files. It is essential for understanding file paths.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

एक ही नाम की दो फाइलें समान फोल्डर में सामान्यतः क्यों नहीं रखी जा सकतीं?

Why can two files with the same name usually not be kept in the same folder?

Explanation opens after your attempt
Correct Answer

B. फाइल प्रणाली को प्रत्येक वस्तु की अलग पहचान चाहिएThe file system needs a distinct identity for each item

Step 1

Concept

Within the same folder the name is a major part of identification. The same name may exist in different folders because the paths differ.

Step 2

Why this answer is correct

The correct answer is B. फाइल प्रणाली को प्रत्येक वस्तु की अलग पहचान चाहिए / The file system needs a distinct identity for each item. Within the same folder the name is a major part of identification. The same name may exist in different folders because the paths differ.

Step 3

Exam Tip

समान फोल्डर में नाम पहचान का प्रमुख भाग होता है। अलग फोल्डर में समान नाम संभव हो सकता है क्योंकि पथ अलग होता है।

Open Question Page
Ask Friends

फाइल का पूर्ण पथ और सापेक्ष पथ में क्या अंतर है?

What is the difference between an absolute path and a relative path?

Explanation opens after your attempt
Correct Answer

C. पूर्ण पथ मूल स्थान से पूरा मार्ग बताता है जबकि सापेक्ष पथ वर्तमान स्थान के अनुसार मार्ग बताता हैAn absolute path gives the complete route from the root while a relative path gives the route from the current location

Step 1

Concept

An absolute path gives the complete route from a fixed starting point. A relative path depends on the current directory.

Step 2

Why this answer is correct

The correct answer is C. पूर्ण पथ मूल स्थान से पूरा मार्ग बताता है जबकि सापेक्ष पथ वर्तमान स्थान के अनुसार मार्ग बताता है / An absolute path gives the complete route from the root while a relative path gives the route from the current location. An absolute path gives the complete route from a fixed starting point. A relative path depends on the current directory.

Step 3

Exam Tip

पूर्ण पथ निश्चित प्रारंभिक स्थान से फाइल तक पूरा मार्ग देता है। सापेक्ष पथ वर्तमान निर्देशिका पर निर्भर करता है।

Open Question Page
Ask Friends

फाइल विस्तार छिपा होने पर गलत नाम परिवर्तन से क्या समस्या हो सकती है?

What problem may occur when file extensions are hidden during renaming?

Explanation opens after your attempt
Correct Answer

D. उपयोगकर्ता अनजाने में फाइल प्रकार की पहचान गलत समझ सकता हैThe user may misunderstand the actual file type

Step 1

Concept

Hidden extensions can make similar-looking names misleading. Viewing the actual extension helps with security and file-type identification.

Step 2

Why this answer is correct

The correct answer is D. उपयोगकर्ता अनजाने में फाइल प्रकार की पहचान गलत समझ सकता है / The user may misunderstand the actual file type. Hidden extensions can make similar-looking names misleading. Viewing the actual extension helps with security and file-type identification.

Step 3

Exam Tip

छिपे विस्तार से समान दिखने वाले नाम भ्रम पैदा कर सकते हैं। सुरक्षा और प्रकार पहचान में वास्तविक विस्तार देखना उपयोगी है।

Open Question Page
Ask Friends

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

What is the best purpose of granting only read permission to a file?

Explanation opens after your attempt
Correct Answer

A. उपयोगकर्ता को सामग्री देखने देना लेकिन परिवर्तन रोकनाAllow the user to view content while preventing changes

Step 1

Concept

Read-only permission protects against unauthorized editing while keeping the content accessible. It is useful for shared documents.

Step 2

Why this answer is correct

The correct answer is A. उपयोगकर्ता को सामग्री देखने देना लेकिन परिवर्तन रोकना / Allow the user to view content while preventing changes. Read-only permission protects against unauthorized editing while keeping the content accessible. It is useful for shared documents.

Step 3

Exam Tip

केवल पढ़ने की अनुमति अनधिकृत संपादन से बचाती है जबकि सामग्री उपलब्ध रहती है। साझा दस्तावेजों में यह उपयोगी है।

Open Question Page
Ask Friends

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

If the system becomes unstable after updating a device driver to an incorrect version what is the most appropriate step?

Explanation opens after your attempt
Correct Answer

D. पिछले स्थिर चालक पर वापस जानाRoll back to the previous stable driver

Step 1

Concept

Rolling back the driver removes the recent incompatible change. During troubleshooting check the most recent change first.

Step 2

Why this answer is correct

The correct answer is D. पिछले स्थिर चालक पर वापस जाना / Roll back to the previous stable driver. Rolling back the driver removes the recent incompatible change. During troubleshooting check the most recent change first.

Step 3

Exam Tip

चालक वापस लेना हाल के असंगत परिवर्तन को हटाता है। समस्या निवारण में पहले सबसे हाल का परिवर्तन जांचें।

Open Question Page
Ask Friends

सिस्टम रिस्टोर बिंदु बनाने का सर्वोत्तम समय कौन सा है?

What is the best time to create a System Restore point?

Explanation opens after your attempt
Correct Answer

B. महत्वपूर्ण चालक या तंत्रांश परिवर्तन से पहलेBefore an important driver or software change

Step 1

Concept

Creating a restore point before a change allows system settings to be reversed if a problem occurs. It is not a substitute for personal data backup.

Step 2

Why this answer is correct

The correct answer is B. महत्वपूर्ण चालक या तंत्रांश परिवर्तन से पहले / Before an important driver or software change. Creating a restore point before a change allows system settings to be reversed if a problem occurs. It is not a substitute for personal data backup.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

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

For which type of file is lossless compression most necessary?

Explanation opens after your attempt
Correct Answer

C. कार्यक्रम की निष्पादन योग्य फाइलA program executable file

Step 1

Concept

Even one incorrect bit can affect a program file so the original data must remain exact. Focus on data integrity in the exam.

Step 2

Why this answer is correct

The correct answer is C. कार्यक्रम की निष्पादन योग्य फाइल / A program executable file. Even one incorrect bit can affect a program file so the original data must remain exact. Focus on data integrity in the exam.

Step 3

Exam Tip

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

Open Question Page
Ask Friends

फाइल को केवल रीसायकल बिन से हटाना संवेदनशील डेटा के लिए हमेशा पर्याप्त क्यों नहीं होता?

Why is deleting a file from the Recycle Bin not always sufficient for sensitive data?

Explanation opens after your attempt
Correct Answer

D. डेटा के कुछ अंश भंडारण पर पुनर्प्राप्त होने योग्य रह सकते हैंSome data fragments may remain recoverable on storage

Step 1

Concept

Normal deletion removes the file reference but may not erase all data immediately. Secure deletion methods may be needed for sensitive data.

Step 2

Why this answer is correct

The correct answer is D. डेटा के कुछ अंश भंडारण पर पुनर्प्राप्त होने योग्य रह सकते हैं / Some data fragments may remain recoverable on storage. Normal deletion removes the file reference but may not erase all data immediately. Secure deletion methods may be needed for sensitive data.

Step 3

Exam Tip

सामान्य मिटाने से फाइल का संदर्भ हटता है लेकिन डेटा तुरंत पूरी तरह मिटना आवश्यक नहीं है। संवेदनशील डेटा के लिए सुरक्षित मिटाने की विधि उपयोगी हो सकती है।

Open Question Page
Ask Friends

संचालन तंत्र में प्रक्रिया प्राथमिकता बढ़ाने का संभावित प्रभाव क्या है?

What is a possible effect of increasing a process priority in an operating system?

Explanation opens after your attempt
Correct Answer

A. उस प्रक्रिया को अधिक केंद्रीय प्रसंस्करण समय मिल सकता हैThe process may receive more central processing time

Step 1

Concept

A higher-priority process may receive resources sooner but other tasks may slow down. Change priorities carefully.

Step 2

Why this answer is correct

The correct answer is A. उस प्रक्रिया को अधिक केंद्रीय प्रसंस्करण समय मिल सकता है / The process may receive more central processing time. A higher-priority process may receive resources sooner but other tasks may slow down. Change priorities carefully.

Step 3

Exam Tip

उच्च प्राथमिकता वाली प्रक्रिया को संसाधन पहले मिल सकते हैं लेकिन अन्य कार्य धीमे हो सकते हैं। प्राथमिकता बदलना सावधानी से करें।

Open Question Page
Ask Friends

यदि कंप्यूटर बार बार नीली त्रुटि स्क्रीन दिखाता है तो कौन सा कारण संभावित है?

If a computer repeatedly shows a blue error screen which cause is possible?

Explanation opens after your attempt
Correct Answer

D. गंभीर चालक हार्डवेयर या प्रणाली त्रुटिA serious driver hardware or system error

Step 1

Concept

Such an error may indicate a serious system failure. Checking recent driver changes and hardware is useful.

Step 2

Why this answer is correct

The correct answer is D. गंभीर चालक हार्डवेयर या प्रणाली त्रुटि / A serious driver hardware or system error. Such an error may indicate a serious system failure. Checking recent driver changes and hardware is useful.

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 15 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.