1461 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? A. दोनों मूल फ़ाइल को हमेशा मिटा देते हैं Both always delete the original file B. Copy-Paste फ़ाइल का नाम बदलता है और Cut-Paste उसे एन्क्रिप्ट करता है Copy-Paste renames the file and Cut-Paste encrypts it C. दोनों केवल shortcut बनाते हैं Both create only shortcuts D. Copy-Paste मूल फ़ाइल रखता है, जबकि Cut-Paste उसे destination पर स्थानांतरित करता है Copy-Paste retains the original, while Cut-Paste moves it to the destination उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: 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.
1462 Operating Systems • File Management एक ही फ़ोल्डर में बिल्कुल समान नाम और समान एक्सटेंशन वाली दो अलग फ़ाइलें सामान्यतः क्यों नहीं रखी जा सकतीं? Why can two separate files with exactly the same name and extension generally not be stored in the same folder? A. हर फ़ोल्डर में केवल एक फ़ाइल रखी जा सकती है A folder can contain only one file B. उस फ़ोल्डर में पूरा फ़ाइल नाम प्रत्येक फ़ाइल की अलग पहचान करता है The complete filename uniquely identifies each file within that folder C. हर फ़ाइल का एक्सटेंशन अलग होना अनिवार्य है Every file must have a different extension D. दो फ़ाइलों का आकार कभी समान नहीं हो सकता Two files can never have the same size उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: B Correct Answer: B एक फ़ोल्डर में पूरा फ़ाइल नाम अद्वितीय होना चाहिए। समान नाम वाली फ़ाइलें अलग-अलग फ़ोल्डरों में रह सकती हैं। A complete filename must be unique within a folder. Files with the same name can exist in different folders.
1463 Operating Systems • File Management Windows File Explorer में चयनित फ़ाइल का नाम बदलने की कुंजी कौन-सी है? Which key renames a selected file in Windows File Explorer? A. F1 F1 B. F5 F5 C. F2 F2 D. F12 F12 उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: C Correct Answer: C F2 चयनित फ़ाइल या फ़ोल्डर का नाम बदलने के लिए उपयोग होती है। F2 is used to rename the selected file or folder.
1464 Operating Systems • File Management Windows में File Explorer खोलने का शॉर्टकट कौन-सा है? Which shortcut opens File Explorer in Windows? A. Windows key + E Windows key + E B. Windows key + L Windows key + L C. Windows key + R Windows key + R D. Windows key + D Windows key + D उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: A Correct Answer: A Windows key + E से File Explorer खुलता है। Windows key + E opens File Explorer.
1465 Operating Systems • System Tools Windows में कौन-सा अंतर्निर्मित उपकरण यह देखने में मदद करता है कि कौन-सा process अधिक CPU और memory उपयोग कर रहा है? Which built-in Windows tool helps identify which process is using more CPU and memory? A. Character Map Character Map B. Calculator Calculator C. Notepad Notepad D. Task Manager Task Manager उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: D Correct Answer: D Task Manager चल रहे एप्लिकेशन और processes के संसाधन उपयोग की जानकारी देता है। इससे अधिक CPU या memory उपयोग करने वाले process पहचाने जा सकते हैं। Task Manager shows resource usage by running applications and processes. It helps identify processes consuming substantial CPU or memory.
1466 Operating Systems • System Tools Task Manager से किसी एप्लिकेशन को End task द्वारा जबरन बंद करने का प्रमुख जोखिम क्या है? What is a major risk of forcibly closing an application using End task in Task Manager? A. मॉनिटर का आकार बदल जाना The monitor size changing B. उस एप्लिकेशन में असहेजा काम खो जाना Losing unsaved work in that application C. कीबोर्ड की सभी कुंजियाँ मिट जाना All keyboard keys being erased D. हर अन्य एप्लिकेशन का लाइसेंस समाप्त होना The licenses of all other applications expiring उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: B Correct Answer: B जबरन बंद करने पर एप्लिकेशन को काम सहेजने का अवसर नहीं मिल सकता। इसलिए उसके असहेजे बदलाव खो सकते हैं। Forced termination may not give the application an opportunity to save work. Its unsaved changes can therefore be lost.
1467 Programming Languages and Translators • Programming Languages C प्रोग्रामिंग भाषा के विकास से प्रमुख रूप से कौन संबंधित है? Who is principally associated with the development of the C programming language? A. जेम्स गोसलिंग James Gosling B. डेनिस रिची Dennis Ritchie C. जॉन बैकस John Backus D. ब्लेज़ पास्कल Blaise Pascal उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: B Correct Answer: B डेनिस रिची ने Bell Labs में C विकसित की। इसका प्रारंभिक विकास Unix के लिए सिस्टम प्रोग्रामिंग से जुड़ा था। Dennis Ritchie developed C at Bell Labs. Its early development was associated with systems programming for Unix.
1468 Programming Languages and Translators • Programming Languages C++ प्रोग्रामिंग भाषा किसने विकसित की? Who developed the C++ programming language? A. गुइडो वैन रॉसम Guido van Rossum B. एलन ट्यूरिंग Alan Turing C. हावर्ड आइकेन Howard Aiken D. ब्यार्ने स्ट्रॉस्ट्रुप Bjarne Stroustrup उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: D Correct Answer: D C++ के निर्माता ब्यार्ने स्ट्रॉस्ट्रुप हैं। उन्होंने C पर आधारित भाषा में classes और अन्य सुविधाओं का विकास किया। Bjarne Stroustrup created C++. He developed classes and other capabilities in a language based on C.
1469 Programming Languages and Translators • Programming Languages Java bytecode को निष्पादित करने वाला वातावरण कौन-सा है? Which environment executes Java bytecode? A. Java Virtual Machine Java Virtual Machine B. केवल टेक्स्ट एडिटर Only a text editor C. डिस्क डीफ़्रैगमेंटर Disk defragmenter D. केवल HTML parser Only an HTML parser उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: A Correct Answer: A Java Virtual Machine अर्थात JVM Java bytecode निष्पादित करती है। संगत JVM अलग-अलग प्लेटफ़ॉर्म पर उपलब्ध हो सकती है। The Java Virtual Machine, or JVM, executes Java bytecode. Compatible JVM implementations can be available on different platforms.
1470 Programming Languages and Translators • Programming Languages निम्नलिखित में से कौन-सी मुख्यतः markup language है, सामान्य प्रयोजन की प्रोग्रामिंग भाषा नहीं? Which of the following is primarily a markup language rather than a general-purpose programming language? A. C C B. Python Python C. HTML HTML D. Java Java उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: C Correct Answer: C HTML दस्तावेज़ की संरचना और सामग्री का अर्थ निर्धारित करने के लिए markup का उपयोग करती है। C, Python और Java प्रोग्रामिंग भाषाएँ हैं। HTML uses markup to define document structure and the meaning of content. C, Python and Java are programming languages.