COPA -> Trade Theory – MCQ- 1 to 50 Questions (Free Course Preview )
Computer Operator and Programming Assistant – Trade Theory (Study Material)
(One Year Course)
MULTIPLE CHOICE QUESTIONS WITH ANSWER – 01 TO 50
(FREE COURSE PREVIEW)
Q.1) What does an interface contain in Java? | जावा में इंटरफ़ेस में क्या शामिल होता है?
A.) Method declaration and definition | विधि घोषणा एवं परिभाषा
B.) Method name | विधि का नाम
C.) Method definition | विधि परिभाषा
D.) Method declaration | विधि घोषणा
Answer : D.) Method declaration | विधि घोषणा
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In Java, an interface is like a contract that defines what methods a class must implement, but it does not provide the actual code of those methods. That means an interface only contains method declarations, not definitions. The definition (the body of the method) is written later in the class that implements the interface.So here, the correct answer is D) Method declaration because an interface only specifies what methods should exist — not how they work.
Hindi Explanation:
Java में interface (इंटरफ़ेस) एक समझौते (contract) की तरह होता है जो यह बताता है कि किसी क्लास में कौन-कौन सी विधियाँ (methods) अनिवार्य रूप से होंगी, लेकिन इन विधियों का वास्तविक कोड (definition) इसमें नहीं होता। यानी, इंटरफ़ेस में केवल विधि घोषणा (method declaration) होती है, परंतु उसकी परिभाषा (definition) नहीं।इसलिए यहाँ सही उत्तर है D) Method declaration | विधि घोषणा, क्योंकि इंटरफ़ेस सिर्फ़ यह बताता है कि कौन सी विधियाँ आवश्यक हैं, उनका कार्यान्वयन (implementation) नहीं देता।
Q.2) Which ribbon tab has Conditional Formatting option? |किस रिबन टैब में कंडीशनल फ़ॉर्मेटिंग विकल्प होता है?
A.) Home Tab | होम टैब
B.) Insert Tab | इन्सर्ट टैब
C.) Formula Tab | फॉर्मूला टैब (C
D.) Data Tab | डेटा टैब
Answer : A.) Home Tab | होम टैब
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In Microsoft Excel, the Conditional Formatting option is found under the Home Tab. Conditional Formatting is used to automatically change the appearance of cells (like color, font, or style) based on specific conditions or rules. For example, you can make all values greater than 100 appear in green or highlight duplicate values easily. This feature helps in data visualization and analysis.So, the correct answer is A) Home Tab because Conditional Formatting tools are located in the Home ribbon group.
Hindi Explanation:
Microsoft Excel में Conditional Formatting (कंडीशनल फ़ॉर्मेटिंग) विकल्प Home Tab (होम टैब) में होता है। कंडीशनल फ़ॉर्मेटिंग का उपयोग किसी सेल की उपस्थिति (जैसे रंग, फॉन्ट या स्टाइल) को स्वचालित रूप से बदलने के लिए किया जाता है, जब कोई विशेष शर्त पूरी होती है। उदाहरण के लिए, आप 100 से अधिक मानों को हरे रंग में दिखा सकते हैं या समान मानों को हाइलाइट कर सकते हैं। यह सुविधा डेटा को समझने और विश्लेषण करने में बहुत उपयोगी होती है।इसलिए सही उत्तर है A) Home Tab (होम टैब) क्योंकि कंडीशनल फ़ॉर्मेटिंग टूल्स इसी टैब में मिलते हैं।
Q.3) Which programming language’s syntax influences javascript syntax? | किस प्रोग्रामिंग लैंग्वेज का सिंटैक्स जावास्क्रिप्ट सिंटेक्स को प्रभावित करता है?
A.) COBOL | कोबोल
B.) C | सी
C.) Java | जावा
D.) JDK | जेडीके
Answer : C.) Java | जावा
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
The syntax of JavaScript is heavily influenced by the Java programming language. Both languages share similar structures, such as the use of curly braces `{}`, semicolons `;`, and similar keywords for control statements like `if`, `for`, and `while`. Although JavaScript and Java are quite different in purpose — JavaScript being mainly for web scripting and Java being for general-purpose programming — their syntax looks alike, which makes learning JavaScript easier for those familiar with Java.So, the correct answer is C) Java because Java’s syntax design inspired JavaScript’s structure.
Hindi Explanation:
JavaScript (जावास्क्रिप्ट) का syntax (सिंटैक्स) Java (जावा) प्रोग्रामिंग भाषा से काफी प्रभावित है। दोनों भाषाओं में कई समान संरचनाएँ होती हैं, जैसे `{}` ब्रेसेज़, `;` सेमीकोलन और `if`, `for`, `while` जैसे नियंत्रण कथन (control statements)। हालाँकि जावा और जावास्क्रिप्ट का उपयोग अलग-अलग उद्देश्यों के लिए होता है — जावास्क्रिप्ट मुख्य रूप से वेब स्क्रिप्टिंग के लिए और जावा सामान्य प्रोग्रामिंग के लिए — लेकिन उनका सिंटैक्स एक जैसा दिखता है। इससे जावा जानने वाले लोगों के लिए जावास्क्रिप्ट सीखना आसान हो जाता है।इसलिए सही उत्तर है C) Java (जावा) क्योंकि जावास्क्रिप्ट का सिंटैक्स जावा से प्रभावित हुआ है।
Q.4) What Is full form of WAN? | WAN का फुल फॉर्म क्या है?
A.) Wide Area Network | वाइड एरिया नेटवर्क
B.) Web Area Network | वेब एरिया नेटवर्क
C.) World Area Network | वर्ल्ड एरिया नेटवर्क
D.) Wide And Network | वाइड एंड नेटवर्क
Answer : A.) Wide Area Network | वाइड एरिया नेटवर्क
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
WAN stands for Wide Area Network. It is a type of computer network that spans a large geographical area — often multiple cities, countries, or even continents. WANs connect smaller networks like LANs (Local Area Networks) or MANs (Metropolitan Area Networks) together, enabling communication over long distances. The internet itself is the largest example of a WAN.So, the correct answer is A) Wide Area Network because this is the proper expansion of WAN.
Hindi Explanation:
WAN का फुल फॉर्म वाइड एरिया नेटवर्क है। यह एक प्रकार का कंप्यूटर नेटवर्क होता है जो बहुत बड़े भौगोलिक क्षेत्र में फैला होता है — अक्सर कई शहरों, देशों या महाद्वीपों तक। WAN छोटे नेटवर्क जैसे LAN (लोकल एरिया नेटवर्क) या MAN (मेट्रोपॉलिटन एरिया नेटवर्क) को जोड़ता है, जिससे लंबी दूरी तक संचार संभव हो पाता है। इंटरनेट खुद एक सबसे बड़ा WAN का उदाहरण है।इसलिए सही उत्तर है A) वाइड एरिया नेटवर्क, क्योंकि यही WAN का सही विस्तार है।
Q.5) What is the full form of E-Mail? | E-Mail का फुल फॉर्म क्या है?
A.) Electronic Mail | इलेक्ट्रॉनिक मेल
B.) Electrical Mailing | इलेक्ट्रिकल मेलिंग
C.) Electronic Mailing | इलेक्ट्रॉनिक मेलिंग
D.) Electrical Mail | इलेक्ट्रिकल मेल
Answer : A.) Electronic Mail | इलेक्ट्रॉनिक मेल
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
E-Mail stands for Electronic Mail. It is a way to send and receive messages using electronic devices, usually through the internet. With E-Mail, you can send text, pictures, documents, and other files instantly to people anywhere in the world. It has become one of the fastest and most convenient communication methods in modern life.So, the correct answer is A) Electronic Mail because that is the accurate full form of E-Mail.
Hindi Explanation:
E-Mail (ई-मेल) का फुल फॉर्म इलेक्ट्रॉनिक मेल है। यह एक तरीका है जिसमें संदेशों को इलेक्ट्रॉनिक उपकरणों के माध्यम से भेजा और प्राप्त किया जाता है, अधिकतर इंटरनेट का उपयोग करके। ई-मेल के ज़रिए आप टेक्स्ट, चित्र, दस्तावेज़ और अन्य फ़ाइलें तुरंत दुनिया में किसी भी स्थान पर भेज सकते हैं। यह आधुनिक जीवन में सबसे तेज़ और सुविधाजनक संचार माध्यमों में से एक है।इसलिए सही उत्तर है A) इलेक्ट्रॉनिक मेल, क्योंकि यही ई-मेल का सही पूरा नाम है।
Q.6) Which list is used to create multiple copies of a document in a mail merge? | मेल मर्ज में किसी डॉक्यूमेंट की एकाधिक प्रतियां बनाने के लिए किस सूची का उपयोग किया जाता है?
A.) Data source | डाटा सोर्स
B.) Main document | मेन डॉक्यूमेंट
C.) Form label | फॉर्म लेबल
D.) Database | डेटाबेस
Answer : A.) Data source | डाटा सोर्स
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In Mail Merge, the Data Source is the list that contains all the variable information you want to insert into your main document, such as names, addresses, or contact details. By combining the Data Source with the Main Document, you can create multiple personalized copies of the same document efficiently. For example, a single invitation letter can be tailored for hundreds of recipients using the Data Source.So, the correct answer is A) Data source because it is the list used to generate multiple unique copies during Mail Merge.
Hindi Explanation:
मेल मर्ज में डाटा सोर्स वह सूची होती है जिसमें सभी बदलने योग्य जानकारी होती है, जैसे नाम, पते या संपर्क विवरण, जिन्हें मुख्य डॉक्यूमेंट में डाला जाता है। डाटा सोर्स को मुख्य डॉक्यूमेंट के साथ जोड़कर आप एक ही डॉक्यूमेंट की कई व्यक्तिगत प्रतियां जल्दी और आसानी से बना सकते हैं। उदाहरण के लिए, एक ही निमंत्रण पत्र को सैकड़ों लोगों के लिए अलग-अलग नाम और पता के साथ तैयार किया जा सकता है।इसलिए सही उत्तर है A) डाटा सोर्स, क्योंकि मेल मर्ज में यही सूची एकाधिक अनूठी प्रतियां बनाने में प्रयोग होती है।
Q.7) Which is an attribute of < Table > tag? | < Table> टैग की विशेषता कौन सी है?
A.) CELLPADDING | सेलपैडिंग
B.) LINK | लिंक
C.) SRC | एसआरसी
D.) BOLD | बोल्ड
Answer : A.) CELLPADDING | सेलपैडिंग
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In HTML, the<table>
tag is used to create tables. One of its important attributes isCELLPADDING
, which defines the space between the cell content and the cell border. In simple terms, it adds some padding inside each cell, making the text or data look neat and properly spaced. Other options likeLINK
,SRC
, andBOLD
belong to different HTML tags, not the<table>
tag.So, the correct answer is A) CELLPADDING because it is an attribute used with the
<table>
tag to control the inner spacing of table cells.Hindi Explanation:
HTML में<table>
टैग का उपयोग तालिका (टेबल) बनाने के लिए किया जाता है। इसकी एक महत्वपूर्ण विशेषता (attribute) हैCELLPADDING
, जो सेल की सामग्री और सेल की बॉर्डर के बीच की जगह (स्पेस) को निर्धारित करता है। आसान शब्दों में, यह हर सेल के अंदर थोड़ा खाली स्थान देता है ताकि टेक्स्ट या डेटा व्यवस्थित और सुंदर दिखे।LINK
,SRC
, औरBOLD
जैसे विकल्प अन्य टैग्स से संबंधित हैं, न कि<table>
टैग से।इसलिए सही उत्तर है A) CELLPADDING | सेलपैडिंग, क्योंकि यह
<table>
टैग की एक विशेषता है जो सेल के अंदर की स्पेसिंग को नियंत्रित करती है।
Q.8) Which type of chart is suitable for single series of data? | किस प्रकार का चार्ट डेटा की एकल श्रृंखला के लिए उपयुक्त है?
A.) Line Chart | लाइन चार्ट
B.) Column Chart | कॉलम चार्ट
C.) Pie Chart | पाई चार्ट
D.) Cone Chart | कोन चार्ट
Answer : B.) Column Chart | कॉलम चार्ट
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
A Column Chart is most suitable for displaying a single series of data because it visually represents values using vertical bars. Each bar’s height shows the magnitude of an individual data point, making it easy to compare values side by side. Column charts are often used to show data like sales, marks, or production over different categories.So, the correct answer is B) Column Chart, as it clearly and effectively displays one set of data for comparison.
Hindi Explanation:
कॉलम चार्ट (Column Chart) डेटा की एकल श्रृंखला (single series) को दिखाने के लिए सबसे उपयुक्त होता है क्योंकि यह मानों को ऊर्ध्वाधर (vertical) बार्स के रूप में प्रदर्शित करता है। प्रत्येक बार की ऊँचाई किसी विशेष मान का परिमाण दर्शाती है, जिससे अलग-अलग मानों की तुलना करना आसान होता है। कॉलम चार्ट का उपयोग आमतौर पर बिक्री, अंक, या उत्पादन जैसी जानकारियों को विभिन्न श्रेणियों में दिखाने के लिए किया जाता है।इसलिए सही उत्तर है B) कॉलम चार्ट, क्योंकि यह एक डेटा श्रृंखला को स्पष्ट और प्रभावी ढंग से प्रदर्शित करता है।
Q.9) Which web server has high performance stability simple configuration and low resource usage? | किस वेब सर्वर में हाई परफॉर्मेंस स्टेबिलिटी सिंपल कॉन्फ़िगरेशन और लो रिसोर्स यूज है?
A.) Apache | अपाचे
B.) Lite speed | लाइफ स्पीड
C.) Nginx | एनजिनएक्स
D.) IIS | आईआईएस
Answer : C.) Nginx | एनजिनएक्स
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
Nginx is a highly efficient web server known for its high performance, stability, simple configuration, and low resource usage. It was originally designed to handle a very large number of concurrent connections using minimal memory and CPU. Nginx is often used for hosting websites, load balancing, and serving static content quickly. Because of its lightweight and reliable design, it’s widely used by major companies and developers around the world.So, the correct answer is C) Nginx, as it provides excellent performance and uses fewer system resources.
Hindi Explanation:
Nginx (एनजिनएक्स) एक अत्यंत प्रभावी वेब सर्वर है, जो अपने ऊच्च प्रदर्शन (high performance), स्थिरता (stability), सरल कॉन्फ़िगरेशन (simple configuration) और कम संसाधन उपयोग (low resource usage) के लिए जाना जाता है। इसे बहुत अधिक संख्या में कनेक्शन को कम मेमोरी और CPU उपयोग के साथ संभालने के लिए बनाया गया है। Nginx का उपयोग वेबसाइट होस्टिंग, लोड बैलेंसिंग, और स्थिर सामग्री (static content) को तेज़ी से सर्व करने के लिए किया जाता है। इसकी हल्की और विश्वसनीय संरचना के कारण इसे दुनिया भर में कई बड़ी कंपनियों और डेवलपर्स द्वारा उपयोग किया जाता है।इसलिए सही उत्तर है C) Nginx | एनजिनएक्स, क्योंकि यह उच्च प्रदर्शन के साथ न्यूनतम संसाधनों का उपयोग करता है।
Q.10 ) What type of device is a printer? | प्रिंटर किस प्रकार की डिवाइस है?
A.) Input Device | इनपुट डिवाइस
B.) Calculating Device | कैलकुलेटिंग डिवाइस
C.) Output Device | आउटपुट डिवाइस
D.) Processing Device | प्रोसेसिंग डिवाइस
Answer : C.) Output Device | आउटपुट डिवाइस
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
A printer is an output device because it takes information from the computer and produces a physical copy on paper. For example, when you print a document or image, the printer receives data from the computer and gives you a printed output. It does not input or process data; rather, it displays the final result in a tangible form.So, the correct answer is C) Output Device because the printer’s job is to present the processed data from the computer as printed output.
Hindi Explanation:
प्रिंटर (Printer) एक आउटपुट डिवाइस (Output Device) है क्योंकि यह कंप्यूटर से जानकारी लेकर उसे कागज़ पर प्रिंट के रूप में दिखाता है। उदाहरण के लिए, जब आप कोई दस्तावेज़ या चित्र प्रिंट करते हैं, तो प्रिंटर कंप्यूटर से डेटा प्राप्त करता है और उसे मुद्रित रूप में आपको देता है। यह डेटा को न तो इनपुट करता है और न ही प्रोसेस करता है, बल्कि यह प्रोसेस किए गए डेटा को बाहर दिखाता है।इसलिए सही उत्तर है C) आउटपुट डिवाइस, क्योंकि प्रिंटर कंप्यूटर से प्राप्त डेटा को प्रिंट के रूप में आउटपुट करता है।
Q.11 ) Which dialog box changes slides automatically for a particular period of time in PowerPoint? |कौन सा डायलॉग बॉक्स पावरपॉइंट में एक विशेष समयावधि के लिए स्लाइड्स को स्वचालित रूप से बदलता है?
A.) Slide animation | स्लाइड एनीमेशन
B.) Slide transition | स्लाइड ट्रांजिशन
C.) Action setting | एक्शन सेटिंग
D.) Custom animation | कस्टम एनीमेशन
Answer : B.) Slide transition | स्लाइड ट्रांजिशन
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In PowerPoint, if you want slides to change automatically after a certain period of time — without clicking — you use the Slide Transition dialog box. Slide Transition is about how one slide changes to the next, and it includes settings for timing, effects, and speed. By adjusting the timing in the Slide Transition options, you can make your presentation run on its own.So here, the correct answer is B) Slide transition because this feature controls automatic slide changes.
Hindi Explanation:
PowerPoint में यदि आप चाहते हैं कि स्लाइड्स अपने-आप बदल जाएं, एक निर्धारित समय के बाद, बिना क्लिक किए, तो इसके लिए Slide Transition (स्लाइड ट्रांजिशन) डायलॉग बॉक्स का उपयोग किया जाता है। Slide Transition में आप स्लाइड बदलने का तरीका, उसका प्रभाव (effect) और समय (timing) सेट कर सकते हैं। टाइमिंग सेट करने पर आपकी प्रेजेंटेशन अपने-आप चलती है।इसलिए यहाँ सही उत्तर है B) Slide transition | स्लाइड ट्रांजिशन, क्योंकि यही सुविधा स्लाइड्स को स्वचालित रूप से बदलने का नियंत्रण देती है।
Q.12 ) What is the order of files and directories in Windows Explorer? | विंडोज़ एक्सप्लोरर में फ़ाइलों और डायरेक्ट्रीज का क्रम क्या है?
A.) Serial | क्रमानुसार
B.) Alphabetical | वर्णमाला
C.) Sequential | क्रमिक रूप से
D.) Hierarchical | श्रेणीबद्ध
Answer : B.) Alphabetical | वर्णमाला
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In Windows Explorer, files and directories are arranged in alphabetical order by default. This means that the names of files and folders are displayed from A to Z (or in reverse if sorted differently). Alphabetical order makes it easier for users to quickly find files by their names. However, users can change the sorting preference to other options like size, date modified, or type.So, the correct answer is B) Alphabetical, because Windows Explorer organizes files and directories based on the alphabet by default.
Hindi Explanation:
विंडोज़ एक्सप्लोरर (Windows Explorer) में फ़ाइलें और डायरेक्ट्रीज़ डिफ़ॉल्ट रूप से वर्णमाला क्रम (Alphabetical order) में व्यवस्थित होती हैं। इसका अर्थ है कि फ़ाइलें और फ़ोल्डर के नाम A से Z तक (या यदि उल्टा चुना गया हो तो Z से A तक) क्रम में दिखाई देते हैं। वर्णमाला क्रम उपयोगकर्ता को नाम के आधार पर फ़ाइलें जल्दी खोजने में सहायता करता है। हालाँकि, उपयोगकर्ता चाहे तो फाइलों को साइज, डेट, या टाइप के हिसाब से भी क्रमबद्ध कर सकते हैं।इसलिए सही उत्तर है B) वर्णमाला (Alphabetical), क्योंकि विंडोज़ एक्सप्लोरर में फाइलें और डायरेक्ट्रीज़ आमतौर पर वर्णमाला के क्रम में रखी जाती हैं।
Q.13) Which is JavaScript’s default behaviour of moving declarations to the top of their containing scope? | डेक्लरेशंस को उनके युक्त दायरे के टॉप पर ले जाने का JavaScript’s का डिफ़ॉल्ट व्यवहार कौन सा है?
A.) Hoisting | होइस्टिंग
B.) Uploading | अपलोडिंग
C.) Development | डेवलपमेंट
D.) Designing | डिजाइनिंग
Answer : A.) Hoisting | होइस्टिंग
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In JavaScript, the default behavior of moving all declarations (like variables and functions) to the top of their scope before code execution is called Hoisting. This means that variables and function declarations can be used before they are actually written in the code. However, only the declarations are hoisted, not the initializations — this is why variables need to be assigned a value before use to avoid errors.So, the correct answer is A) Hoisting, because it’s the process where JavaScript automatically moves declarations to the top of the current scope.
Hindi Explanation:
JavaScript में, सभी घोषणाओं (declarations) को उनके स्कोप (scope) के शीर्ष पर ले जाने का डिफ़ॉल्ट व्यवहार Hoisting (होइस्टिंग) कहलाता है। इसका मतलब यह है कि वेरिएबल और फ़ंक्शन को कोड में लिखने से पहले भी इस्तेमाल किया जा सकता है, क्योंकि JavaScript उन्हें पहले से पहचान लेता है। लेकिन ध्यान रहे, केवल घोषणाएँ ही ऊपर लाई जाती हैं, उनकी वैल्यू नहीं। इसलिए वेरिएबल को उपयोग करने से पहले उसे मान (value) सौंपना ज़रूरी होता है ताकि त्रुटि न हो।इसलिए सही उत्तर है A) Hoisting | होइस्टिंग, क्योंकि यह वह प्रक्रिया है जिसमें JavaScript घोषणाओं को स्वचालित रूप से उनके स्कोप के शीर्ष पर ले जाता है।
Q.14) Which type of network connection is used to cover 10km to 1000km area? | 10 Km से 1000 Km क्षेत्र को कवर करने के लिए किस प्रकार के नेटवर्क कनेक्शन का उपयोग किया जाता है?
A.) CAN | कैन
B.) WAN | वैन
C.) MAN | मैन
D.) LAN | लेन
Answer : B.) WAN | वैन
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
A WAN (Wide Area Network) is the type of network connection used to cover large areas ranging from 10 km to 1000 km or even more. WANs connect smaller networks such as LANs (Local Area Networks) and MANs (Metropolitan Area Networks) over long distances, often using telephone lines, fiber-optic cables, or satellite links. The internet itself is the largest example of a WAN, enabling communication between different regions and countries.
So, the correct answer is B) WAN, because it is designed for long-distance networking over large geographical areas.
Hindi Explanation:
वैन (WAN – वाइड एरिया नेटवर्क) एक ऐसा नेटवर्क कनेक्शन है जिसका उपयोग बड़े क्षेत्रों में, 10 किलोमीटर से लेकर 1000 किलोमीटर या उससे अधिक दूरी को कवर करने के लिए किया जाता है। WAN छोटे नेटवर्क जैसे LAN (लोकल एरिया नेटवर्क) और MAN (मेट्रोपॉलिटन एरिया नेटवर्क) को लंबी दूरी पर जोड़ता है। इसके लिए टेलीफोन लाइन, फाइबर-ऑप्टिक केबल, या सैटेलाइट लिंक का उपयोग किया जाता है। इंटरनेट खुद सबसे बड़ा WAN का उदाहरण है, जो विभिन्न क्षेत्रों और देशों के बीच संचार को संभव बनाता है।इसलिए सही उत्तर है B) WAN | वैन, क्योंकि इसे बड़े भौगोलिक क्षेत्रों में लंबी दूरी की नेटवर्किंग के लिए बनाया गया है।
Q.15) Which is the correct way of inheriting class A by class B? | class A को class B द्वारा इन्हेरीटिंग में प्राप्त करने का सही तरीका कौन सा है?
A.) Class B extends A { }
B.) Class B inherits class A { }
C.) Class B + class A { }
D.) Class B extends class A { }
Answer : A.) Class B extends A { }
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In Java, inheritance allows one class to use the properties and methods of another class. The keywordextends
is used to achieve inheritance. When class B inherits class A, it means class B can use all the accessible features of class A. The correct syntax for this is:javaclass B extends A { }
Here,
class B
is the child (subclass) andclass A
is the parent (superclass). Other options likeinherits
,+
, orextends class
are incorrect syntax in Java.So, the correct answer is A) class B extends A { }, because it follows the correct inheritance syntax in Java.
Hindi Explanation:
Java में inheritance (विरासत) का उपयोग एक क्लास की विशेषताएँ (properties) और विधियाँ (methods) दूसरी क्लास में उपयोग करने के लिए किया जाता है। यह कार्यextends
कीवर्ड के माध्यम से किया जाता है। जब class B class A को inherit करती है, तो इसका मतलब है कि class B, class A की सभी उपलब्ध विशेषताओं और विधियों का उपयोग कर सकती है। इसका सही सिंटैक्स इस प्रकार है:javaclass B extends A { }
यहाँ
class B
child class (उपक्लास) है औरclass A
parent class (अभिभावक क्लास) है। अन्य विकल्प जैसेinherits
,+
, याextends class
Java में गलत सिंटैक्स हैं।इसलिए सही उत्तर है A) class B extends A { }, क्योंकि यह Java में inheritance का सही तरीका दर्शाता है।
Q.16) How can you insert a audio file in your word document? |आप अपने वर्ड डॉक्यूमेंट में ऑडियो फ़ाइल कैसे सम्मिलित कर सकते हैं?
A.) Insert > sound menu option
B.) Insert > file menu option
C.) Insert > blank menu
D.) Insert > object menu option
Answer : D.) Insert > object menu option
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In Microsoft Word, to insert an audio file into your document, you need to use the Insert > Object menu option. The Object feature allows you to embed various types of files, such as audio, video, or other application objects, directly into your Word document. By choosing Insert > Object, you can select the audio file from your computer and have it embedded so that it can be played within the document.So, the correct answer is D) Insert > object menu option, because this is the feature that supports adding audio files to Word.
Hindi Explanation:
Microsoft Word में अपने दस्तावेज़ में ऑडियो फ़ाइल सम्मिलित करने के लिए आपको Insert > Object मेनू विकल्प का उपयोग करना होता है। Object सुविधा के माध्यम से आप विभिन्न प्रकार की फ़ाइलें जैसे ऑडियो, वीडियो या अन्य एप्लीकेशन ऑब्जेक्ट्स को सीधे अपने वर्ड डॉक्यूमेंट में जोड़ सकते हैं। Insert > Object चुनकर आप अपने कंप्यूटर से ऑडियो फ़ाइल चुन सकते हैं और उसे दस्तावेज़ में एम्बेड कर सकते हैं ताकि उसे वहीं चलाया जा सके।इसलिए सही उत्तर है D) Insert > object menu option | Insert > ऑब्जेक्ट मेनू विकल्प, क्योंकि इसी सुविधा का उपयोग करके आप Word में ऑडियो फ़ाइल जोड़ सकते हैं।
Q.17 ) In which of the following modulus operator(%) can be applied? | निम्नलिखित में से किस मॉड्यूलस ऑपरेटर (%) को लागू किया जा सकता है?
A.) Integers | इंटीजर्स
B.) Floating – point numbers | फ्लोटिंग-पॉइंट नंबर
C.) Integers and floating – point numbers | इंटीजर्स और फ्लोटिंग-पॉइंट नंबर
D.) real numbers | रियल नंबर
Answer : C.) Integers and floating – point numbers | इंटीजर्स और फ्लोटिंग-पॉइंट नंबर
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
The modulus operator (%) in programming is used to find the remainder when one number is divided by another. For example,10 % 3
gives1
because 10 divided by 3 leaves a remainder of 1. In many languages like Java and Python, the modulus operator can be applied to both integers and floating-point numbers. When used with decimals, it gives the remainder in terms of floating-point values.So, the correct answer is C) Integers and floating-point numbers, because the modulus operator (%) can work with both types of numbers in modern programming languages.
Hindi Explanation:
प्रोग्रामिंग में मॉड्यूलस ऑपरेटर (%) का उपयोग किसी संख्या को दूसरी संख्या से भाग देने पर शेषफल (remainder) निकालने के लिए किया जाता है। उदाहरण के लिए,10 % 3
का परिणाम1
होता है क्योंकि 10 को 3 से भाग देने पर शेषफल 1 बचता है। कई प्रोग्रामिंग भाषाओं जैसे Java और Python में%
ऑपरेटर को इंटीजर्स (पूर्णांक) और फ्लोटिंग-पॉइंट नंबर (दशमलव संख्या) दोनों पर लागू किया जा सकता है। दशमलव संख्याओं के साथ इसका परिणाम दशमलव शेषफल में मिलता है।इसलिए सही उत्तर है C) Integers and floating-point numbers | इंटीजर्स और फ्लोटिंग-पॉइंट नंबर, क्योंकि मॉड्यूलस ऑपरेटर (%) दोनों प्रकार की संख्याओं के साथ कार्य करता है।
Q.18) What is the full form of SDLC? | SDLC का पूर्ण रूप क्या है?
A.) Search Development Life Cycle | सर्च डेवलपमेंट लाइफ साइकिल
B.) System Development Life Cycle | सिस्टम डेवलपमेंट लाइफ साइकिल
C.) Secure Development Life Cycle | सिक्योर डेवलपमेंट लाइफ साइकिल
D.) Software Development Life Cycle | सॉफ्टवेयर डेवलपमेंट लाइफ साइकिल
Answer : D.) Software Development Life Cycle | सॉफ्टवेयर डेवलपमेंट लाइफ साइकिल
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
The full form of SDLC is Software Development Life Cycle. It is a structured process that defines the steps involved in developing software — from initial planning and designing to implementation, testing, deployment, and maintenance. SDLC ensures that the software product is developed systematically, meets customer needs, and maintains high quality. The main stages of SDLC include Requirement Analysis, Design, Coding, Testing, Deployment, and Maintenance.So, the correct answer is D) Software Development Life Cycle, because SDLC represents the complete process of software creation and management.
Hindi Explanation:
SDLC का पूरा नाम सॉफ्टवेयर डेवलपमेंट लाइफ साइकिल (Software Development Life Cycle) है। यह एक व्यवस्थित प्रक्रिया है जो सॉफ्टवेयर बनाने के सभी चरणों को परिभाषित करती है — जैसे योजना बनाना, डिजाइन करना, कोडिंग, परीक्षण, लागू करना और रखरखाव। SDLC यह सुनिश्चित करता है कि सॉफ्टवेयर व्यवस्थित रूप से बने, उपयोगकर्ता की आवश्यकताओं को पूरा करे और उच्च गुणवत्ता बनाए रखे। SDLC के मुख्य चरण हैं — रिक्वायरमेंट एनालिसिस, डिजाइन, कोडिंग, टेस्टिंग, डिप्लॉयमेंट, और मेन्टेनेंस।इसलिए सही उत्तर है D) Software Development Life Cycle | सॉफ्टवेयर डेवलपमेंट लाइफ साइकिल, क्योंकि SDLC सॉफ्टवेयर निर्माण और प्रबंधन की पूरी प्रक्रिया को दर्शाता है।
Q.19) Which memory is allocated by Java array? | जावा ऐरे द्वारा कौन सी मेमोरी आवंटित की जाती है?
A.) Cache memory | कैश मेमोरी
B.) Dynamic memory | डायनामिक मेमोरी
C.) Heap memory | हीप मेमोरी
D.) Static memory | स्टैटिक मेमोरी
Answer : C.) Heap memory | हीप मेमोरी
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In Java, when an array is created, the memory for that array is allocated in the heap memory. The heap is the part of memory used for dynamic memory allocation — meaning memory that is allocated at runtime (while the program is running). Arrays in Java are objects, and all objects are stored in the heap. This allows them to be accessed globally by references and managed automatically by Java’s Garbage Collector.So, the correct answer is C) Heap memory, because Java arrays store their data in the heap memory where objects are dynamically managed.
Hindi Explanation:
Java में जब कोई array (ऐरे) बनाया जाता है, तो उसके लिए मेमोरी heap memory (हीप मेमोरी) में आवंटित की जाती है। हीप मेमोरी का उपयोग डायनामिक मेमोरी अलोकेशन के लिए किया जाता है, अर्थात् प्रोग्राम के रनटाइम के दौरान मेमोरी आवंटित की जाती है। Java में ऐरे को एक object (ऑब्जेक्ट) माना जाता है, और सभी ऑब्जेक्ट्स हीप में संग्रहीत किए जाते हैं। इससे उन्हें रेफरेंस के माध्यम से एक्सेस किया जा सकता है और मेमोरी को स्वतः Java Garbage Collector द्वारा प्रबंधित किया जाता है।इसलिए सही उत्तर है C) Heap memory | हीप मेमोरी, क्योंकि जावा ऐरे की मेमोरी हीप में डायनामिक रूप से आवंटित होती है।
Q.20) What the Twisted pair wires, Co-axial cable and Optical fiber cable are? | ट्विस्टेड पेयर वायर, को-एक्सियल केबल और ऑप्टिकल फाइबर केबल क्या हैं?
A.) Wired media | वायर्ड मीडिया
B.) Local media लोकल मीडिया
C.) Wireless media | वायरलेस मीडिया
D.) Wi-Fi media | Wi-Fi मीडिया
Answer : A.) Wired media | वायर्ड मीडिया
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
Twisted pair wires, coaxial cables, and optical fiber cables are all types of wired media used for communication in computer networks. Wired media means that data is transmitted through a physical cable or wire. These media types differ in speed, cost, and distance coverage — for example, optical fiber can carry data at very high speeds over long distances, while twisted pair wires are common in local networks. All three require direct physical connections between devices.So, the correct answer is A) Wired media because they use physical cables to transmit data.
Hindi Explanation:
ट्विस्टेड पेयर वायर, को-एक्सियल केबल और ऑप्टिकल फाइबर केबल सभी वायर्ड मीडिया के प्रकार हैं, जिनका उपयोग कंप्यूटर नेटवर्क में संचार के लिए किया जाता है। वायर्ड मीडिया का मतलब है कि डेटा को एक भौतिक तार या केबल के माध्यम से भेजा जाता है। इन मीडिया प्रकारों की गति, लागत और दूरी कवरेज अलग-अलग होती है — जैसे ऑप्टिकल फाइबर बहुत अधिक गति से लंबे दूरी तक डेटा भेज सकता है, जबकि ट्विस्टेड पेयर वायर स्थानीय नेटवर्क में आम तौर पर इस्तेमाल होते हैं। सभी में उपकरणों के बीच सीधा भौतिक कनेक्शन होता है।इसलिए सही उत्तर है A) वायर्ड मीडिया, क्योंकि ये डेटा भेजने के लिए भौतिक केबल का उपयोग करते हैं।
Q.21) In which application data validation is used? | किस एप्लिकेशन में डेटा सत्यापन का उपयोग किया जाता है?
A.) MS Word | एमएस वर्ड
B.) MS Excel | एमएस एक्सेल
C.) Paint | पेंट
D.) MS Power Point | एमएस पॉवर पॉइंट
Answer : B.) MS Excel | एमएस एक्सेल
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
Data Validation is a feature used in MS Excel to control what type of data can be entered into a cell. It helps prevent incorrect or invalid entries — for example, you can restrict a cell to accept only numbers between 1 and 100, or only dates after a certain day. This feature is very useful for maintaining data accuracy and consistency in spreadsheets.So, the correct answer is B) MS Excel, because this application provides the Data Validation tool to manage and restrict data entry.
Hindi Explanation:
डेटा सत्यापन (Data Validation) एक ऐसी सुविधा है जिसका उपयोग एमएस एक्सेल (MS Excel) में किया जाता है ताकि यह नियंत्रित किया जा सके कि किसी सेल में किस प्रकार का डेटा भरा जा सकता है। यह गलत या अवैध डेटा डालने से रोकता है — जैसे कि किसी सेल में केवल 1 से 100 के बीच की संख्या या किसी निश्चित तारीख के बाद की तिथि ही दर्ज की जा सके। यह सुविधा स्प्रेडशीट में डेटा की सटीकता और एकरूपता बनाए रखने में बहुत सहायक होती है।इसलिए सही उत्तर है B) MS Excel | एमएस एक्सेल, क्योंकि यही एप्लिकेशन डेटा एंट्री को नियंत्रित करने के लिए डेटा सत्यापन का विकल्प प्रदान करती है।
Q.22 ) Which MS word tab has acess to mail merge options? | MS word के किस टैब में मेल मर्ज विकल्पों तक पहुंच है?
A.) Home Tab | होम टैब
B.) References tab | रेफरेंस टैब
C.) Mailings tab | मैलिंग टैब
D.) Insert tab | इन्सर्ट टैब
Answer : C.) Mailings tab | मैलिंग टैब
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In MS Word, the Mailings tab contains all the options related to Mail Merge. The Mail Merge feature is used to create multiple personalized documents, such as letters, labels, or envelopes, by combining a main document with a data source. Under the Mailings tab, you can start a mail merge, select recipients, and insert merge fields like names or addresses. This makes the process of sending customized messages to many people easy and efficient.So, the correct answer is C) Mailings tab, because it’s the tab that gives access to all mail merge tools in MS Word.
Hindi Explanation:
MS Word में Mailings टैब में Mail Merge से संबंधित सभी विकल्प होते हैं। मेल मर्ज सुविधा का उपयोग कई व्यक्तिगत दस्तावेज़ जैसे पत्र, लेबल या लिफाफे तैयार करने के लिए किया जाता है, जहाँ मुख्य डॉक्यूमेंट को डेटा सोर्स के साथ जोड़ा जाता है। Mailings टैब के अंदर आप मेल मर्ज शुरू कर सकते हैं, प्राप्तकर्ता (recipients) चुन सकते हैं और नाम या पता जैसी merge fields डाल सकते हैं। इससे एक ही समय में कई व्यक्तियों को व्यक्तिगत संदेश भेजना आसान और प्रभावी हो जाता है।इसलिए सही उत्तर है C) Mailings tab | मैलिंग टैब, क्योंकि यही टैब MS Word में मेल मर्ज टूल्स तक पहुँच प्रदान करती है।
Q.23) Which is an abstract? | कौन सा एक abstract है?
A.) Abstract List Class | एब्स्ट्रैक्ट लिस्ट क्लास
B.) Thread Class | थ्रेड क्लास
C.) Method | मेथड
D.) Concrete Class | कंक्रीट क्लास
Answer : A.) Abstract List Class | एब्स्ट्रैक्ट लिस्ट क्लास
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In Java, an abstract class is a class that cannot be instantiated directly and may contain abstract methods (methods without a body) that must be implemented by its subclasses. The Abstract List Class is an example of such a class. It provides a skeletal implementation of theList
interface to minimize the effort required to implement it. Abstract classes can also contain concrete methods, but they are mainly used to define a common base with some incomplete functionality for other classes to build upon.So, the correct answer is A) Abstract List Class, because it is an example of an abstract class used in Java.
Hindi Explanation:
Java में abstract class वह क्लास होती है जिसे सीधे रूप से ऑब्जेक्ट नहीं बनाया जा सकता, और इसमें ऐसे मेथड हो सकते हैं जिनका बॉडी नहीं होता (abstract methods) जिन्हें इसकी subclasses द्वारा implement करना पड़ता है। Abstract List Class इसका एक उदाहरण है। यहList
interface का ढाँचा देता है ताकि इसे implement करने में कम मेहनत लगे। Abstract classes में concrete methods भी हो सकते हैं, लेकिन उनका मुख्य उद्देश्य एक सामान्य आधार प्रदान करना होता है, जिसमें कुछ अधूरी functionalities होती हैं, जिन पर अन्य क्लास काम कर सकती हैं।इसलिए सही उत्तर है A) Abstract List Class | एब्स्ट्रैक्ट लिस्ट क्लास, क्योंकि यह Java में उपयोग होने वाली एक abstract class का उदाहरण है।
Q.24) Which is an internal power supply unit of CPU? | CPU की आंतरिक विद्युत आपूर्ति इकाई कौन सी है?
A.) UPS | युपीएस
B.) Stabilizer | स्टेबलाइजर
C.) CVT | सीवीटी
D.) SMPS | एसएमपीएस
Answer : D.) SMPS | एसएमपीएस
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
The internal power supply unit of a CPU is called SMPS (Switched Mode Power Supply). It converts the high-voltage AC (Alternating Current) from the wall socket into low-voltage DC (Direct Current) required by different internal components of the computer, such as the motherboard, hard drive, and graphics card. The SMPS ensures stable and efficient power distribution within the CPU cabinet while minimizing energy loss and heat generation.So, the correct answer is D) SMPS, because it is the internal power supply unit that powers all the essential parts of the CPU.
Hindi Explanation:
CPU की आंतरिक विद्युत आपूर्ति इकाई को SMPS (Switched Mode Power Supply) कहा जाता है। यह दीवार के सॉकेट से प्राप्त उच्च वोल्टेज AC (Alternating Current) को कंप्यूटर के विभिन्न आंतरिक घटकों, जैसे मदरबोर्ड, हार्ड ड्राइव और ग्राफिक्स कार्ड के लिए आवश्यक निम्न वोल्टेज DC (Direct Current) में परिवर्तित करता है। SMPS CPU कैबिनेट के अंदर सभी भागों को स्थिर और कुशल बिजली आपूर्ति प्रदान करता है, साथ ही ऊर्जा की हानि और गर्मी को कम करता है।इसलिए सही उत्तर है D) SMPS | एसएमपीएस, क्योंकि यह CPU की आंतरिक विद्युत आपूर्ति इकाई होती है जो सभी आवश्यक घटकों को ऊर्जा प्रदान करती है।
Q.25) Which character represents a range of values in Linux? |Linux में कौन सा वर्ण मानों की श्रेणी का प्रतिनिधित्व करता है?
A.) ( )
B.) { }
C.) [ ]
D.) <>
Answer : C.) [ ]
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In Linux, the square brackets[ ]
are used in certain commands and patterns to represent a range of values. For example, in filename matching or regular expressions,[a-z]
matches any lowercase letter from ‘a’ to ‘z’, and[0-9]
matches any digit from 0 to 9. This range representation is useful in shell commands, scripting, and searching to target only specific sets of characters.So, the correct answer is C) [ ], because square brackets are the syntax used for defining a range of characters or values in Linux.
Hindi Explanation:
Linux में स्क्वायर ब्रैकेट[ ]
का उपयोग कुछ कमांड और पैटर्न में मानों की श्रेणी (range) को दर्शाने के लिए किया जाता है। उदाहरण के लिए,[a-z]
किसी भी छोटे अक्षर ‘a’ से ‘z’ तक को मैच करता है, और[0-9]
किसी भी संख्या 0 से 9 को मैच करता है। यह सुविधा शेल कमांड, स्क्रिप्टिंग और सर्चिंग में केवल विशेष वर्णों या मानों के सेट को चुनने में सहायक होती है।इसलिए सही उत्तर है C) [ ], क्योंकि Linux में मानों की श्रेणी को परिभाषित करने के लिए स्क्वायर ब्रैकेट का उपयोग होता है।
Q.26) What is the full form of BI in PowerBI? | PowerBI में BI का पूर्ण रूप क्या है?
A.) Business Initiation | बिजनेस इनिशिएशन
B.) Business Insider | बिजनेस इंसाइडर
C.) Business Information | बिजनेस इंफॉर्मेशन
D.) Business Intelligence | बिजनेस इंटेलिजेंस
Answer : D.) Business Intelligence | बिजनेस इंटेलिजेंस
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In Power BI, the full form of BI is Business Intelligence. Business Intelligence refers to the technologies and processes used to collect, analyze, and present business data to help organizations make better decisions. Power BI is a powerful data visualization and reporting tool developed by Microsoft that transforms raw data into meaningful insights using interactive dashboards and reports.So, the correct answer is D) Business Intelligence, because BI in Power BI stands for Business Intelligence — the core function of analyzing and visualizing business data.
Hindi Explanation:
Power BI में BI का पूरा नाम बिजनेस इंटेलिजेंस (Business Intelligence) है। बिजनेस इंटेलिजेंस उन तकनीकों और प्रक्रियाओं को दर्शाता है जिनका उपयोग व्यापारिक डेटा को एकत्रित, विश्लेषित और प्रस्तुत करने में किया जाता है ताकि बेहतर निर्णय लिए जा सकें। Power BI माइक्रोसॉफ्ट द्वारा विकसित एक डेटा विज़ुअलाइज़ेशन और रिपोर्टिंग टूल है, जो कच्चे डेटा को उपयोगी जानकारी में बदल देता है।इसलिए सही उत्तर है D) Business Intelligence | बिजनेस इंटेलिजेंस, क्योंकि Power BI का मुख्य उद्देश्य व्यापारिक डेटा का विश्लेषण और दृश्य रूप में प्रस्तुत करना है।
Q.27) How are data items added to an array? |किसी ऐरे में डेटा आइटम कैसे जोड़े जाते हैं?
A.) In alphanumeric order | अल्फ़ान्यूमेरिक क्रम में
B.) Data may only be read from an array | डेटा को केवल एक ऐरे से ही पढ़ा जा सकता है
C.) In alphabetical order | अल्फाबेटिकल क्रम में
D.) Items are appended to the next free index | आइटम नेक्स्ट फ्री इंडेक्स में जोड़े जाते हैं
Answer : D.) Items are appended to the next free index | आइटम नेक्स्ट फ्री इंडेक्स में जोड़े जाते हैं
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In an array, data items are stored at specific positions called indexes. When you add a new item to an array, it is placed at the next free index — meaning the next available position after the current last item. Arrays do not automatically sort items in alphabetical or alphanumeric order; instead, they follow the order in which data is inserted. This sequential placement makes it easy to access elements by their index number.So, the correct answer is D) Items are appended to the next free index, because arrays add data to the next available position.
Hindi Explanation:
एक ऐरे में डेटा आइटम को इंडेक्स नामक विशिष्ट स्थान पर रखा जाता है। जब आप ऐरे में नया आइटम जोड़ते हैं, तो यह अगले खाली इंडेक्स में रखा जाता है — यानी वर्तमान अंतिम आइटम के बाद अगला उपलब्ध स्थान। ऐरे अपने आप डेटा को alphabetical या alphanumeric क्रम में नहीं रखते; बल्कि डेटा को उसी क्रम में रखते हैं, जिस क्रम में उन्हें जोड़ा जाता है। यह क्रमबद्ध स्थान निर्धारण इंडेक्स नंबर से तत्वों को आसानी से एक्सेस करने में मदद करता है।इसलिए सही उत्तर है D) आइटम नेक्स्ट फ्री इंडेक्स में जोड़े जाते हैं, क्योंकि ऐरे अगले खाली स्थान में डेटा जोड़ते हैं।
Q.28) Which is an example for WAN? | WAN के लिए कौन सा उदाहरण है?
A.) Bluetooth network | ब्लूटूथ नेटवर्क
B.) Internet | इंटरनेट
C.) Campus network | कैंपस नेटवर्क
D.) Home network | होम नेटवर्क
Answer : B.) Internet | इंटरनेट
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
A WAN (Wide Area Network) is a type of network that covers a very large geographical area, connecting multiple smaller networks like LANs (Local Area Networks) and MANs (Metropolitan Area Networks). The Internet is the best example of a WAN because it links computers and networks all over the world, allowing global communication and data sharing. It connects millions of devices across countries and continents using satellite links, fiber optics, and other long-distance technologies.So, the correct answer is B) Internet, because it is the largest and most common example of a Wide Area Network.
Hindi Explanation:
WAN (Wide Area Network) एक ऐसा नेटवर्क होता है जो बहुत बड़े भौगोलिक क्षेत्र को कवर करता है और कई छोटे नेटवर्क जैसे LAN (लोकल एरिया नेटवर्क) और MAN (मेट्रोपॉलिटन एरिया नेटवर्क) को आपस में जोड़ता है। इंटरनेट (Internet) इसका सबसे अच्छा उदाहरण है क्योंकि यह दुनिया भर के कंप्यूटरों और नेटवर्कों को जोड़ता है, जिससे वैश्विक स्तर पर संचार और डेटा साझा करना संभव होता है। यह सैटेलाइट लिंक, फाइबर ऑप्टिक और अन्य लंबी दूरी की तकनीकों के माध्यम से करोड़ों उपकरणों को देशों व महाद्वीपों में जोड़ता है।इसलिए सही उत्तर है B) Internet | इंटरनेट, क्योंकि यह वाइड एरिया नेटवर्क का सबसे बड़ा और सामान्य उदाहरण है।
Q.29) Which is a statement terminator in javascript? | जावास्क्रिप्ट में एक स्टेटमेंट टर्मिनेटर कौन सा है?
A.) . .
B.) ,
C.) ;
D.) :
Answer : C.) ;
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In JavaScript, the semicolon ( ; ) is used as a statement terminator. It tells the JavaScript interpreter that one statement has ended before another begins. Although some JavaScript statements can work without semicolons due to automatic semicolon insertion, it is considered good practice to use them consistently. This helps avoid confusion and potential errors when the code is executed.So, the correct answer is C) ;, because the semicolon is used to mark the end of a statement in JavaScript.
Hindi Explanation:
JavaScript में सेमीकोलन ( ; ) का उपयोग स्टेटमेंट टर्मिनेटर के रूप में किया जाता है। यह जावास्क्रिप्ट इंटरप्रेटर को बताता है कि एक स्टेटमेंट समाप्त हो गया है और अगला स्टेटमेंट शुरू हो रहा है। हालाँकि जावास्क्रिप्ट में कुछ स्टेटमेंट बिना सेमीकोलन के भी काम कर सकते हैं (automatic semicolon insertion के कारण), लेकिन कोड को साफ और त्रुटिरहित बनाए रखने के लिए सेमीकोलन का लगातार उपयोग करना अच्छा अभ्यास माना जाता है।इसलिए सही उत्तर है C) ;, क्योंकि जावास्क्रिप्ट में स्टेटमेंट समाप्त करने के लिए सेमीकोलन का प्रयोग किया जाता है।
Q.30 ) What is the other name of Server-side Javascript? | सर्वर-साइड जावास्क्रिप्ट का दूसरा नाम क्या है?
A.) Microsoft Javascript | माइक्रोसॉफ्ट
B.) LiveWire Javascript | लाइववायर
C.) Native Javascript | नेटिव
D.) Navigator Javascript | नेविगेटर
Answer : B.) LiveWire Javascript | लाइववायर
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
The other name for Server-side JavaScript is LiveWire JavaScript. It was developed by Netscape to allow JavaScript to run on the server instead of just in the client’s browser. Using LiveWire, developers could create dynamic web pages by processing data on the server before sending it to the client. This concept laid the foundation for modern server-side JavaScript environments like Node.js.So, the correct answer is B) LiveWire JavaScript, because it refers to the server-side version of JavaScript introduced by Netscape.
Hindi Explanation:
सर्वर-साइड जावास्क्रिप्ट (Server-side JavaScript) का दूसरा नाम लाइववायर जावास्क्रिप्ट (LiveWire JavaScript) है। इसे Netscape कंपनी ने विकसित किया था ताकि जावास्क्रिप्ट केवल ब्राउज़र (क्लाइंट-साइड) में ही नहीं बल्कि सर्वर पर भी चल सके। लाइववायर की मदद से डेवलपर्स सर्वर पर डेटा प्रोसेस करके डायनामिक वेब पेज बना सकते थे, जो बाद में क्लाइंट तक भेजा जाता था। यह आधुनिक सर्वर-साइड जावास्क्रिप्ट एनवायरनमेंट जैसे Node.js के लिए आधार बना।इसलिए सही उत्तर है B) LiveWire JavaScript | लाइववायर जावास्क्रिप्ट, क्योंकि यह Netscape द्वारा प्रस्तुत सर्वर-साइड जावास्क्रिप्ट का नाम है।
Q.31) Which shortcut key is use to print slides in MS PowerPoint? | MS PowerPoint में स्लाइड प्रिंट करने के लिए किस शॉर्टकट कुंजी का उपयोग किया जाता है?
A.) Ctrl + Alt +O | कंट्रोल + आल्ट + O
B.) Ctrl + Alt +P | कंट्रोल + आल्ट + P
C.) Ctrl + O | कंट्रोल + O
D.) Ctrl + P | कंट्रोल + P
Answer : D.) Ctrl + P | कंट्रोल + P
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In MS PowerPoint, the shortcut key Ctrl + P is used to open the print dialog box, allowing you to print your slides. This shortcut works in most Microsoft Office applications, making it quick and convenient to print without going through the menu manually. By pressing Ctrl + P, you can choose printing options such as the printer, number of copies, and specific slides you want to print.So, the correct answer is D) Ctrl + P, because it is the universal shortcut for printing in MS PowerPoint and other Office programs.
Hindi Explanation:
MS PowerPoint में Ctrl + P शॉर्टकट कुंजी स्लाइड को प्रिंट करने के लिए उपयोग की जाती है। यह शॉर्टकट अधिकांश माइक्रोसॉफ्ट ऑफिस एप्लिकेशनों में काम करता है और मेन्यू से होकर जाने की बजाय जल्दी और आसानी से प्रिंट करने का तरीका देता है। Ctrl + P दबाने पर आप प्रिंटिंग विकल्प चुन सकते हैं, जैसे प्रिंटर, कॉपियों की संख्या, और कौन-सी स्लाइड्स प्रिंट करनी हैं।इसलिए सही उत्तर है D) Ctrl + P | कंट्रोल + P, क्योंकि यह MS PowerPoint और अन्य ऑफिस प्रोग्राम में प्रिंट करने का सार्वभौमिक शॉर्टकट है।
Q.32) Who developed the Python language? | पायथन भाषा का विकास किसने किया?
A.) Zim Den | ज़िम डेन
B.) Guido van Rossum | गुइडो वान रोस्सम
C.) Niene Stom | निएने स्टॉम
D.) Wick van Rossum | विक वान रोस्सम
Answer : B.) Guido van Rossum | गुइडो वान रोस्सम
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
The Python programming language was developed by Guido van Rossum in the late 1980s and released officially in 1991. He created Python at the National Research Institute for Mathematics and Computer Science in the Netherlands. Guido designed Python to be simple, readable, and easy to learn while being powerful enough for professional development. Today, Python is widely used in web development, data science, artificial intelligence, and automation.So, the correct answer is B) Guido van Rossum, because he is the creator and original developer of the Python language.
Hindi Explanation:
पायथन प्रोग्रामिंग भाषा (Python Programming Language) का विकास गुइडो वान रोस्सम (Guido van Rossum) ने 1980 के दशक के अंत में किया था, और इसे आधिकारिक रूप से 1991 में जारी किया गया था। उन्होंने यह भाषा नीदरलैंड्स के नेशनल रिसर्च इंस्टिट्यूट फॉर मैथमैटिक्स एंड कंप्यूटर साइंस में विकसित की। गुइडो ने पायथन को सरल, पठनीय और आसानी से सीखने योग्य बनाने के साथ-साथ पेशेवर विकास के लिए पर्याप्त शक्तिशाली भाषा के रूप में डिजाइन किया। आज पायथन का उपयोग वेब डेवलपमेंट, डेटा साइंस, आर्टिफिशियल इंटेलिजेंस और ऑटोमेशन जैसे कई क्षेत्रों में किया जाता है।इसलिए सही उत्तर है B) Guido van Rossum | गुइडो वान रोस्सम, क्योंकि वही पायथन भाषा के विकासकर्ता हैं।
Q.33) Which option is used to indicate how well the students have done their exams using colour cells shown in the figure? | चित्र में दिखाए गए कलर सेल का उपयोग करके यह दर्शाने के लिए किस विकल्प का उपयोग किया जाता है कि छात्रों ने अपनी परीक्षा कितनी अच्छी तरह से दी है?
A.) Conditional Formatting (Data Bars) | कन्डिशनल फॉर्मेटिंग (डेटा बार)
B.) Conditional Formatting (Icon Sets) | कन्डिशनल फॉर्मेटिंग (आइकान सेट्स)
C.) Conditional Formatting (Formatting Rules) | कन्डिशनल फॉर्मेटिंग (फॉर्मेटिंग रूल्स)
D.) Conditional Formatting | कन्डिशनल फॉर्मेटिंग (कलर स्केल)
Answer : D.) Conditional Formatting | कन्डिशनल फॉर्मेटिंग (कलर स्केल)
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
The feature used to show how well students have performed in their exams using colored cells, as shown in the figure, is called Conditional Formatting: Color Scale in MS Excel. This option applies different colors to the cells based on their values. For example, higher marks might show as green and lower marks as red, allowing you to quickly visualize students’ performance. Color scales are a popular way to analyze and compare data by making patterns and outliers easy to spot.So, the correct answer is D) Conditional Formatting (Color Scale) because it uses colors in cells to represent and compare student results visually.
Hindi Explanation:
चित्र में दिखाए गए रंगीन सेल्स का उपयोग कर यह दिखाने के लिए कि छात्रों ने परीक्षा कितनी अच्छी दी है, MS Excel में Conditional Formatting: Color Scale विकल्प का उपयोग किया जाता है। इस विकल्प में सेल्स के मान के अनुसार अलग-अलग रंग अपने-आप लागू हो जाते हैं। उदाहरण के लिए, अधिक अंक वालों के सेल्स हरे रंग में और कम अंक वालों के सेल्स लाल रंग में दिख सकते हैं, जिससे प्रदर्शन तुरंत समझा जा सकता है। Color scales डेटा पैटर्न और विशेष मूल्यों की पहचान आसान बनाते हैं।इसलिए सही उत्तर है D) Conditional Formatting (Color Scale) | कन्डिशनल फॉर्मेटिंग (कलर स्केल), क्योंकि यही विकल्प सेल्स में रंग बदलकर छात्रों के परिणामों को आसानी से दर्शाने के लिए उपयोग होता है।
Q.34) How to declare an array in python? | पाइथॉन में ऐरे कैसे घोषित करें?
A.) pipes | |
B.) parenthesis ( )
C.) curly braces { }
D.) brackets [ ]
Answer : D.) brackets [ ]
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In Python, arrays (or more commonly, lists) are declared using square brackets[ ]
. For example, you can create an array (list) like this:pythonmy_array = [1, 2, 3, 4]
The square brackets hold all the elements of the array. Other options like parentheses
( )
, curly braces{ }
, or pipes| |
are used for different structures, not for arrays/lists. This is the standard syntax for creating a list in Python, which is used very similarly to arrays in other languagesstackoverflow+3.So, the correct answer is D) brackets [ ], because arrays (lists) in Python are declared with square brackets.
Hindi Explanation:
Python में ऐरे (या सामान्यतः लिस्ट) स्क्वायर ब्रैकेट[ ]
का उपयोग करके घोषित किए जाते हैं। उदाहरण के लिए:pythonmy_array = [1, 2, 3, 4]
स्क्वायर ब्रैकेट के अंदर सभी तत्व (elements) लिखे जाते हैं। अन्य विकल्प जैसे पेरेंथेसिस
( )
, कर्ली ब्रेसेस{ }
, या पाइप| |
का उपयोग अन्य प्रकार की संरचनाओं के लिए होता है, ऐरे/लिस्ट के लिए नहीं। यह पायथन में ऐरे (लिस्ट) बनाने का मानक तरीका है, जो अन्य भाषाओं के ऐरे जैसा ही काम करता हैstackoverflow+3।इसलिए सही उत्तर है D) brackets [ ] | ब्रैकेट
[ ]
, क्योंकि पाइथन में ऐरे (लिस्ट) स्क्वायर ब्रैकेट का उपयोग करके घोषित किए जाते हैं।
Q.35) What will be the output of the give phyton code? | दिए गए Python कोड का आउटपुट क्या होगा?
list1 = [ 3,2,5,7,3,6 ]list1.pop( 3 )
print( list1 )
A.) [ 2,5,7,6 ] B.) [ 3,2,5,7,3,6 ] C.) [ 3,2,5,3,6 ] D.) [ 2,5,7,3,6 ] Answer : C.) [ 3,2,5,3,6 ]
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
The Python code:
pythonlist1 = [3, 2, 5, 7, 3, 6]
list1.pop(3)
print(list1)
uses the
pop()
method to remove an element from the list. Thepop(3)
command removes the element at index 3. In Python, indexes start from 0, so index 3 refers to the fourth item in the list (7
). After removing7
, the list becomes[3][2][5][3][6]
. Printing the list will show this updated version.So, the correct answer is C) because
pop(3)
removes the item at index 3 (which is7
) and updates the list accordingly.w3schools+3Hindi Explanation:
दी गई Python कोड:
pythonlist1 = [3, 2, 5, 7, 3, 6]
list1.pop(3)
print(list1)
में
pop()
मेथड का उपयोग ऐरे (list) से एक तत्व हटाने के लिए किया गया है। यहाँpop(3)
का मतलब है कि इंडेक्स 3 (चौथा तत्व—क्योंकि इंडेक्सिंग 0 से शुरू होती है) को हटाना। इंडेक्स 3 पर7
है। इसे हटाने के बाद लिस्ट[3][2][5][3][6]
हो जाएगी।इसलिए सही उत्तर है C) , क्योंकि
pop(3)
द्वारा तीसरे इंडेक्स (यहाँ 7) को हटाने के बाद प्रिंट की गई लिस्ट यही होगी।
Q.36) What is full form of DML? | DML का पूर्ण रूप क्या है?
A.) Data Manipulation Language | डेटा मैनिपुलेशन लैंग्वेज
B.) Data Multiplication Language | डेटा मल्टीप्लिकेशन लैंग्वेज
C.) Data Mapping Language | डेटा मैपिंग लैंग्वेज
D.) Data Modify Language | डेटा मॉडिफाई लैंग्वेज
Answer : A.) Data Manipulation Language | डेटा मैनिपुलेशन लैंग्वेज
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
The full form of DML is Data Manipulation Language. DML is a set of commands used in databases to manage and manipulate data. It allows users to insert, update, delete, and retrieve records from a database table. For example, commands likeSELECT
,INSERT
,UPDATE
, andDELETE
in SQL are part of DML. DML helps organizations keep their database accurate by making changes to the stored data when needed.geeksforgeeks+2So, the correct answer is A) Data Manipulation Language, because DML refers to these essential data-handling operations in database systems.
Hindi Explanation:
DML का पूरा नाम डेटा मैनिपुलेशन लैंग्वेज (Data Manipulation Language) है। DML, डाटाबेस में डेटा को प्रबंधित और नियंत्रित करने के लिए इस्तेमाल किए जाने वाले कमांड्स का एक समूह है। इसकी मदद से आप डेटा को डाल सकते हैं (INSERT
), संपादित कर सकते हैं (UPDATE
), हटा सकते हैं (DELETE
), और प्राप्त कर सकते हैं (SELECT
)। ये कमांड्स SQL जैसी भाषाओं में DML के भाग होते हैं, और इनसे डाटाबेस में स्टोर किए गए डेटा को बदला या उपयोग किया जा सकता है।wikipedia+2इसलिए सही उत्तर है A) Data Manipulation Language | डेटा मैनिपुलेशन लैंग्वेज, क्योंकि DML का यही अर्थ होता है और इसे डेटाबेस में डेटा संभालने के लिए प्रयोग किया जाता है।
Q.37) Which of the following term is correct for the given code? | परिभाषित करने के लिए निम्नलिखित का उपयोग किया जाता है
____.d = {
< key >: < value >,
< key >: < value >,
.
.
.
< key >: < value >
}
A.) Dictionary | डिक्शनरी
B.) List | लिस्ट
C.) Tuple | ट्यूपल
D.) Group | ग्रुप
Answer : A.) Dictionary | डिक्शनरी
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In Python, the given code snippet represents the creation of a Dictionary. A dictionary is a collection of key-value pairs enclosed within curly braces
{}
. The syntax shown:____.d = {
< key >: < value >,
< key >: < value >,
…
< key >: < value >
}illustrates how keys are mapped to their corresponding values using a colon
:
separator. Dictionaries are unordered, changeable, and indexed by unique keys.Other options like List use square brackets
[ ]
, Tuple uses parentheses( )
, and Group is not a standard Python data type.So, the correct answer is A) Dictionary, because the code represents a dictionary assignment with key-value pairs inside curly braces.
Hindi Explanation:
Python में दिए गए कोड का उदाहरण डिक्शनरी (Dictionary) का है। डिक्शनरी एक डेटा संरचना है जिसमें key-value जोड़े होते हैं जो कर्ली ब्रैसेस
{}
के अंदर लिखे जाते हैं। सिंटैक्स:____.d = {
< key >: < value >,
< key >: < value >,
…
< key >: < value >
}इसमें हर key और value के बीच
:
होता है जो उनके बीच संबंध दर्शाता है। डिक्शनरी में keys यूनिक होती हैं, और वे मानों को इंडेक्स के रूप में उपयोग कर सकती हैं।वैकल्पिक में लिस्ट के लिए स्क्वायर ब्रैकेट
[ ]
, ट्यूपल के लिए पेरेंटिसिस( )
और ग्रुप कोई मानक python डेटा टाइप नहीं है।इसलिए सही उत्तर है A) Dictionary | डिक्शनरी, क्योंकि यह कोड key-value जोड़ो के साथ डिक्शनरी को दर्शाता है।
Q.38) Which statement is used to test a block of code for errors? | त्रुटियों के लिए कोड के एक ब्लॉक का परीक्षण करने के लिए किस कथन का उपयोग किया जाता है?
A.) Finally | फाइनली
B.) Throw | थ्रो
C.) Try | ट्राई
D.) Catch | कैच
Answer : C.) Try | ट्राई
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In programming languages like Python, the try statement is used to test a block of code for errors or exceptions. The code inside the try block runs normally, but if an error occurs, it stops executing immediately and moves to the corresponding error handling block (like except). This helps to prevent the program from crashing and allows handling errors gracefully.
So, the correct answer is C) Try, because the try block is specifically designed to test code for errors.
Hindi Explanation:
प्रोग्रामिंग भाषाओं जैसे Python में, try स्टेटमेंट का उपयोग किसी कोड ब्लॉक में त्रुटियों (errors) या अपवादों (exceptions) का परीक्षण करने के लिए किया जाता है। try ब्लॉक के अंदर का कोड सामान्य रूप से चलता है, लेकिन अगर कोई त्रुटि आती है तो वह तुरंत रुक जाता है और संबंधित एरर हैंडलिंग ब्लॉक (जैसे except) में चला जाता है। इससे प्रोग्राम क्रैश होने से बचता है और त्रुटियों को सही तरह से संभाला जा सकता है।
इसलिए सही उत्तर है C) Try | ट्राई, क्योंकि try ब्लॉक कोड को त्रुटियों के लिए जांचने के लिए उपयोग किया जाता है।
Q.39) What is the full form of ALU? | ALU का फुल फॉर्म क्या है?
A.) Arithmetic-Logic Unit अरिथमेटिक लॉजिक यूनिट
B.) Ascii Logic Unit | अस्सी लॉजिक यूनिट
C.) Arithmetic Least Unit | अरिथमेटिक लीस्ट यूनिट
D.) Allowed Logic Unit | अल्लोड लॉजिक यूनिट
Answer : A.) Arithmetic-Logic Unit अरिथमेटिक लॉजिक यूनिट
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
The full form of ALU is Arithmetic Logic Unit. It is a crucial part of the computer’s Central Processing Unit (CPU) responsible for performing all arithmetic operations like addition, subtraction, multiplication, and division, as well as logical operations like comparison (AND, OR, NOT). The ALU takes input data and instructions from the CPU and processes these operations, then sends the results back to the computer’s memory. In simple terms, the ALU is the mathematical brain of the processor, enabling it to perform calculations and make logical decisions required for program execution.
So, the correct answer is A) Arithmetic Logic Unit, because ALU is the component that handles both arithmetic and logic operations inside a computer.
Hindi Explanation:
ALU का पूरा नाम अरिथमेटिक लॉजिक यूनिट (Arithmetic Logic Unit) है। यह कंप्यूटर के सेंट्रल प्रोसेसिंग यूनिट (CPU) का एक महत्वपूर्ण हिस्सा है जो सभी गणितीय क्रियाएं जैसे जोड़, घटाव, गुणा, भाग और तार्किक क्रियाएं जैसे तुलना (AND, OR, NOT) करता है। ALU CPU से इनपुट डेटा और निर्देश प्राप्त करता है, इन ऑपरेशनों को निष्पादित करता है और परिणाम कंप्यूटर मेमोरी को भेजता है। सरल शब्दों में, ALU प्रोसेसर का गणितीय मस्तिष्क है जो प्रोग्राम निष्पादन के लिए आवश्यक गणनाओं और तार्किक निर्णयों को सक्षम बनाता है।
इसलिए सही उत्तर है A) Arithmetic Logic Unit | अरिथमेटिक लॉजिक यूनिट, क्योंकि ALU वह हिस्सा है जो कंप्यूटर के अंदर गणितीय और तार्किक ऑपरेशन करता है।
Q.40) What is the purpose of Nero Start Smart? | नीरो स्टार्ट स्मार्ट का उद्देश्य क्या है?
A.) Burn CD/DVD | बर्न सीडी/डीवीडी
B.) Format pen drive | फॉर्मेट पेन ड्राइव
C.) Format CD/DVD | फॉर्मेट सीडी/डीवीडी
D.) Format HDD | फॉर्मेट एचडीडी
Answer : A.) Burn CD/DVD | बर्न सीडी/डीवीडी
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
Nero StartSmart is a software application mainly used for burning CDs and DVDs, meaning it helps you write data, audio, or video files onto discs. It acts as a central hub or command center for various Nero suite applications, allowing users to easily perform multimedia tasks such as burning, copying discs, ripping audio CDs, and managing media files. With Nero StartSmart, you can quickly start burning data discs, audio discs, MP3/AAC discs, and more, all with a simple and user-friendly interface.
So, the correct answer is A) Burn CD/DVD, because Nero StartSmart’s primary purpose is to help users burn data onto CDs and DVDs.
Hindi Explanation:
Nero StartSmart एक सॉफ़्टवेयर एप्लीकेशन है जिसका मुख्य उद्देश्य CD और DVD में डेटा लिखना (बर्न करना) है। यह Nero सुइट के कई एप्लीकेशन्स का केंद्रीकृत नियंत्रण केंद्र है, जो उपयोगकर्ताओं को मल्टीमीडिया कार्य जैसे कि डिस्क बर्निंग, कॉपी करना, ऑडियो CD रैपिंग और मीडिया प्रबंधन आदि आसानी से करने देता है। Nero StartSmart की मदद से आप आसानी से डेटा डिस्क, ऑडियो डिस्क, MP3/AAC डिस्क आदि बर्न कर सकते हैं, यह एक सरल और उपयोगकर्ता-मित्र इंटरफेस प्रदान करता है।
इसलिए सही उत्तर है A) Burn CD/DVD | बर्न सीडी/डीवीडी, क्योंकि Nero StartSmart का मुख्य उद्देश्य यूज़र्स को Cd/DVD पर डेटा बर्न करने में मदद करना है।
Q.41) What is the other name for PDoS? | PDoS का दूसरा नाम क्या है?
A.) Phlashing | फ्लैशिंग
B.) Smurf attack | स्मर्फ अटैक
C.) Brute force attack | ब्रूट फोर्स अटैक
D.) Non-technical attack | नॉन टेक्निकल अटैक
Answer : A.) Phlashing | फ्लैशिंग
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
The other name for PDoS (Permanent Denial of Service) attack is Phlashing. This type of cyberattack targets hardware by damaging a device’s firmware or basic software to permanently disable it. Unlike traditional DoS or DDoS attacks that temporarily overload systems, PDoS attacks cause permanent damage, often requiring hardware replacement or repair. “Phlashing” refers to maliciously rewriting or corrupting firmware (the software that controls hardware), effectively ‘bricking’ the device so it can no longer function.
So, the correct answer is A) Phlashing, because it is a term used for PDoS attacks that permanently disable devices through firmware corruption.
Hindi Explanation:
PDoS (Permanent Denial of Service) हमले का दूसरा नाम Phlashing है। यह साइबर हमला हार्डवेयर को निशाना बनाता है, जिसमें किसी डिवाइस के फर्मवेयर या मूल सॉफ़्टवेयर को नुकसान पहुंचाकर उसे स्थायी रूप से बंद कर दिया जाता है। पारंपरिक DoS या DDoS हमलों की तरह ये अस्थायी नहीं होते, बल्कि डिवाइस को पूरा नुकसान पहुंचाते हैं, जिससे हार्डवेयर की मरम्मत या बदलाव की आवश्यकता होती है। “फ्लैशिंग” उस प्रक्रिया को कहते हैं जिसमें फर्मवेयर को ठीक तरह से बदला जाता है, और “फ्लैशिंग” का गलत इस्तेमाल करके डिवाइस का फर्मवेयर खराब करने को “Phlashing” कहा जाता है, जिससे डिवाइस उपयोग हेतु निष्फल हो जाता है।
इसलिए सही उत्तर है A) Phlashing | फ्लैशिंग, क्योंकि यह PDoS हमलों का वह नाम है जो फर्मवेयर को नुकसान पहुंचाकर स्थायी डिवाइस निष्क्रियता पैदा करता है।
Q.42) What was the earlier name of Java Programming language? | जावा प्रोग्रामिंग लैंग्वेज का पुराना नाम क्या था?
A.) Pycharm | पायचार्म
B.) Oak | ओक
C.) Netbean | नेटबीन
D.) Eclipse | एक्लिप्स
Answer : B.) Oak | ओक
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
The original name of the Java programming language was Oak. It was created by James Gosling at Sun Microsystems in 1989 as part of a project for digital devices like set-top boxes. The language was named after an oak tree outside Gosling’s office. However, since the name Oak was already trademarked by another company, it was later changed to Java in 1994. Java went on to become one of the most popular programming languages worldwide.
So, the correct answer is B) Oak, because Java was initially called Oak before being renamed.
Hindi Explanation:
जावा प्रोग्रामिंग भाषा का पुराना नाम ओक (Oak) था। इसे 1989 में जेम्स गॉसलिंग ने सन मायक्रोसिस्टम्स में डिजिटल उपकरणों के लिए विकसित किया था। इस भाषा का नाम उनके ऑफिस के बाहर लगे ओक के पेड़ के नाम पर रखा गया था। लेकिन चूंकि Oak नाम पहले से ही किसी अन्य कंपनी का ट्रेडमार्क था, इसलिए इसे बाद में 1994 में जावा (Java) नाम दिया गया। जावा आज विश्व की सबसे लोकप्रिय प्रोग्रामिंग भाषाओं में से एक है।
इसलिए सही उत्तर है B) Oak | ओक, क्योंकि जावा का पूर्व नाम ओक था।
Q.43) Which key copies the selected items in open source office? | ओपन सोर्स ऑफिस में कौन सी कुंजी चयनित आइटम की प्रतिलिपि बनाती है?
A.) Ctrl + P | कंट्रोल + P
B.) Ctrl + C | कंट्रोल + C
C.) Ctrl + Shift + C | कंट्रोल + शिफ्ट + C
D.) Ctrl + O | कंट्रोल + O
Answer : B.) Ctrl + C | कंट्रोल + C
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In open-source office applications and most software, the keyboard shortcut Ctrl + C is universally used to copy the selected item(s) to the clipboard. This lets you duplicate text, images, or other data without removing the original from its place. Once copied, you can paste the content elsewhere using Ctrl + V.
So, the correct answer is B) Ctrl + C, because this is the standard and widely supported shortcut for copying.
Hindi Explanation:
ओपन सोर्स ऑफिस जैसे सॉफ्टवेयर में, कीबोर्ड शॉर्टकट Ctrl + C का उपयोग चयनित आइटम की कॉपी करने के लिए किया जाता है। इससे आप टेक्स्ट, इमेज या अन्य डेटा की प्रतिलिपि बना सकते हैं बिना उसे हटाए। इस कॉपी किए गए कंटेंट को आप बाद में Ctrl + V से कहीं भी पेस्ट कर सकते हैं।
इसलिए सही उत्तर है B) Ctrl + C | कंट्रोल + C, क्योंकि यह कॉपी करने का मानक और व्यापक रूप से स्वीकृत शॉर्टकट है।
Q.44) Which database aspect preserves execution of translation in isolation? | कौन सा डेटाबेस पहलू अनुवाद के निष्पादन को पृथक रूप से संरक्षित करता है?
A.) Integrity | इंटीग्रिटी
B.) Atomicity | अटोमिसिटी
C.) Consistency | कंसिस्टेंसी
D.) Durability | ड्यूराबिलिटी
Answer : C.) Consistency | कंसिस्टेंसी
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
The correct aspect of a database that ensures that the execution of a transaction (or translation) happens in isolation and maintains correct data changes is called Consistency. Consistency guarantees that any transaction will bring the database from one valid state to another valid state, enforcing all rules and constraints defined in the database.
This property ensures that the data remains accurate, reliable, and follows all database rules before and after the transaction, even when multiple transactions are running concurrently. Consistency is part of the ACID properties of databases, crucial for reliable database functioning.
So, the correct answer is C) Consistency, because it preserves the integrity and correctness of data during isolated transaction execution.
Hindi Explanation:
डेटाबेस का वह पहलू जो यह सुनिश्चित करता है कि किसी ट्रांजैक्शन (अनुवाद) का निष्पादन पूर्णतया पृथक (isolated) तरीके से हो और डेटा नियमों का पालन करते हुए सही स्थिति में रहे, उसे Consistency (सुसंगतता) कहते हैं। Consistency यह गारंटी देती है कि कोई भी ट्रांजैक्शन डेटाबेस को एक मान्य स्थिति से दूसरी मान्य स्थिति में ले जाएगा, और सभी नियमों व बाधाओं का पालन होगा।
यह गुण तब भी लागू रहता है जब कई ट्रांजैक्शन्स एक साथ चल रहे हों। Consistency, ACID गुणों में से एक है, और इससे डेटाबेस की विश्वसनीयता और सही संचालन सुनिश्चित होता है।
इसलिए सही उत्तर है C) Consistency | कंसिस्टेंसी, क्योंकि यही डेटाबेस में ट्रांजैक्शन को पृथक रूप में सुरक्षित रखकर डेटा को सुसंगत बनाए रखता है।
Q.45) How can we correspond to the category labels in a pie chart and series name in other chart? | हम पाई चार्ट में श्रेणी लेबल और अन्य चार्ट में सीरीज नाम के बीच कैसे सामंजस्य स्थापित कर सकते हैं?
A.) Plot Area | प्लाट एरिया
B.) Legend | लीजेंड
C.) Slice | स्लाइस
D.) Gridlines | ग्रिडलाइन्स
Answer : B.) Legend | लीजेंड
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In charts, especially pie charts and others with multiple data series, the Legend is used to connect or correspond the category labels in a pie chart and the series names in other charts. The legend provides a clear explanation of what each color or marker represents, helping viewers quickly understand the data segments or series without confusion.
This is why a legend is essential — it visually pairs chart elements like slices or lines with their meaningful labels, ensuring clarity and easy interpretation.
So, the correct answer is B) Legend, because the legend serves as the key or guide relating pie chart category labels and series names in other chart types.
Hindi Explanation:
चार्ट में, विशेष रूप से पाई चार्ट और अन्य चार्टों में जहाँ कई डेटा सीरीज होती हैं, लीजेंड (Legend) का उपयोग पाई चार्ट में श्रेणी लेबल और अन्य चार्ट में सीरीज नामों के बीच सामंजस्य स्थापित करने के लिए किया जाता है। लीजेंड यह स्पष्ट करता है कि प्रत्येक रंग या मार्कर किस डेटा हिस्से या सीरीज का प्रतिनिधित्व करता है, जिससे दर्शकों को चार्ट को समझना आसान हो जाता है।
लीजेंड इसलिए महत्वपूर्ण है क्योंकि यह चार्ट के तत्वों जैसे स्लाइस या लाइनों को उनके उचित लेबल के साथ जोड़ता है ताकि डेटा का स्पष्ट और सहज ज्ञान हो सके।
इसलिए सही उत्तर है B) Legend | लीजेंड, क्योंकि लीजेंड पाई चार्ट के कैटेगरी लेबल और अन्य चार्ट के सीरीज नामों को जोड़ने का काम करता है।
Q.46) Which function sends messages to the users requesting for an text input? |
कौन सा फ़ंक्शन उपयोगकर्ताओं को टेक्स्ट इनपुट के लिए अनुरोध करते हुए संदेश भेजता है?
A.) Display( )
B.) Prompt( )
C.) Alert( )
D.) Getoutput( )
Answer : B.) Prompt( )
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
The function that sends messages to users requesting text input is the prompt() function in JavaScript. When called, it displays a dialog box with a message and an input field where the user can type a response. If the user clicks “OK”, the function returns the entered text; if the user cancels, it returns
null
. This is commonly used to interactively get simple input directly from users.So, the correct answer is B) Prompt(), because it is specifically designed to prompt users for text input.
Hindi Explanation:
जिस फ़ंक्शन के माध्यम से उपयोगकर्ताओं को संदेश भेजकर उनसे टेक्स्ट इनपुट मांगा जाता है, वह जावास्क्रिप्ट में prompt() फ़ंक्शन है। यह एक डायलॉग बॉक्स प्रदर्शित करता है जिसमें संदेश के साथ एक इनपुट बॉक्स होता है जहाँ उपयोगकर्ता अपना जवाब टाइप कर सकता है। अगर उपयोगकर्ता “OK” पर क्लिक करता है तो इनपुट वैल्यू लौटती है, और यदि वह “Cancel” करता है तो
null
लौटता है। यह साधारण टेक्स्ट इनपुट लेने के लिए उपयोगी होता है।इसलिए सही उत्तर है B) Prompt() | प्रॉम्प्ट(), क्योंकि यह उपयोगकर्ता से टेक्स्ट इनपुट मांगने के लिए बनाया गया है।
Q.47) What is the first action to be taken incase of an electric shock? | बिजली का झटका लगने पर सबसे पहले क्या कार्रवाई की जानी चाहिए?
A.) Switch OFF the electric power | बिजली बंद करो
B.) Call to ambulance | एम्बुलेंस को कॉल करें
C.) Call to doctor | डॉक्टर को बुलाओ
D.) Take support to others | दूसरों का सहारा लो
Answer : A.) Switch OFF the electric power | बिजली बंद करो
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
In case of an electric shock, the very first and most crucial action is to switch off the electric power source immediately if it is safe to do so. This prevents the current from continuing to flow through the person and reduces further injury or risk of fatality. If switching off the power directly is not possible, you should try to separate the victim from the electrical source using a non-conductive object like wood or cardboard.
Once the power is off, you can safely approach the victim to check their condition, call emergency services, and provide first aid such as CPR if needed.
So, the correct answer is A) Switch OFF the electric power, because stopping the current flow is the critical first step before helping the victim.
Hindi Explanation:
बिजली का झटका लगने पर सबसे पहला और सबसे जरूरी कदम होता है कि यदि संभव हो तो तुरंत बिजली की आपूर्ति बंद कर दें। इससे बिजली का करंट व्यक्ति के शरीर से गुजरना बंद हो जाता है और आगे की चोट या खतरे से बचा जा सकता है। अगर बिजली बंद करना संभव नहीं हो, तो बिजली के स्रोत को लकड़ी, कार्डबोर्ड जैसे गैर-चालक वस्तु से दूर करना चाहिए ताकि आप स्वयं सुरक्षित रहें।
बिजली बंद होने के बाद ही आप घायल व्यक्ति के पास जाकर उसकी स्थिति देख सकते हैं, इमरजेंसी सेवाओं को बुला सकते हैं और आवश्यकता पड़ने पर प्राथमिक चिकित्सा जैसे CPR दे सकते हैं।
इसलिए सही उत्तर है A) Switch OFF the electric power | बिजली बंद करो, क्योंकि करंट को बंद करना और करंट के प्रभाव को रोकना सबसे पहले करना होता है।
Q.48) Which excel analysis tool is best for solving problem with one variable ? | एक वेरिएबल वाली समस्या को हल करने के लिए कौन सा एक्सेल विश्लेषण उपकरण सबसे अच्छा है?
A.) Scenario | सिनेरियो
B.) Trendline | ट्रेंडलाइन
C.) Solver | सॉल्वर
D.) Goal Seek | गोल सीक
Answer : D.) Goal Seek | गोल सीक
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
When solving a problem in Excel that involves just one variable, the best tool to use is Goal Seek. Goal Seek helps you find the input value needed in one cell to achieve a specific desired result in another cell. For example, if you want to know what value to input to reach a certain total, Goal Seek adjusts the variable automatically.
Unlike Solver, which can handle multiple variables and constraints, Goal Seek is simpler and ideal for problems involving a single changing factor.
So, the correct answer is D) Goal Seek, because it is designed specifically for solving problems with one variable.
Hindi Explanation:
एक्सेल में जब आपको ऐसी समस्या हल करनी हो जिसमें केवल एक वेरिएबल बदलती हो, तो सबसे अच्छा टूल Goal Seek होता है। Goal Seek आपको यह पता लगाने में मदद करता है कि एक सेल में किस मान की जरूरत है ताकि किसी अन्य सेल में इच्छित परिणाम मिल सके। उदाहरण के लिए, यदि आप यह जानना चाहते हैं कि कुल योग के लिए कौन सा मान डालना होगा, तो Goal Seek अपने आप उस मान को समायोजित करता है।
Solver की तुलना में, जो कई वेरिएबल और सीमाओं के साथ काम करता है, Goal Seek सरल होता है और केवल एक वेरिएबल के लिए उपयुक्त होता है।
इसलिए सही उत्तर है D) Goal Seek | गोल सीक, क्योंकि यह एक वेरिएबल वाली समस्याओं को हल करने के लिए बनाया गया है।
Q.49) Which of the following can be operands of arithmetic operators for integers? | निम्नलिखित में से कौन सा पूर्णांकों के लिए अंकगणितीय ऑपरेटरों का ऑपरेंड हो सकता है?
A.) Numeric | न्यूमेरिक
B.) Boolean | बूलियन
C.) Characters | करैक्टर
D.) Arrays | ऐरे
Answer : A.) Numeric | न्यूमेरिक
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English:
Arithmetic operators perform mathematical operations like addition, subtraction, multiplication, division, and modulus. These operators work on numeric operands, meaning values that represent numbers (like integers and floats). For integers, the operands must be numeric values since arithmetic operations involve calculations on numbers.
Other data types like Boolean, characters, or arrays cannot be directly used as operands in arithmetic operations that expect integers.
Therefore, the correct answer is A) Numeric, as only numeric values can be operands for arithmetic operators with integers.
Hindi Explanation:
अंकगणितीय ऑपरेटर जोड़, घटाव, गुणा, भाग और शेषफल जैसे गणितीय कार्य करते हैं। ये ऑपरेटर न्यूमेरिक (संख्यात्मक) मानों पर काम करते हैं, जिसका अर्थ है कि वे ऐसे मान हैं जो संख्याओं (पूर्णांक या दशमलव) को दर्शाते हैं।
पूर्णांकों के लिए, ऑपरेण्ड्स केवल संख्यात्मक होना चाहिए क्योंकि गणितीय क्रियाएँ केवल संख्याओं पर ही की जा सकती हैं।
बूलियन, करैक्टर या ऐरे जैसे अन्य प्रकार सीधे पूर्णांकों के हिसाब से अंकगणितीय ऑपरेटरों के ऑपरेण्ड नहीं हो सकते।
इसलिए सही उत्तर है A) Numeric | न्यूमेरिक, क्योंकि केवल संख्यात्मक मान ही पूर्णांकों के लिए अंकगणितीय ऑपरेटर के ऑपरेण्ड हो सकते हैं।
Q.50) What is the first option of the KDE desktop in Linux? |Linux में KDE डेस्कटॉप का पहला विकल्प क्या है?
A.) Application | एप्लिकेशन
B.) System | सिस्टम
C.) System setting | सिस्टम सेटिंग
D.) Preference | प्रेफेरेंस
Answer : A.) Application | एप्लिकेशन
Explanation in English and Hindi | अंग्रेज़ी और हिंदी में व्याख्या
English Explanation:
The first option in the KDE desktop menu in Linux is generally the Application menu. This menu provides quick access to all installed programs and applications on the system, helping users launch software easily. The Application menu is a central part of the KDE desktop environment, designed to organize and present all available applications logically.
So, the correct answer is A) Application, because it is the first and most important menu option users interact with in KDE.
Hindi Explanation:
Linux में KDE डेस्कटॉप के मेनू का पहला विकल्प आमतौर पर एप्लिकेशन (Application) मेनू होता है। यह मेनू सिस्टम में इंस्टॉल किए गए सभी प्रोग्राम और एप्लिकेशन को तुरंत एक्सेस करने की सुविधा देता है, जिससे उपयोगकर्ता आसानी से सॉफ़्टवेयर लॉन्च कर सकते हैं। एप्लिकेशन मेनू KDE डेस्कटॉप वातावरण का एक मुख्य हिस्सा है, जो सभी उपलब्ध एप्लिकेशन को व्यवस्थित और व्यवस्थित रूप से प्रस्तुत करता है।
इसलिए सही उत्तर है A) Application | एप्लिकेशन, क्योंकि यह KDE में उपयोगकर्ता द्वारा सबसे पहले और सबसे अधिक इस्तेमाल किया जाने वाला मेनू विकल्प होता है।
सैंपल पेपर के प्रशन समाप्त हो गए है पूरा कोर्स पढने के लिए आपको कोर्स खरीदना पड़ेगा।
📘 आपको इस कोर्स में क्या मिलेगा:
पाठ्यक्रम में नामांकन के बाद, छात्रों को ऑनलाइन लॉगिन आईडी के माध्यम से निम्न अध्ययन सामग्री प्रदान की जाएगी:
Trade Theory MCQ उत्तर सहित (500+ प्रश्न)
विद्युत सर्किट, केबलिंग, मोटर, जनरेटर, ट्रांसफॉर्मर, इंसुलेशन आदि विषयों पर आधारित प्रश्न।Employability Skill MCQ उत्तर सहित (260+ प्रश्न)
Soft Skills, Communication, IT Basics, Entrepreneurship आदि पर आधारित प्रश्न।Practical Questions (वर्कशॉप आधारित प्रश्न)
वायरिंग लेआउट, इंस्टॉलेशन प्रैक्टिस, फॉल्ट डिटेक्शन, इंस्ट्रूमेंट यूसेज, आदि से जुड़े प्रैक्टिकल प्रश्न।
Best of Luck for Exam
