Computer Awareness MCQs

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

Computer Awareness MCQs

श्रेणी: Computer Awareness

884 प्रश्न
631
Operating Systems • OS Concepts
Paging में virtual memory और physical memory को सामान्यतः किन इकाइयों में बाँटा जाता है? In paging, virtual memory and physical memory are generally divided into which units?
सही उत्तर: 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.
632
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?
सही उत्तर: 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.
633
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?
सही उत्तर: 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.
634
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 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.
635
Operating Systems • File Management
Windows में किसी फ़ाइल का Read-only attribute सामान्यतः क्या दर्शाता है? What does the Read-only attribute of a file generally indicate in Windows?
सही उत्तर: 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.
636
Operating Systems • File Management
Windows में किसी फ़ाइल को Hidden करने का अर्थ क्या है? What does marking a file as Hidden mean in Windows?
सही उत्तर: 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.
637
Operating Systems • File Management
Windows Recycle Bin में किसी फ़ाइल पर Restore चुनने से वह सामान्यतः कहाँ जाती है? Where does a file normally go when Restore is selected in the Windows Recycle Bin?
सही उत्तर: 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.
638
Operating Systems • File Management
Windows File Explorer में Shift + Delete का सामान्य प्रभाव क्या है? What does Shift + Delete normally do in Windows File Explorer?
सही उत्तर: A Correct Answer: A
Shift + Delete से हटाया गया आइटम सामान्य Recycle Bin Restore से वापस नहीं मिलता। इसे सुरक्षित डेटा-मिटाने की गारंटी न समझें।
Shift + Delete bypasses Recycle Bin restoration. It does not guarantee secure data erasure.
639
Operating Systems • File Management
अलग destination folder में सफलतापूर्वक Copy-Paste और Cut-Paste करने में मुख्य अंतर क्या है? What is the main difference between successfully using Copy-Paste and Cut-Paste to a different destination folder?
सही उत्तर: D Correct Answer: D
Copy-Paste से destination पर अतिरिक्त प्रति बनती है। सफल Cut-Paste के बाद फ़ाइल का स्थान बदल जाता है और मूल स्थान पर वही फ़ाइल नहीं रहती।
Copy-Paste creates an additional copy at the destination. A successful Cut-Paste changes the file location, removing it from the original location.
640
Operating Systems • File Management
एक ही फ़ोल्डर में बिल्कुल समान नाम और समान एक्सटेंशन वाली दो अलग फ़ाइलें सामान्यतः क्यों नहीं रखी जा सकतीं? Why can two separate files with exactly the same name and extension generally not be stored in the same folder?
सही उत्तर: B Correct Answer: B
एक फ़ोल्डर में पूरा फ़ाइल नाम अद्वितीय होना चाहिए। समान नाम वाली फ़ाइलें अलग-अलग फ़ोल्डरों में रह सकती हैं।
A complete filename must be unique within a folder. Files with the same name can exist in different folders.

श्रेणी अनुसार अभ्यास करें

वर्तमान परीक्षा टैग के भीतर किसी श्रेणी को चुनकर अभ्यास करें।

विषय अनुसार अभ्यास करें

किसी विषय को चुनकर उसी विषय के सभी MCQs का अभ्यास करें।

टॉपिक अनुसार अभ्यास करें

किसी एक टॉपिक पर केंद्रित अभ्यास के लिए कार्ड चुनें।

परीक्षा अनुसार अभ्यास करें

अन्य परीक्षा टैग के अनुसार प्रश्नों का अभ्यास करें।