Software Engineering — MCQ Practice

Hindi aur English dono mein practice karo — click karo answer check karne ke liye

📚 201 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
201 questions
76
EN + हिं
GB How many diagrams are here in Unified Modelling Language?
IN एकीकृत मॉडलिंग भाषा में यहाँ कितने चित्र हैं?
A
heterogeneity विविधता
B
flexibility FLEXIBILITY
C
business and social change व्यापार और सामाजिक परिवर्तन
D
security सुरक्षा
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: option b & c are a part of software engineering as a subject,hence option a covers them both.
व्याख्या (हिन्दी) स्पष्टीकरण: विकल्प बी और सी एक विषय के रूप में सॉफ्टवेयर इंजीनियरिंग का हिस्सा हैं, इसलिए विकल्प ए उन दोनों को कवर करता है।
77
EN + हिं
GB A description of each function presented in the DFD is contained in a ________.
IN DFD में प्रस्तुत प्रत्येक फ़ंक्शन का विवरण ________ में निहित है।
A
specify required services for types of objects. वस्तुओं के प्रकार के लिए आवश्यक सेवाएँ निर्दिष्ट करें।
B
program in java, but not in c++ or smalltalk. जावा में प्रोग्राम, लेकिन C++ या स्मॉलटॉक में नहीं।
C
define executable logic to reuse across classes. सभी कक्षाओं में पुन: उपयोग के लिए निष्पादन योग्य तर्क को परिभाषित करें।
D
define an api for all classes. सभी वर्गों के लिए एक एपीआई परिभाषित करें।
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: an interface is like a template design for a class that contains no data or implementation; only definitions for methods, properties etc.
व्याख्या (हिन्दी) स्पष्टीकरण: एक इंटरफ़ेस एक वर्ग के लिए एक टेम्पलेट डिज़ाइन की तरह है जिसमें कोई डेटा या कार्यान्वयन नहीं है; केवल विधियों, गुणों आदि की परिभाषाएँ।
78
EN + हिं
GB . Which of the following is not a design principle that allow the user to maintain control?
IN . निम्नलिखित में से कौन सा डिज़ाइन सिद्धांत नहीं है जो उपयोगकर्ता को नियंत्रण बनाए रखने की अनुमति देता है?
A
designing system architecture सिस्टम आर्किटेक्चर डिजाइन करना
B
developing design models डिज़ाइन मॉडल विकसित करना
C
specifying interfaces इंटरफ़ेस निर्दिष्ट करना
D
developing a debugging system एक डिबगिंग प्रणाली विकसित करना
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: the debugging system is a part of testing phase.
व्याख्या (हिन्दी) स्पष्टीकरण: डिबगिंग सिस्टम परीक्षण चरण का एक हिस्सा है।
79
EN + हिं
GB Specifying a set of test cases or test paths for each item to be tested at that level is known as
IN उस स्तर पर परीक्षण किए जाने वाले प्रत्येक आइटम के लिए परीक्षण मामलों या परीक्षण पथों का एक सेट निर्दिष्ट करना कहलाता है
A
data flow diagram डेटा प्रवाह आरेख
B
state transition diagram राज्य संक्रमण आरेख
C
control specification नियंत्रण विशिष्टता
D
workflow diagram कार्यप्रवाह आरेख
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: the control specification(cspec) describes the behavior of the system, but it gives us no information about
व्याख्या (हिन्दी) स्पष्टीकरण: नियंत्रण विनिर्देश (सीस्पेक) सिस्टम के व्यवहार का वर्णन करता है, लेकिन यह हमें इसके बारे में कोई जानकारी नहीं देता है
80
EN + हिं
GB ERP stands for
IN ईआरपी का मतलब है
A
provide for flexible interaction लचीली बातचीत प्रदान करें
B
allow user interaction to be interrupt-able and undo-able उपयोगकर्ता इंटरैक्शन को बाधित करने योग्य और पूर्ववत करने योग्य होने की अनुमति दें
C
show technical internals from the casual user आकस्मिक उपयोगकर्ता से तकनीकी आंतरिक विवरण दिखाएं
D
design for direct interaction with objects that appear on the screen स्क्रीन पर दिखाई देने वाली वस्तुओं के साथ सीधे संपर्क के लिए डिज़ाइन
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: the user interface should move the user into the virtual world of the application.
व्याख्या (हिन्दी) स्पष्टीकरण: उपयोगकर्ता इंटरफ़ेस को उपयोगकर्ता को एप्लिकेशन की आभासी दुनिया में ले जाना चाहिए।
81
EN + हिं
GB Which core element of UML is being shown in the figure
IN चित्र में यूएमएल का कौन सा मूल तत्व दिखाया जा रहा है
A
test plan परीक्षण योजना
B
test case परीक्षण मामला
C
test document परीक्षण दस्तावेज़
D
test suite परीक्षण सुइट
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: the answer is self explanatory.
व्याख्या (हिन्दी) स्पष्टीकरण: उत्तर स्वयं व्याख्यात्मक है.
82
EN + हिं
GB A Class consists of which of these abstractions
IN एक वर्ग इनमें से किस अमूर्त से बना है?
A
process specialization प्रक्रिया विशेषज्ञता
B
platform specialization मंच विशेषज्ञता
C
environment specialization पर्यावरण विशेषज्ञता
D
functional specialization कार्यात्मक विशेषज्ञता
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: in process specialization, the system is adapted to cope with specific business processes.
व्याख्या (हिन्दी) स्पष्टीकरण: प्रक्रिया विशेषज्ञता में, सिस्टम को विशिष्ट व्यावसायिक प्रक्रियाओं से निपटने के लिए अनुकूलित किया जाता है।
83
EN + हिं
GB What refers to the value associated with a specific attribute of an object and to any actions or side
IN जो किसी वस्तु की किसी विशिष्ट विशेषता और किसी क्रिया या पक्ष से जुड़े मूल्य को संदर्भित करता है
A
letters पत्र
B
digits अंक
C
punctuation characters विराम चिह्न
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
84
EN + हिं
GB What types of units does Component follow
IN घटक किस प्रकार की इकाइयों का अनुसरण करता है
A
set of the objects वस्तुओं का सेट
B
operations परिचालन
C
attributes गुण
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
85
EN + हिं
GB What is true about the artifacts
IN कलाकृतियों के बारे में क्या सच है
A
object वस्तु
B
attribute गुण
C
operation संचालन
D
instance उदाहरण
✅ Correct Answer:
86
EN + हिं
GB What is the programming style of the object oriented conceptual model
IN ऑब्जेक्ट ओरिएंटेड वैचारिक मॉडल की प्रोग्रामिंग शैली क्या है?
A
box डिब्बा
B
dependency निर्भरता
C
uml packages यूएमएल पैकेज
D
package members पैकेज सदस्य
✅ Correct Answer:
87
EN + हिं
GB Objects are executed
IN ऑब्जेक्ट निष्पादित होते हैं
A
an artifact is a physical entity एक कलाकृति एक भौतिक इकाई है
B
an artifact has spatio temporal location एक कलाकृति में स्थानिक अस्थायी स्थान होता है
C
all of the mentioned सभी का उल्लेख किया गया है
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
88
EN + हिं
GB The DDD template consists of which of the following
IN DDD टेम्प्लेट निम्नलिखित में से किससे मिलकर बनता है?
A
use case उदाहरण
B
state chart राज्य चार्ट
C
activity गतिविधि
D
object diagram वस्तु आरेख
✅ Correct Answer:
89
EN + हिं
GB ________  uses the services of the system under design to fulfill the goals. 
IN ________ लक्ष्यों को पूरा करने के लिए डिज़ाइन के तहत सिस्टम की सेवाओं का उपयोग करता है। 
A
aggregation एकत्रीकरण
B
inheritance विरासत
C
dependency निर्भरता
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
90
EN + हिं
GB ________  specifies a path to send and receive messages between two objects
IN ________ दो वस्तुओं के बीच संदेश भेजने और प्राप्त करने का पथ निर्दिष्ट करता है
A
communication connections between nodes are shown by communication paths नोड्स के बीच संचार कनेक्शन संचार पथों द्वारा दिखाए जाते हैं
B
communication paths are represented by dotted lines संचार पथों को बिंदीदार रेखाओं द्वारा दर्शाया जाता है
C
artifacts are deployed inside nodes where they reside and execute कलाकृतियों को नोड्स के अंदर तैनात किया जाता है जहां वे रहते हैं और निष्पादित होते हैं
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
76–90 of 201