1451 Operating Systems • OS Concepts Boot loader का प्रमुख कार्य क्या है? What is the main function of a boot loader? A. ऑपरेटिंग सिस्टम को लोड करके उसका आरंभ करवाना To load the operating system and initiate its startup B. दस्तावेज़ की वर्तनी जाँचना To check document spelling C. सभी उपयोगकर्ता फ़ाइलों को संपीड़ित करना To compress all user files D. कीबोर्ड को आउटपुट डिवाइस बनाना To convert the keyboard into an output device उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: A Correct Answer: A Boot loader शुरुआती स्टार्टअप प्रक्रिया का भाग है। यह ऑपरेटिंग सिस्टम के आवश्यक घटकों को लोड करके नियंत्रण आगे देता है। A boot loader is part of the initial startup process. It loads essential operating-system components and transfers control onward.
1452 Operating Systems • OS Concepts किसी process को printer या अन्य I/O उपकरण का उपयोग उपलब्ध कराना ऑपरेटिंग सिस्टम के किस कार्य से संबंधित है? Providing a process with access to a printer or another I/O device belongs to which operating-system function? A. वर्तनी सुधार Spelling correction B. चित्र संपादन Image editing C. डिवाइस प्रबंधन Device management D. वेब पेज डिज़ाइन Web page design उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: C Correct Answer: C ऑपरेटिंग सिस्टम उपकरणों तक पहुँच का समन्वय करता है और drivers के माध्यम से उनसे संचार करता है। यह device management का भाग है। The operating system coordinates device access and communicates with devices through drivers. This is part of device management.
1453 Operating Systems • OS Concepts Paging में virtual memory और physical memory को सामान्यतः किन इकाइयों में बाँटा जाता है? In paging, virtual memory and physical memory are generally divided into which units? A. क्रमशः ट्रैक और सेक्टर Tracks and sectors, respectively B. क्रमशः pages और frames Pages and frames, respectively C. क्रमशः फ़ोल्डर और फ़ाइलें Folders and files, respectively D. क्रमशः opcode और operand Opcodes and operands, respectively उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: B Correct Answer: B Paging में virtual memory को pages और physical memory को frames में बाँटा जाता है। संबंधित page और frame का आकार समान होता है। Paging divides virtual memory into pages and physical memory into frames. A page and its corresponding frame have the same size.
1454 Operating Systems • OS Concepts Demand paging में किसी वैध page का उपयोग किया जाए जो उस समय RAM में मौजूद नहीं है, तो क्या उत्पन्न होता है? In demand paging, what occurs when a valid page is accessed but is not currently present in RAM? A. Cache hit Cache hit B. फ़ाइल rename File rename C. प्रिंट कमांड Print command D. Page fault Page fault उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: D Correct Answer: D इस स्थिति में page fault उत्पन्न होता है। ऑपरेटिंग सिस्टम आवश्यक page को backing storage से RAM में लाकर निष्पादन जारी कर सकता है। This situation causes a page fault. The operating system can bring the required page from backing storage into RAM and resume execution.
1455 Operating Systems • OS Concepts जब प्रणाली उपयोगी काम की तुलना में pages को RAM और storage के बीच लाने-ले जाने में अत्यधिक समय खर्च करे, तो यह स्थिति क्या कहलाती है? What is the condition called when a system spends excessive time moving pages between RAM and storage instead of doing useful work? A. बूटिंग Booting B. फ़ॉर्मेटिंग Formatting C. Thrashing Thrashing D. इंडेक्सिंग Indexing उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: C Correct Answer: C Thrashing अत्यधिक paging से जुड़ी स्थिति है और प्रदर्शन को गंभीर रूप से घटा सकती है। यह अक्सर सक्रिय कार्यभार के लिए अपर्याप्त RAM से संबंधित होती है। Thrashing involves excessive paging and can severely reduce performance. It is often associated with insufficient RAM for the active workload.
1456 Operating Systems • File Management किसी फ़ाइल का डेटा डिस्क पर कई गैर-सन्निहित स्थानों में बँटा हो, तो इसे क्या कहा जाता है? What is it called when the data of a file is spread across several non-contiguous locations on a disk? A. फ़ाइल विखंडन File fragmentation B. फ़ाइल एन्क्रिप्शन File encryption C. फ़ाइल प्रमाणीकरण File authentication D. फ़ाइल संपीड़न File compression उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: A Correct Answer: A File fragmentation में फ़ाइल के हिस्से अलग-अलग स्थानों पर रखे होते हैं। चुंबकीय HDD में इससे अतिरिक्त head movement की आवश्यकता हो सकती है। File fragmentation stores parts of a file in separate locations. On a magnetic HDD, this can require additional head movement.
1457 Operating Systems • File Management Windows में किसी फ़ाइल का Read-only attribute सामान्यतः क्या दर्शाता है? What does the Read-only attribute of a file generally indicate in Windows? A. फ़ाइल केवल इंटरनेट से पढ़ी जा सकती है The file can be read only through the Internet B. फ़ाइल अपने आप एन्क्रिप्ट हो गई है The file has automatically been encrypted C. फ़ाइल का आकार शून्य है The file has zero size D. फ़ाइल पढ़ी जा सकती है, लेकिन उसमें सीधे बदलाव लिखना प्रतिबंधित है The file can be read, but writing changes directly to it is restricted उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: D Correct Answer: D Read-only attribute फ़ाइल में लिखने को रोकने के लिए होता है। यह अपने आप पासवर्ड सुरक्षा या एन्क्रिप्शन प्रदान नहीं करता। The Read-only attribute restricts writing to a file. It does not itself provide password protection or encryption.
1458 Operating Systems • File Management Windows में किसी फ़ाइल को Hidden करने का अर्थ क्या है? What does marking a file as Hidden mean in Windows? A. फ़ाइल स्थायी रूप से मिट गई है The file has been permanently erased B. सामान्य दृश्य सेटिंग में फ़ाइल नहीं दिखाई जा सकती, लेकिन वह मौजूद रहती है The file may not appear under normal viewing settings, but it still exists C. फ़ाइल का source code बदल गया है The file source code has changed D. फ़ाइल हमेशा वायरस बन जाती है The file always becomes a virus उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: B Correct Answer: B Hidden attribute सामान्य listing में फ़ाइल की दृश्यता नियंत्रित करता है। Hidden फ़ाइल अपने आप एन्क्रिप्ट या सुरक्षित नहीं होती। The Hidden attribute controls visibility in ordinary listings. A hidden file is not automatically encrypted or secured.
1459 Operating Systems • File Management Windows Recycle Bin में किसी फ़ाइल पर Restore चुनने से वह सामान्यतः कहाँ जाती है? Where does a file normally go when Restore is selected in the Windows Recycle Bin? A. हमेशा Desktop पर Always to the Desktop B. हमेशा Downloads में Always to Downloads C. अपने मूल स्थान पर To its original location D. किसी नए ZIP फ़ोल्डर में Into a new ZIP folder उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: C Correct Answer: C Restore सामान्यतः फ़ाइल को उस स्थान पर वापस रखता है जहाँ से उसे हटाया गया था। यह सुविधा तभी उपलब्ध है जब फ़ाइल Recycle Bin में मौजूद हो। Restore normally returns a file to the location from which it was deleted. This requires the file to still be present in the Recycle Bin.
1460 Operating Systems • File Management Windows File Explorer में Shift + Delete का सामान्य प्रभाव क्या है? What does Shift + Delete normally do in Windows File Explorer? A. चयनित आइटम को Recycle Bin में भेजे बिना हटाना Delete the selected item without sending it to the Recycle Bin B. चयनित आइटम का नाम बदलना Rename the selected item C. नया फ़ोल्डर बनाना Create a new folder D. फ़ाइल की प्रतिलिपि बनाना Copy the file उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: A Correct Answer: A Shift + Delete से हटाया गया आइटम सामान्य Recycle Bin Restore से वापस नहीं मिलता। इसे सुरक्षित डेटा-मिटाने की गारंटी न समझें। Shift + Delete bypasses Recycle Bin restoration. It does not guarantee secure data erasure.