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
फर्मवेयर हार्डवेयर जांच के बाद बूट लोडर को चलाता है और बूट लोडर संचालन तंत्र लोड करता है। क्रम आधारित प्रश्नों में प्रत्येक चरण की भूमिका पहचानें।
B. बूट उपकरण संबंधी त्रुटि संदेश दिखाई देगा/A boot device error message will appear
Step 1
Concept
Even after successful hardware checks booting cannot complete without an operating system. Distinguish a boot error from a hardware test failure.
Step 2
Why this answer is correct
The correct answer is B. बूट उपकरण संबंधी त्रुटि संदेश दिखाई देगा / A boot device error message will appear. Even after successful hardware checks booting cannot complete without an operating system. Distinguish a boot error from a hardware test failure.
Step 3
Exam Tip
हार्डवेयर जांच सफल होने पर भी संचालन तंत्र के बिना बूट पूरा नहीं हो सकता। बूट त्रुटि को हार्डवेयर जांच की सफलता से अलग समझें।
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
बूट लोडर संचालन तंत्र के आवश्यक भाग को मुख्य स्मृति में लोड करता है। इसे सामान्य अनुप्रयोग लोडिंग से अलग पहचानें।
D. सही संचालन तंत्र मौजूद होने पर भी कंप्यूटर दूसरे उपकरण से बूट खोज सकता है/The computer may search another device even when a valid operating system exists
Step 1
Concept
Boot order determines which device the computer checks first. Incorrect priority can delay or prevent booting.
Step 2
Why this answer is correct
The correct answer is D. सही संचालन तंत्र मौजूद होने पर भी कंप्यूटर दूसरे उपकरण से बूट खोज सकता है / The computer may search another device even when a valid operating system exists. Boot order determines which device the computer checks first. Incorrect priority can delay or prevent booting.
Step 3
Exam Tip
बूट क्रम तय करता है कि कंप्यूटर पहले किस उपकरण की जांच करेगा। गलत प्राथमिकता से बूट देर से या विफल हो सकता है।
A. वे केंद्रीय प्रसंस्करण इकाई के भीतर अत्यंत तेज डेटा पहुंच देते हैं/They provide extremely fast data access inside the central processing unit
Step 1
Concept
Registers keep immediate instructions and data very close to the central processing unit. Remember their high speed and small capacity in the memory hierarchy.
Step 2
Why this answer is correct
The correct answer is A. वे केंद्रीय प्रसंस्करण इकाई के भीतर अत्यंत तेज डेटा पहुंच देते हैं / They provide extremely fast data access inside the central processing unit. Registers keep immediate instructions and data very close to the central processing unit. Remember their high speed and small capacity in the memory hierarchy.
Step 3
Exam Tip
रजिस्टर तत्काल निर्देश और डेटा केंद्रीय प्रसंस्करण इकाई के बहुत पास रखते हैं। स्मृति पदानुक्रम में उनकी गति और छोटी क्षमता याद रखें।
B. कैश छोटी और तेज होती है जबकि रैंडम एक्सेस मेमोरी बड़ी और अपेक्षाकृत धीमी होती है/Cache is smaller and faster while random access memory is larger and relatively slower
Step 1
Concept
Cache provides frequently used data quickly while random access memory holds more working data. Compare both speed and capacity.
Step 2
Why this answer is correct
The correct answer is B. कैश छोटी और तेज होती है जबकि रैंडम एक्सेस मेमोरी बड़ी और अपेक्षाकृत धीमी होती है / Cache is smaller and faster while random access memory is larger and relatively slower. Cache provides frequently used data quickly while random access memory holds more working data. Compare both speed and capacity.
Step 3
Exam Tip
कैश बार बार उपयोग होने वाला डेटा तेजी से उपलब्ध कराती है जबकि रैंडम एक्सेस मेमोरी अधिक कार्यशील डेटा रखती है। तुलना में गति और क्षमता दोनों देखें।
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
आभासी स्मृति अस्थायी रूप से भंडारण स्थान का उपयोग करती है लेकिन यह रैंडम एक्सेस मेमोरी से धीमी होती है। अधिक उपयोग पर प्रदर्शन घट सकता है।
D. प्रणाली आभासी स्मृति पर अधिक निर्भर है/The system is relying heavily on virtual memory
Step 1
Concept
Insufficient random access memory can make the system move data repeatedly between storage and memory. This causes noticeable slowdown.
Step 2
Why this answer is correct
The correct answer is D. प्रणाली आभासी स्मृति पर अधिक निर्भर है / The system is relying heavily on virtual memory. Insufficient random access memory can make the system move data repeatedly between storage and memory. This causes noticeable slowdown.
Step 3
Exam Tip
अपर्याप्त रैंडम एक्सेस मेमोरी से प्रणाली डेटा को बार बार भंडारण और स्मृति के बीच ले जा सकती है। इससे धीमापन दिखाई देता है।
A. प्रदर्शन कोर संख्या संरचना स्मृति और तंत्रांश अनुकूलन पर भी निर्भर करता है/Performance also depends on core count architecture memory and software optimization
Step 1
Concept
Computer performance depends on several components and workloads. Do not judge it from only one specification in an exam.
Step 2
Why this answer is correct
The correct answer is A. प्रदर्शन कोर संख्या संरचना स्मृति और तंत्रांश अनुकूलन पर भी निर्भर करता है / Performance also depends on core count architecture memory and software optimization. Computer performance depends on several components and workloads. Do not judge it from only one specification in an exam.
Step 3
Exam Tip
कंप्यूटर प्रदर्शन कई घटकों और कार्यभार पर निर्भर करता है। परीक्षा में केवल एक विनिर्देश देखकर निष्कर्ष न निकालें।
B. तंत्रांश को कार्य कई भागों में बांटने का समर्थन करना चाहिए/The software should support dividing work across multiple parts
Step 1
Concept
Multi-core benefits are greater when software can use parallel processing. Not all tasks benefit equally.
Step 2
Why this answer is correct
The correct answer is B. तंत्रांश को कार्य कई भागों में बांटने का समर्थन करना चाहिए / The software should support dividing work across multiple parts. Multi-core benefits are greater when software can use parallel processing. Not all tasks benefit equally.
Step 3
Exam Tip
बहु कोर का लाभ तभी अधिक मिलता है जब तंत्रांश समानांतर प्रसंस्करण का उपयोग कर सके। सभी कार्य समान रूप से लाभ नहीं लेते।
C. अंकगणितीय तार्किक इकाई गणना करती है जबकि नियंत्रण इकाई निर्देशों का समन्वय करती है/The arithmetic logic unit performs calculations while the control unit coordinates instructions
Step 1
Concept
The arithmetic logic unit performs mathematical and logical operations while the control unit directs execution. Both are parts of the central processing unit.
Step 2
Why this answer is correct
The correct answer is C. अंकगणितीय तार्किक इकाई गणना करती है जबकि नियंत्रण इकाई निर्देशों का समन्वय करती है / The arithmetic logic unit performs calculations while the control unit coordinates instructions. The arithmetic logic unit performs mathematical and logical operations while the control unit directs execution. Both are parts of the central processing unit.
Step 3
Exam Tip
अंकगणितीय तार्किक इकाई गणितीय और तार्किक कार्य करती है जबकि नियंत्रण इकाई निष्पादन का क्रम नियंत्रित करती है। दोनों केंद्रीय प्रसंस्करण इकाई के भाग हैं।
Thermal throttling reduces processing speed to lower temperature and protect hardware. The underlying cooling issue should still be fixed.
Step 2
Why this answer is correct
The correct answer is D. तापीय गति नियंत्रण / Thermal Throttling. Thermal throttling reduces processing speed to lower temperature and protect hardware. The underlying cooling issue should still be fixed.
Step 3
Exam Tip
तापीय गति नियंत्रण ताप घटाने और हार्डवेयर की रक्षा के लिए प्रसंस्करण गति कम करता है। मूल शीतलन समस्या फिर भी ठीक करनी चाहिए।
A. घटकों के बीच डेटा संकेत पहुंचाना/Carry data signals between components
Step 1
Concept
Motherboard data pathways carry signals between the central processing unit memory and other components. Link them with component communication.
Step 2
Why this answer is correct
The correct answer is A. घटकों के बीच डेटा संकेत पहुंचाना / Carry data signals between components. Motherboard data pathways carry signals between the central processing unit memory and other components. Link them with component communication.
Step 3
Exam Tip
मदरबोर्ड के डेटा मार्ग केंद्रीय प्रसंस्करण इकाई स्मृति और अन्य घटकों के बीच संकेत पहुंचाते हैं। इन्हें घटक संचार से जोड़ें।
B. स्मृति काम नहीं करेगी या प्रणाली अस्थिर हो सकती है/The memory may not work or the system may become unstable
Step 1
Concept
The memory type speed and capacity must be compatible with the motherboard. Compatibility should be checked before upgrading.
Step 2
Why this answer is correct
The correct answer is B. स्मृति काम नहीं करेगी या प्रणाली अस्थिर हो सकती है / The memory may not work or the system may become unstable. The memory type speed and capacity must be compatible with the motherboard. Compatibility should be checked before upgrading.
Step 3
Exam Tip
रैंडम एक्सेस मेमोरी का प्रकार गति और क्षमता मदरबोर्ड से अनुकूल होना चाहिए। उन्नयन से पहले अनुकूलता जांचना आवश्यक है।
C. भार बढ़ने पर कंप्यूटर अचानक बंद या पुनः आरंभ हो सकता है/The computer may shut down or restart suddenly under load
Step 1
Concept
An insufficient power supply may fail to provide stable power under heavy load. Do not assume it is only a software error.
Step 2
Why this answer is correct
The correct answer is C. भार बढ़ने पर कंप्यूटर अचानक बंद या पुनः आरंभ हो सकता है / The computer may shut down or restart suddenly under load. An insufficient power supply may fail to provide stable power under heavy load. Do not assume it is only a software error.
Step 3
Exam Tip
अपर्याप्त विद्युत आपूर्ति उच्च भार पर घटकों को स्थिर शक्ति नहीं दे सकती। समस्या को केवल तंत्रांश त्रुटि न मानें।
D. कार्य सहेजने और सुरक्षित बंद करने के लिए समय देने के लिए/To provide time to save work and shut down safely
Step 1
Concept
An uninterruptible power supply normally provides limited backup time. Its main purpose is to reduce data loss and sudden shutdown risk.
Step 2
Why this answer is correct
The correct answer is D. कार्य सहेजने और सुरक्षित बंद करने के लिए समय देने के लिए / To provide time to save work and shut down safely. An uninterruptible power supply normally provides limited backup time. Its main purpose is to reduce data loss and sudden shutdown risk.
Step 3
Exam Tip
निर्बाध विद्युत आपूर्ति का बैकअप सामान्यतः सीमित होता है। इसका मुख्य उद्देश्य डेटा हानि और अचानक बंद होने के जोखिम को कम करना है।
A. पढ़ने वाला सिर सही स्थान तक पहुंचने और प्लेटर के घूमने की प्रतीक्षा करता है/The read head must reach the correct location and wait for platter rotation
Step 1
Concept
A hard disk requires mechanical movement to access data. This increases access time compared with a solid state drive.
Step 2
Why this answer is correct
The correct answer is A. पढ़ने वाला सिर सही स्थान तक पहुंचने और प्लेटर के घूमने की प्रतीक्षा करता है / The read head must reach the correct location and wait for platter rotation. A hard disk requires mechanical movement to access data. This increases access time compared with a solid state drive.
Step 3
Exam Tip
हार्ड डिस्क में डेटा तक पहुंच के लिए यांत्रिक गति आवश्यक होती है। यही कारण सॉलिड स्टेट ड्राइव की तुलना में पहुंच समय बढ़ाता है।
B. स्मृति कोशिकाओं की सीमित लेखन आयु होती है/Memory cells have a limited write lifespan
Step 1
Concept
Solid state drive memory cells have limited write cycles but the controller balances usage. This is usually sufficient for normal use.
Step 2
Why this answer is correct
The correct answer is B. स्मृति कोशिकाओं की सीमित लेखन आयु होती है / Memory cells have a limited write lifespan. Solid state drive memory cells have limited write cycles but the controller balances usage. This is usually sufficient for normal use.
Step 3
Exam Tip
सॉलिड स्टेट ड्राइव की स्मृति कोशिकाओं के लेखन चक्र सीमित होते हैं लेकिन नियंत्रक उपयोग को संतुलित करता है। सामान्य उपयोग में यह प्रायः पर्याप्त होता है।
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
संचालन तंत्र को अस्थायी डेटा और आभासी स्मृति के लिए खाली स्थान चाहिए। पर्याप्त खाली स्थान रखना प्रदर्शन के लिए उपयोगी है।
D. सॉलिड स्टेट ड्राइव में डेटा पहुंच के लिए यांत्रिक सिर को घूमना नहीं पड़ता/A solid state drive does not require a mechanical head to move for data access
Step 1
Concept
A hard disk needs mechanical movement to reach scattered fragments. A solid state drive does not have the same mechanical location penalty.
Step 2
Why this answer is correct
The correct answer is D. सॉलिड स्टेट ड्राइव में डेटा पहुंच के लिए यांत्रिक सिर को घूमना नहीं पड़ता / A solid state drive does not require a mechanical head to move for data access. A hard disk needs mechanical movement to reach scattered fragments. A solid state drive does not have the same mechanical location penalty.
Step 3
Exam Tip
हार्ड डिस्क में बिखरे टुकड़ों तक पहुंचने में यांत्रिक समय लगता है। सॉलिड स्टेट ड्राइव में स्थान का ऐसा यांत्रिक प्रभाव नहीं होता।
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
निर्देशिका संरचना मुख्य फोल्डर उपफोल्डर और फाइलों के संबंध को व्यवस्थित करती है। सही पथ समझने में यह आवश्यक है।
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
समान फोल्डर में नाम पहचान का प्रमुख भाग होता है। अलग फोल्डर में समान नाम संभव हो सकता है क्योंकि पथ अलग होता है।
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
पूर्ण पथ निश्चित प्रारंभिक स्थान से फाइल तक पूरा मार्ग देता है। सापेक्ष पथ वर्तमान निर्देशिका पर निर्भर करता है।
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
छिपे विस्तार से समान दिखने वाले नाम भ्रम पैदा कर सकते हैं। सुरक्षा और प्रकार पहचान में वास्तविक विस्तार देखना उपयोगी है।
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
केवल पढ़ने की अनुमति अनधिकृत संपादन से बचाती है जबकि सामग्री उपलब्ध रहती है। साझा दस्तावेजों में यह उपयोगी है।
B. कोई उपयोगकर्ता फाइलें बदल या मिटा सकता है/A user may modify or delete files
Step 1
Concept
Full control may include reading writing modifying and deleting. Granting only the minimum required permission is safer.
Step 2
Why this answer is correct
The correct answer is B. कोई उपयोगकर्ता फाइलें बदल या मिटा सकता है / A user may modify or delete files. Full control may include reading writing modifying and deleting. Granting only the minimum required permission is safer.
Step 3
Exam Tip
पूर्ण नियंत्रण में पढ़ना लिखना बदलना और मिटाना शामिल हो सकता है। न्यूनतम आवश्यक अनुमति देना अधिक सुरक्षित है।
Under least privilege a user receives only the permissions needed. This reduces unauthorized changes and malware installation risk.
Step 2
Why this answer is correct
The correct answer is C. न्यूनतम विशेषाधिकार / Least Privilege. Under least privilege a user receives only the permissions needed. This reduces unauthorized changes and malware installation risk.
Step 3
Exam Tip
न्यूनतम विशेषाधिकार में उपयोगकर्ता को केवल आवश्यक अधिकार दिए जाते हैं। इससे अनधिकृत परिवर्तन और मैलवेयर स्थापना का जोखिम घटता है।
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
चालक वापस लेना हाल के असंगत परिवर्तन को हटाता है। समस्या निवारण में पहले सबसे हाल का परिवर्तन जांचें।
A. अतिरिक्त चालक या प्रारंभिक तंत्रांश समस्या का कारण हो सकता है/An additional driver or startup software may be causing the problem
Step 1
Concept
Safe Mode runs limited drivers and services. The problem may appear in normal mode when additional components become active.
Step 2
Why this answer is correct
The correct answer is A. अतिरिक्त चालक या प्रारंभिक तंत्रांश समस्या का कारण हो सकता है / An additional driver or startup software may be causing the problem. Safe Mode runs limited drivers and services. The problem may appear in normal mode when additional components become active.
Step 3
Exam Tip
सुरक्षित मोड सीमित चालक और सेवाएं चलाता है। सामान्य मोड में अतिरिक्त घटक सक्रिय होने से समस्या दिखाई दे सकती है।
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
परिवर्तन से पहले रिस्टोर बिंदु बनाने पर समस्या आने पर प्रणाली सेटिंग वापस की जा सकती है। यह व्यक्तिगत डेटा बैकअप का विकल्प नहीं है।
C. पूर्ण बैकअप सभी चुने डेटा की प्रति बनाता है जबकि वृद्धिशील बैकअप केवल पिछले बैकअप के बाद के परिवर्तन रखता है/A full backup copies all selected data while an incremental backup stores changes since the previous backup
Step 1
Concept
A full backup is simpler to restore but uses more space. An incremental backup uses less space but may require several parts during recovery.
Step 2
Why this answer is correct
The correct answer is C. पूर्ण बैकअप सभी चुने डेटा की प्रति बनाता है जबकि वृद्धिशील बैकअप केवल पिछले बैकअप के बाद के परिवर्तन रखता है / A full backup copies all selected data while an incremental backup stores changes since the previous backup. A full backup is simpler to restore but uses more space. An incremental backup uses less space but may require several parts during recovery.
Step 3
Exam Tip
पूर्ण बैकअप पुनर्प्राप्ति में सरल लेकिन अधिक स्थान लेता है। वृद्धिशील बैकअप कम स्थान लेता है लेकिन पुनर्प्राप्ति में कई भाग लग सकते हैं।
D. यह सत्यापित करता है कि बैकअप वास्तव में पढ़ा और पुनर्स्थापित किया जा सकता है/It verifies that the backup can actually be read and restored
Step 1
Concept
Creating a backup is not enough if data cannot be restored from it. Periodic sample restore testing is useful.
Step 2
Why this answer is correct
The correct answer is D. यह सत्यापित करता है कि बैकअप वास्तव में पढ़ा और पुनर्स्थापित किया जा सकता है / It verifies that the backup can actually be read and restored. Creating a backup is not enough if data cannot be restored from it. Periodic sample restore testing is useful.
Step 3
Exam Tip
सिर्फ बैकअप बनना पर्याप्त नहीं है यदि उससे डेटा लौटाया न जा सके। समय समय पर नमूना पुनर्प्राप्ति जांच उपयोगी है।
A. भौतिक ड्राइव खराब होने पर दोनों विभाजन खो सकते हैं/Both partitions may be lost if the physical drive fails
Step 1
Concept
Partitions are logically separate but remain on the same physical device. A separate device or location provides better protection.
Step 2
Why this answer is correct
The correct answer is A. भौतिक ड्राइव खराब होने पर दोनों विभाजन खो सकते हैं / Both partitions may be lost if the physical drive fails. Partitions are logically separate but remain on the same physical device. A separate device or location provides better protection.
Step 3
Exam Tip
विभाजन तार्किक रूप से अलग होते हैं लेकिन एक ही भौतिक उपकरण पर रहते हैं। वास्तविक सुरक्षा के लिए अलग उपकरण या स्थान उपयोगी है।
B. दोषरहित कम्प्रेशन मूल डेटा पूरी तरह लौटाता है जबकि हानिपूर्ण कम्प्रेशन कुछ जानकारी हटाता है/Lossless compression restores the original data exactly while lossy compression removes some information
Step 1
Concept
Lossless methods recover the original data while lossy methods remove some detail to reduce size. Choose according to the use case.
Step 2
Why this answer is correct
The correct answer is B. दोषरहित कम्प्रेशन मूल डेटा पूरी तरह लौटाता है जबकि हानिपूर्ण कम्प्रेशन कुछ जानकारी हटाता है / Lossless compression restores the original data exactly while lossy compression removes some information. Lossless methods recover the original data while lossy methods remove some detail to reduce size. Choose according to the use case.
Step 3
Exam Tip
दोषरहित विधि में मूल डेटा पुनः प्राप्त होता है जबकि हानिपूर्ण विधि आकार घटाने के लिए कुछ विवरण हटाती है। उपयोग के अनुसार विधि चुनें।
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
कार्यक्रम फाइल में एक भी गलत बिट कार्य को प्रभावित कर सकता है इसलिए मूल डेटा पूरी तरह सुरक्षित रहना चाहिए। परीक्षा में डेटा अखंडता देखें।
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
सामान्य मिटाने से फाइल का संदर्भ हटता है लेकिन डेटा तुरंत पूरी तरह मिटना आवश्यक नहीं है। संवेदनशील डेटा के लिए सुरक्षित मिटाने की विधि उपयोगी हो सकती है।
A. संदिग्ध फाइल को अलग करके चलने से रोकना/Isolate a suspicious file and prevent it from running
Step 1
Concept
Quarantine places a suspicious file in an isolated area so it cannot affect the system. It can later be examined or removed.
Step 2
Why this answer is correct
The correct answer is A. संदिग्ध फाइल को अलग करके चलने से रोकना / Isolate a suspicious file and prevent it from running. Quarantine places a suspicious file in an isolated area so it cannot affect the system. It can later be examined or removed.
Step 3
Exam Tip
संगरोध संदिग्ध फाइल को सुरक्षित अलग क्षेत्र में रखता है ताकि वह प्रणाली को प्रभावित न करे। बाद में जांच या हटाना किया जा सकता है।
B. उपयोगकर्ता व्यवहार अद्यतन और नए खतरों की पहचान भी सुरक्षा को प्रभावित करते हैं/User behavior updates and detection of new threats also affect security
Step 1
Concept
Security depends on several layers such as updates careful use and backups. Antivirus is important but not sufficient alone.
Step 2
Why this answer is correct
The correct answer is B. उपयोगकर्ता व्यवहार अद्यतन और नए खतरों की पहचान भी सुरक्षा को प्रभावित करते हैं / User behavior updates and detection of new threats also affect security. Security depends on several layers such as updates careful use and backups. Antivirus is important but not sufficient alone.
Step 3
Exam Tip
सुरक्षा कई परतों पर निर्भर करती है जैसे अद्यतन सावधान उपयोग और बैकअप। प्रतिविषाणु महत्वपूर्ण है लेकिन अकेला पर्याप्त नहीं।
C. अनुमतियां अस्वीकार करके अनुप्रयोग की विश्वसनीयता जांचना/Deny the permissions and verify the application's trustworthiness
Step 1
Concept
Unnecessary permissions may indicate a privacy risk. Allow only access that is necessary and appropriate.
Step 2
Why this answer is correct
The correct answer is C. अनुमतियां अस्वीकार करके अनुप्रयोग की विश्वसनीयता जांचना / Deny the permissions and verify the application's trustworthiness. Unnecessary permissions may indicate a privacy risk. Allow only access that is necessary and appropriate.
Step 3
Exam Tip
अनावश्यक अनुमतियां गोपनीयता जोखिम का संकेत हो सकती हैं। केवल आवश्यक और उचित पहुंच की अनुमति दें।
D. बदली हुई या हानिकारक स्थापना फाइल मिलने का जोखिम कम होता है/The risk of receiving a modified or harmful installer is reduced
Step 1
Concept
An official source is more likely to provide an authentic and updated installer. Verify the source before downloading.
Step 2
Why this answer is correct
The correct answer is D. बदली हुई या हानिकारक स्थापना फाइल मिलने का जोखिम कम होता है / The risk of receiving a modified or harmful installer is reduced. An official source is more likely to provide an authentic and updated installer. Verify the source before downloading.
Step 3
Exam Tip
आधिकारिक स्रोत से प्रामाणिक और अद्यतन स्थापना फाइल मिलने की संभावना अधिक होती है। डाउनलोड से पहले स्रोत सत्यापित करें।
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
उच्च प्राथमिकता वाली प्रक्रिया को संसाधन पहले मिल सकते हैं लेकिन अन्य कार्य धीमे हो सकते हैं। प्राथमिकता बदलना सावधानी से करें।
B. जब अनुप्रयोग लंबे समय से प्रतिक्रिया न दे और सामान्य रूप से बंद न हो/When the application has been unresponsive for a long time and will not close normally
Step 1
Concept
An unresponsive process may be ended as a last resort. Unsaved data may be lost.
Step 2
Why this answer is correct
The correct answer is B. जब अनुप्रयोग लंबे समय से प्रतिक्रिया न दे और सामान्य रूप से बंद न हो / When the application has been unresponsive for a long time and will not close normally. An unresponsive process may be ended as a last resort. Unsaved data may be lost.
Step 3
Exam Tip
प्रतिक्रिया न देने वाली प्रक्रिया को अंतिम उपाय के रूप में समाप्त किया जा सकता है। इससे असहेजित डेटा खो सकता है।
In a memory leak software does not release used memory which can slow the system over time. Restarting may provide temporary relief.
Step 2
Why this answer is correct
The correct answer is C. स्मृति रिसाव / Memory Leak. In a memory leak software does not release used memory which can slow the system over time. Restarting may provide temporary relief.
Step 3
Exam Tip
स्मृति रिसाव में तंत्रांश उपयोग की गई स्मृति वापस नहीं करता जिससे समय के साथ प्रणाली धीमी हो सकती है। पुनः आरंभ अस्थायी राहत दे सकता है।
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
ऐसी त्रुटि गंभीर प्रणाली विफलता का संकेत हो सकती है। हाल के चालक परिवर्तन और हार्डवेयर जांच उपयोगी हैं।
A. यह समस्या के क्रम और संभावित कारणों की तुलना में सहायता करता है/It helps compare the sequence of events and possible causes
Step 1
Concept
Recording timing error messages and recent changes makes the cause easier to identify. Use evidence-based checks rather than guesses.
Step 2
Why this answer is correct
The correct answer is A. यह समस्या के क्रम और संभावित कारणों की तुलना में सहायता करता है / It helps compare the sequence of events and possible causes. Recording timing error messages and recent changes makes the cause easier to identify. Use evidence-based checks rather than guesses.
Step 3
Exam Tip
समय त्रुटि संदेश और हाल के परिवर्तन दर्ज करने से कारण पहचानना आसान होता है। अनुमान के बजाय प्रमाण आधारित जांच करें।
B. दोषपूर्ण घटक को अलग पहचानने में सहायता मिलती है/It helps isolate the faulty component
Step 1
Concept
Testing with a known working device helps determine whether the issue is in the original device or the system. Test one component at a time.
Step 2
Why this answer is correct
The correct answer is B. दोषपूर्ण घटक को अलग पहचानने में सहायता मिलती है / It helps isolate the faulty component. Testing with a known working device helps determine whether the issue is in the original device or the system. Test one component at a time.
Step 3
Exam Tip
ज्ञात सही उपकरण से बदलकर जांच करने पर पता चलता है कि समस्या मूल उपकरण में है या प्रणाली में। एक समय में एक घटक जांचें।
C. हार्डवेयर जांच में समस्या/A problem detected during hardware testing
Step 1
Concept
Beep signals may indicate a hardware problem detected by firmware. Their exact meaning can depend on the system manufacturer.
Step 2
Why this answer is correct
The correct answer is C. हार्डवेयर जांच में समस्या / A problem detected during hardware testing. Beep signals may indicate a hardware problem detected by firmware. Their exact meaning can depend on the system manufacturer.
Step 3
Exam Tip
बीप संकेत फर्मवेयर द्वारा पहचानी गई हार्डवेयर समस्या का संकेत हो सकते हैं। संकेत का अर्थ प्रणाली निर्माता पर निर्भर कर सकता है।
D. नए हार्डवेयर की अनुकूलता कनेक्शन और चालक जांचना/Check the new hardware's compatibility connection and driver
Step 1
Concept
A recent change is a likely cause of a problem. First check the new hardware for proper seating driver and compatibility.
Step 2
Why this answer is correct
The correct answer is D. नए हार्डवेयर की अनुकूलता कनेक्शन और चालक जांचना / Check the new hardware's compatibility connection and driver. A recent change is a likely cause of a problem. First check the new hardware for proper seating driver and compatibility.
Step 3
Exam Tip
हाल का परिवर्तन समस्या का संभावित कारण होता है। पहले नए हार्डवेयर को सही बैठाव चालक और अनुकूलता के लिए जांचें।
A. घटक छूने से पहले स्वयं को भूमि से जोड़ना/Ground yourself before touching components
Step 1
Concept
Static electricity can damage sensitive circuits. Use proper grounding and care while handling internal parts.
Step 2
Why this answer is correct
The correct answer is A. घटक छूने से पहले स्वयं को भूमि से जोड़ना / Ground yourself before touching components. Static electricity can damage sensitive circuits. Use proper grounding and care while handling internal parts.
Step 3
Exam Tip
स्थिर विद्युत संवेदनशील परिपथों को नुकसान पहुंचा सकती है। आंतरिक भाग संभालते समय उचित भूमि संपर्क और सावधानी रखें।
B. मूल कार्य दोहराकर स्थिर संचालन और डेटा सुरक्षा जांचना/Repeat the original task and verify stable operation and data safety
Step 1
Concept
After applying a solution repeat the same situation to confirm the issue is truly resolved. Also check important data and related functions.
Step 2
Why this answer is correct
The correct answer is B. मूल कार्य दोहराकर स्थिर संचालन और डेटा सुरक्षा जांचना / Repeat the original task and verify stable operation and data safety. After applying a solution repeat the same situation to confirm the issue is truly resolved. Also check important data and related functions.
Step 3
Exam Tip
समाधान के बाद वही परिस्थिति दोहराकर पुष्टि करनी चाहिए कि समस्या वास्तव में समाप्त हुई है। आवश्यक डेटा और अन्य कार्य भी जांचें।