A. प्रचालन तंत्र के आरंभक को भंडारण से मुख्य स्मृति में लाना/Loading the operating system boot loader from storage into main memory
Step 1
Concept
After the self-test the boot loader begins loading the operating system. Remember the correct boot sequence for exams.
Step 2
Why this answer is correct
The correct answer is A. प्रचालन तंत्र के आरंभक को भंडारण से मुख्य स्मृति में लाना / Loading the operating system boot loader from storage into main memory. After the self-test the boot loader begins loading the operating system. Remember the correct boot sequence for exams.
Step 3
Exam Tip
स्वपरीक्षण के बाद आरंभक प्रचालन तंत्र को लोड करने की प्रक्रिया शुरू करता है। परीक्षा में आरंभ क्रम का सही अनुक्रम याद रखें।
C. जब सक्रिय कार्यक्रमों की स्मृति माँग उपलब्ध मुख्य स्मृति से बहुत अधिक हो/When active programs require far more memory than available main memory
Step 1
Concept
When main memory is insufficient the system repeatedly moves pages between memory and disk. Recognize this as excessive paging.
Step 2
Why this answer is correct
The correct answer is C. जब सक्रिय कार्यक्रमों की स्मृति माँग उपलब्ध मुख्य स्मृति से बहुत अधिक हो / When active programs require far more memory than available main memory. When main memory is insufficient the system repeatedly moves pages between memory and disk. Recognize this as excessive paging.
Step 3
Exam Tip
मुख्य स्मृति कम पड़ने पर तंत्र बार बार पृष्ठों को डिस्क और स्मृति के बीच स्थानांतरित करता है। परीक्षा में इसे अत्यधिक अदला बदली से पहचानें।
The name and location are descriptive information associated with a file. Distinguish file content from metadata in exams.
Step 2
Why this answer is correct
The correct answer is D. फाइल का मेटाडेटा / File metadata. The name and location are descriptive information associated with a file. Distinguish file content from metadata in exams.
Step 3
Exam Tip
नाम और स्थान फाइल से जुड़ी वर्णनात्मक जानकारी हैं। परीक्षा में सामग्री और मेटाडेटा का अंतर समझें।
A. एक प्रक्रिया की स्थिति सुरक्षित कर दूसरी प्रक्रिया को प्रक्रमक समय देने के लिए/To save one process state and give processor time to another process
Step 1
Concept
Context switching saves the current process state and runs another process. Link it with multitasking and time sharing.
Step 2
Why this answer is correct
The correct answer is A. एक प्रक्रिया की स्थिति सुरक्षित कर दूसरी प्रक्रिया को प्रक्रमक समय देने के लिए / To save one process state and give processor time to another process. Context switching saves the current process state and runs another process. Link it with multitasking and time sharing.
Step 3
Exam Tip
प्रसंग परिवर्तन में वर्तमान प्रक्रिया की स्थिति सुरक्षित करके दूसरी प्रक्रिया चलाई जाती है। परीक्षा में इसे बहुकार्य और समय बाँटने से जोड़ें।
In a deadlock processes wait indefinitely for resources held by one another. Distinguish it from ordinary slowness.
Step 2
Why this answer is correct
The correct answer is C. गतिरोध / Deadlock. In a deadlock processes wait indefinitely for resources held by one another. Distinguish it from ordinary slowness.
Step 3
Exam Tip
गतिरोध में प्रक्रियाएँ परस्पर संसाधनों की प्रतीक्षा करती रहती हैं। परीक्षा में इसे सामान्य धीमेपन से अलग पहचानें।
D. फाइलों या आँकड़ों का स्थान शीघ्र खोजने में सहायता करना/Helping locate files or data quickly
Step 1
Concept
An index organizes location information for faster searching. Do not treat it as an extra copy of the file.
Step 2
Why this answer is correct
The correct answer is D. फाइलों या आँकड़ों का स्थान शीघ्र खोजने में सहायता करना / Helping locate files or data quickly. An index organizes location information for faster searching. Do not treat it as an extra copy of the file.
Step 3
Exam Tip
अनुक्रमणिका खोज के लिए स्थान संबंधी जानकारी व्यवस्थित करती है। परीक्षा में इसे फाइल की अतिरिक्त प्रतिलिपि न समझें।
B. उपकरण गलत काम कर सकता है या पहचाना नहीं जाएगा/The device may malfunction or remain unrecognized
Step 1
Concept
An incompatible driver cannot provide proper communication between hardware and the operating system. Check driver compatibility after updates.
Step 2
Why this answer is correct
The correct answer is B. उपकरण गलत काम कर सकता है या पहचाना नहीं जाएगा / The device may malfunction or remain unrecognized. An incompatible driver cannot provide proper communication between hardware and the operating system. Check driver compatibility after updates.
Step 3
Exam Tip
असंगत चालक हार्डवेयर और प्रचालन तंत्र के बीच सही संचार नहीं करा पाता। परीक्षा में अद्यतन के बाद चालक संगतता जाँचें।
A process waiting for data or an event remains in the waiting state. Distinguish it from the ready state.
Step 2
Why this answer is correct
The correct answer is A. प्रतीक्षारत अवस्था / Waiting state. A process waiting for data or an event remains in the waiting state. Distinguish it from the ready state.
Step 3
Exam Tip
आवश्यक घटना या आँकड़े की प्रतीक्षा में प्रक्रिया प्रतीक्षारत अवस्था में रहती है। परीक्षा में इसे तैयार अवस्था से अलग करें।
B. फाइल देख सकता है लेकिन परिवर्तन सहेज नहीं सकता/View the file but cannot save modifications
Step 1
Concept
Read permission allows viewing while write permission allows saving changes. Keep the two rights distinct in exams.
Step 2
Why this answer is correct
The correct answer is B. फाइल देख सकता है लेकिन परिवर्तन सहेज नहीं सकता / View the file but cannot save modifications. Read permission allows viewing while write permission allows saving changes. Keep the two rights distinct in exams.
Step 3
Exam Tip
पढ़ने की अनुमति सामग्री देखने देती है जबकि लिखने की अनुमति परिवर्तन सहेजती है। परीक्षा में दोनों अधिकारों को अलग रखें।
C. सुरक्षा उल्लंघन मानकर कार्यक्रम को रोक सकता है/Treat it as a protection violation and terminate the program
Step 1
Concept
Memory protection prevents a program from writing into unauthorized areas. Link it with system stability and security.
Step 2
Why this answer is correct
The correct answer is C. सुरक्षा उल्लंघन मानकर कार्यक्रम को रोक सकता है / Treat it as a protection violation and terminate the program. Memory protection prevents a program from writing into unauthorized areas. Link it with system stability and security.
Step 3
Exam Tip
स्मृति संरक्षण एक कार्यक्रम को दूसरे क्षेत्र में अनधिकृत लेखन से रोकता है। परीक्षा में इसे तंत्र स्थिरता और सुरक्षा से जोड़ें।
A. फाइल तंत्र या लिखी जा रही फाइल का अपूर्ण अथवा दूषित होना/The file system or the file being written may become incomplete or corrupted
Step 1
Concept
An interrupted write operation may affect both the file and the file system. Remember the importance of safe removal and stable power.
Step 2
Why this answer is correct
The correct answer is A. फाइल तंत्र या लिखी जा रही फाइल का अपूर्ण अथवा दूषित होना / The file system or the file being written may become incomplete or corrupted. An interrupted write operation may affect both the file and the file system. Remember the importance of safe removal and stable power.
Step 3
Exam Tip
अधूरी लेखन प्रक्रिया फाइल और फाइल तंत्र दोनों को प्रभावित कर सकती है। परीक्षा में सुरक्षित निष्कासन और निर्बाध बिजली का महत्व याद रखें।
B. फाइल संबद्धता गलत संस्करण की ओर संकेत कर सकती है/File association may point to the wrong version
Step 1
Concept
The operating system associates a file type with one default application. Understand the link between version conflicts and file associations.
Step 2
Why this answer is correct
The correct answer is B. फाइल संबद्धता गलत संस्करण की ओर संकेत कर सकती है / File association may point to the wrong version. The operating system associates a file type with one default application. Understand the link between version conflicts and file associations.
Step 3
Exam Tip
प्रचालन तंत्र फाइल प्रकार को किसी एक निर्धारित अनुप्रयोग से जोड़ता है। परीक्षा में संस्करण समस्या और फाइल संबद्धता का संबंध समझें।
C. उस पर नया फाइल तंत्र तैयार होता है और पुरानी फाइलों की पहुँच मिट सकती है/A new file system is created and access to old files may be lost
Step 1
Concept
Formatting creates a file-system structure on the storage medium. Remember the importance of backup before formatting.
Step 2
Why this answer is correct
The correct answer is C. उस पर नया फाइल तंत्र तैयार होता है और पुरानी फाइलों की पहुँच मिट सकती है / A new file system is created and access to old files may be lost. Formatting creates a file-system structure on the storage medium. Remember the importance of backup before formatting.
Step 3
Exam Tip
प्रारूपण भंडारण माध्यम पर फाइल तंत्र संरचना बनाता है। परीक्षा में प्रारूपण से पहले बैकअप का महत्व याद रखें।
C. फाइल की सामग्री में परिवर्तन या क्षति हुई है/The file content has changed or become corrupted
Step 1
Concept
A checksum is derived from file content so a change suggests modification or corruption. Associate it with integrity checking.
Step 2
Why this answer is correct
The correct answer is C. फाइल की सामग्री में परिवर्तन या क्षति हुई है / The file content has changed or become corrupted. A checksum is derived from file content so a change suggests modification or corruption. Associate it with integrity checking.
Step 3
Exam Tip
जाँच राशि सामग्री के आधार पर बनती है इसलिए उसका बदलना सामग्री परिवर्तन का संकेत है। परीक्षा में इसे अखंडता जाँच से जोड़ें।
B. जब पुराने कार्यक्रम को नए प्रचालन तंत्र के अनुरूप वातावरण देना हो/When an older program needs an environment resembling an earlier operating system
Step 1
Concept
Compatibility mode simulates some older system behavior for legacy programs. Do not treat it as an actual operating-system replacement.
Step 2
Why this answer is correct
The correct answer is B. जब पुराने कार्यक्रम को नए प्रचालन तंत्र के अनुरूप वातावरण देना हो / When an older program needs an environment resembling an earlier operating system. Compatibility mode simulates some older system behavior for legacy programs. Do not treat it as an actual operating-system replacement.
Step 3
Exam Tip
अनुकूलता विधा पुराने कार्यक्रम के लिए कुछ पुराने तंत्र व्यवहार का अनुकरण करती है। परीक्षा में इसे वास्तविक प्रचालन तंत्र परिवर्तन न मानें।
C. भंडारण स्थान कम हो सकता है और अनुप्रयोग का व्यवहार प्रभावित हो सकता है/Storage space may decrease and application behavior may be affected
Step 1
Concept
Temporary files can be useful but uncontrolled growth consumes storage. Identify necessary files before cleanup.
Step 2
Why this answer is correct
The correct answer is C. भंडारण स्थान कम हो सकता है और अनुप्रयोग का व्यवहार प्रभावित हो सकता है / Storage space may decrease and application behavior may be affected. Temporary files can be useful but uncontrolled growth consumes storage. Identify necessary files before cleanup.
Step 3
Exam Tip
अस्थायी फाइलें उपयोगी हो सकती हैं लेकिन अनियंत्रित वृद्धि स्थान घेरती है। परीक्षा में साफ सफाई से पहले आवश्यक फाइल पहचानें।
A. फाइल की सामग्री पुनः लिखने के बजाय केवल स्थान संबंधी प्रविष्टियाँ बदली जा सकती हैं/Location-related entries may be changed without rewriting all file content
Step 1
Concept
Within one file system a move can often be completed by changing directory information. Compare it with copying across storage devices.
Step 2
Why this answer is correct
The correct answer is A. फाइल की सामग्री पुनः लिखने के बजाय केवल स्थान संबंधी प्रविष्टियाँ बदली जा सकती हैं / Location-related entries may be changed without rewriting all file content. Within one file system a move can often be completed by changing directory information. Compare it with copying across storage devices.
Step 3
Exam Tip
एक ही फाइल तंत्र में स्थानांतरण प्रायः निर्देशिका जानकारी बदलकर किया जा सकता है। परीक्षा में इसे अलग भंडारण यंत्र पर प्रतिलिपि से तुलना करें।
C. पहले कार्यक्रम ने फाइल पर ताला लगाया है/The first program has placed a lock on the file
Step 1
Concept
A file lock can prevent conflicting simultaneous writes. Distinguish file locking from general permission issues.
Step 2
Why this answer is correct
The correct answer is C. पहले कार्यक्रम ने फाइल पर ताला लगाया है / The first program has placed a lock on the file. A file lock can prevent conflicting simultaneous writes. Distinguish file locking from general permission issues.
Step 3
Exam Tip
फाइल ताला एक साथ विरोधी लेखन को रोक सकता है। परीक्षा में इसे अनुमति समस्या और फाइल ताले से अलग अलग जाँचें।
D. प्रक्रमक स्मृति और उपकरण जैसे मूल संसाधनों का नियंत्रण करना/Controlling core resources such as processor memory and devices
Step 1
Concept
The kernel is the core part of an operating system that manages hardware resources. Distinguish it from user applications.
Step 2
Why this answer is correct
The correct answer is D. प्रक्रमक स्मृति और उपकरण जैसे मूल संसाधनों का नियंत्रण करना / Controlling core resources such as processor memory and devices. The kernel is the core part of an operating system that manages hardware resources. Distinguish it from user applications.
Step 3
Exam Tip
केंद्रक प्रचालन तंत्र का मुख्य भाग है जो हार्डवेयर संसाधनों का नियंत्रण करता है। परीक्षा में इसे उपयोगकर्ता अनुप्रयोग से अलग रखें।
A. तंत्र फाइलों और विन्यास को पहले की कार्यशील स्थिति में लौटाना/Returning system files and settings to an earlier working state
Step 1
Concept
A restore point mainly returns system settings and related files. Do not treat it as a replacement for personal-file backup.
Step 2
Why this answer is correct
The correct answer is A. तंत्र फाइलों और विन्यास को पहले की कार्यशील स्थिति में लौटाना / Returning system files and settings to an earlier working state. A restore point mainly returns system settings and related files. Do not treat it as a replacement for personal-file backup.
Step 3
Exam Tip
पुनर्स्थापना बिंदु मुख्यतः तंत्र विन्यास और संबंधित फाइलें लौटाता है। परीक्षा में इसे व्यक्तिगत फाइल बैकअप का विकल्प न मानें।
B. उन क्षेत्रों को अनुपयोगी चिह्नित करके आँकड़ा अन्य क्षेत्रों में रखने का प्रयास कर सकता है/Mark those sectors unusable and try storing data elsewhere
Step 1
Concept
Marking bad sectors can prevent further use of those areas. Treat increasing bad sectors as a warning of storage failure.
Step 2
Why this answer is correct
The correct answer is B. उन क्षेत्रों को अनुपयोगी चिह्नित करके आँकड़ा अन्य क्षेत्रों में रखने का प्रयास कर सकता है / Mark those sectors unusable and try storing data elsewhere. Marking bad sectors can prevent further use of those areas. Treat increasing bad sectors as a warning of storage failure.
Step 3
Exam Tip
खराब क्षेत्रों को चिह्नित करने से उनका आगे उपयोग रोका जा सकता है। परीक्षा में बढ़ती खराबी को भंडारण विफलता का संकेत मानें।
A. भंडारण में उसके स्थान तक पहुँचने वाली पूरी निर्देशिका श्रृंखला/The complete directory sequence leading to its location in storage
Step 1
Concept
A full path lists the complete folder sequence from the root to the file. Distinguish absolute and relative paths.
Step 2
Why this answer is correct
The correct answer is A. भंडारण में उसके स्थान तक पहुँचने वाली पूरी निर्देशिका श्रृंखला / The complete directory sequence leading to its location in storage. A full path lists the complete folder sequence from the root to the file. Distinguish absolute and relative paths.
Step 3
Exam Tip
पूर्ण पथ मूल स्थान से फाइल तक सभी फोल्डरों का क्रम बताता है। परीक्षा में पूर्ण और सापेक्ष पथ का अंतर समझें।
C. फाइल तंत्र की अधिकतम एकल फाइल आकार सीमा/The file system's maximum single-file size limit
Step 1
Concept
Some file systems limit the maximum size of one file. Distinguish total free space from the single-file size limit.
Step 2
Why this answer is correct
The correct answer is C. फाइल तंत्र की अधिकतम एकल फाइल आकार सीमा / The file system's maximum single-file size limit. Some file systems limit the maximum size of one file. Distinguish total free space from the single-file size limit.
Step 3
Exam Tip
कुछ फाइल तंत्र एक फाइल के अधिकतम आकार पर सीमा लगाते हैं। परीक्षा में कुल खाली स्थान और एकल फाइल सीमा अलग रखें।
D. पूर्व निर्धारित फाइल संबद्धता/Default file association
Step 1
Concept
The installation may have changed the default program for certain file types. Check file-association settings in such cases.
Step 2
Why this answer is correct
The correct answer is D. पूर्व निर्धारित फाइल संबद्धता / Default file association. The installation may have changed the default program for certain file types. Check file-association settings in such cases.
Step 3
Exam Tip
नई स्थापना ने कुछ फाइल प्रकारों का पूर्व निर्धारित कार्यक्रम बदल दिया होगा। परीक्षा में फाइल संबद्धता सेटिंग की जाँच करें।
A. कुछ अनुप्रयोग संपीड़ित संग्रह के भीतर परिवर्तन सुरक्षित रूप से नहीं सँभालते/Some applications do not safely handle modifications inside a compressed archive
Step 1
Concept
Direct editing inside an archive may risk losing changes or damaging the archive. Remember to extract before editing.
Step 2
Why this answer is correct
The correct answer is A. कुछ अनुप्रयोग संपीड़ित संग्रह के भीतर परिवर्तन सुरक्षित रूप से नहीं सँभालते / Some applications do not safely handle modifications inside a compressed archive. Direct editing inside an archive may risk losing changes or damaging the archive. Remember to extract before editing.
Step 3
Exam Tip
संग्रह के भीतर प्रत्यक्ष संपादन से परिवर्तन खोने या संग्रह बिगड़ने का जोखिम हो सकता है। परीक्षा में संपादन से पहले निष्कर्षण याद रखें।
C. संस्करण नामकरण या संस्करण नियंत्रण प्रणाली का प्रयोग करना/Using version naming or a version-control system
Step 1
Concept
Version control organizes the sequence of changes and separate versions. Understand it as more systematic than simple renaming.
Step 2
Why this answer is correct
The correct answer is C. संस्करण नामकरण या संस्करण नियंत्रण प्रणाली का प्रयोग करना / Using version naming or a version-control system. Version control organizes the sequence of changes and separate versions. Understand it as more systematic than simple renaming.
Step 3
Exam Tip
संस्करण नियंत्रण परिवर्तनों का क्रम और अलग प्रतियाँ व्यवस्थित रखता है। परीक्षा में इसे साधारण फाइल नाम बदलने से व्यापक समझें।
D. मुख्य स्मृति का दबाव कम करने हेतु निष्क्रिय स्मृति पृष्ठ अस्थायी रूप से रखने के लिए/To temporarily hold inactive memory pages and reduce pressure on main memory
Step 1
Concept
Swap space is part of virtual memory on secondary storage. Do not consider it as fast as main memory.
Step 2
Why this answer is correct
The correct answer is D. मुख्य स्मृति का दबाव कम करने हेतु निष्क्रिय स्मृति पृष्ठ अस्थायी रूप से रखने के लिए / To temporarily hold inactive memory pages and reduce pressure on main memory. Swap space is part of virtual memory on secondary storage. Do not consider it as fast as main memory.
Step 3
Exam Tip
अदला बदली क्षेत्र द्वितीयक भंडारण पर आभासी स्मृति का भाग होता है। परीक्षा में इसे मुख्य स्मृति जितना तेज न मानें।
A. फाइलों के समय संकेत गलत हो सकते हैं/File timestamps may become incorrect
Step 1
Concept
Clock mismatch can affect file timestamps and scheduled tasks. Check clock configuration when diagnosing time-related errors.
Step 2
Why this answer is correct
The correct answer is A. फाइलों के समय संकेत गलत हो सकते हैं / File timestamps may become incorrect. Clock mismatch can affect file timestamps and scheduled tasks. Check clock configuration when diagnosing time-related errors.
Step 3
Exam Tip
घड़ी असंगति से फाइल समय और निर्धारित कार्य प्रभावित हो सकते हैं। परीक्षा में समय संबंधी त्रुटि में घड़ी विन्यास भी जाँचें।
B. उस फाइल पर स्वामित्व आधारित नियंत्रण किसी अन्य उपयोगकर्ता से जुड़ जाएगा/Ownership-based control of the file will be associated with another user
Step 1
Concept
Changing ownership changes who has ownership-based administrative control. Distinguish ownership from file content.
Step 2
Why this answer is correct
The correct answer is B. उस फाइल पर स्वामित्व आधारित नियंत्रण किसी अन्य उपयोगकर्ता से जुड़ जाएगा / Ownership-based control of the file will be associated with another user. Changing ownership changes who has ownership-based administrative control. Distinguish ownership from file content.
Step 3
Exam Tip
स्वामी बदलने से फाइल के प्रशासनिक नियंत्रण का संबंध बदलता है। परीक्षा में स्वामित्व और सामग्री को अलग समझें।
D. अनियमित कार्यक्रम बंद होना या तंत्र अस्थिरता/Random application crashes or system instability
Step 1
Concept
Faulty main memory can cause incorrect data reads or writes. Consider memory testing for random system errors.
Step 2
Why this answer is correct
The correct answer is D. अनियमित कार्यक्रम बंद होना या तंत्र अस्थिरता / Random application crashes or system instability. Faulty main memory can cause incorrect data reads or writes. Consider memory testing for random system errors.
Step 3
Exam Tip
त्रुटिपूर्ण मुख्य स्मृति से आँकड़ा गलत पढ़ा या लिखा जा सकता है। परीक्षा में अनियमित त्रुटियों के लिए स्मृति परीक्षण उपयोगी मानें।
A. बैकअप सामान्यतः पुनर्प्राप्ति योजना के अंतर्गत अलग और व्यवस्थित प्रतिलिपि होता है/A backup is generally a separate organized copy maintained as part of a recovery plan
Step 1
Concept
A simple copy can help but a backup is linked with regularity separation and recovery planning. Remember this distinction.
Step 2
Why this answer is correct
The correct answer is A. बैकअप सामान्यतः पुनर्प्राप्ति योजना के अंतर्गत अलग और व्यवस्थित प्रतिलिपि होता है / A backup is generally a separate organized copy maintained as part of a recovery plan. A simple copy can help but a backup is linked with regularity separation and recovery planning. Remember this distinction.
Step 3
Exam Tip
साधारण प्रतिलिपि भी उपयोगी है लेकिन बैकअप नियमितता अलग स्थान और पुनर्प्राप्ति योजना से जुड़ा होता है। परीक्षा में यह अंतर याद रखें।