Software Engineering — MCQ Practice

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

📚 647 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
647 questions
181
EN + हिं
GB Who is NOT usually present in a technical review?
IN तकनीकी समीक्षा में आमतौर पर कौन उपस्थित नहीं होता है?
A
Structural Testing संरचनात्मक परीक्षण
B
Design Based Testing डिज़ाइन आधारित परीक्षण
C
Error Guessing Technique त्रुटि अनुमान लगाने की तकनीक
D
Experience Based Technique अनुभव आधारित तकनीक
✅ Correct Answer:
182
EN + हिं
GB Dynamic process is an example of
IN गतिशील प्रक्रिया इसका एक उदाहरण है
A
Test. परीक्षा।
B
Log. लकड़ी का लट्ठा।
C
Traceability. पता लगाने की क्षमता।
D
Fault Report. दोष रिपोर्ट.
✅ Correct Answer:
183
EN + हिं
GB The main goal of quality assurance is to ______.
IN गुणवत्ता आश्वासन का मुख्य लक्ष्य ______ है।
A
Waterfall model. झरना मॉडल.
B
Incremental model. वृद्धिशील मॉडल.
C
Evolutionary model. विकासवादी मॉडल.
D
Spiral model. सर्पिल मॉडल.
✅ Correct Answer:
184
EN + हिं
GB What is the verification process in software development?
IN सॉफ़्टवेयर विकास में सत्यापन प्रक्रिया क्या है?
A
A indirect measure focuses on attributes of a project which can be measured by process, product or resource. एक अप्रत्यक्ष माप किसी परियोजना की विशेषताओं पर केंद्रित होता है जिसे प्रक्रिया, उत्पाद या संसाधन द्वारा मापा जा सकता है।
B
A direct measure focuses on attributes of a project which can be measured by examining a process, product or resource. प्रत्यक्ष माप किसी परियोजना की विशेषताओं पर केंद्रित होता है जिसे किसी प्रक्रिया, उत्पाद या संसाधन की जांच करके मापा जा सकता है।
C
External attributes are always measured indirectly. बाहरी विशेषताओं को हमेशा अप्रत्यक्ष रूप से मापा जाता है।
D
Lines of code is a direct measurement. कोड की पंक्तियाँ एक प्रत्यक्ष माप है।
✅ Correct Answer:
185
EN + हिं
GB The testing which is done by going through the code is known as,
IN कोड के माध्यम से जाकर जो परीक्षण किया जाता है उसे कहा जाता है,
A
White box testing सफेद बॉक्स परीक्षण
B
Black box testing ब्लैक बॉक्स परीक्षण
C
Gray box testing ग्रे बॉक्स परीक्षण
D
None of the above इनमे से कोई भी नहीं
✅ Correct Answer:
186
EN + हिं
GB Loader is a program that
IN लोडर एक प्रोग्राम है जो
A
CMM Level 1 सीएमएम स्तर 1
B
CMM Level 2 सीएमएम स्तर 2
C
None कोई नहीं
D
none कोई नहीं
✅ Correct Answer:
187
EN + हिं
GB A bottom up parser generates
IN एक बॉटम अप पार्सर उत्पन्न होता है
A
Equivalence partitioning समतुल्य विभाजन
B
Code coverage कोड कवरेज़
C
Fault injection दोष इंजेक्शन
D
none कोई नहीं
✅ Correct Answer:
188
EN + हिं
GB which of the following grammars are not phase structured
IN निम्नलिखित में से कौन सा व्याकरण चरण संरचित नहीं है
A
Recursive testing पुनरावर्ती परीक्षण
B
White box testing सफेद बॉक्स परीक्षण
C
Unit testing इकाई परीक्षण
D
Regression testing प्रतिगमन परीक्षण
✅ Correct Answer:
189
EN + हिं
GB A shift reduce parser carries out the actions specified within braces immediately after reducing,with the corresponding rule of the grammar
s->xxW{print “1”}
s->y{print “2”}
w->sz{print “3”}
what is the translation of “xxxxyzz”
IN एक शिफ्ट रिड्यूस पार्सर, व्याकरण के संगत नियम के साथ, कम करने के तुरंत बाद ब्रेसिज़ के भीतर निर्दिष्ट क्रियाओं को पूरा करता है s->xxW{प्रिंट "1"}s->y{प्रिंट "2"}w->sz{प्रिंट "3"}"xxxxyzz" का अनुवाद क्या है
A
a set of regular expressions नियमित अभिव्यक्ति का एक सेट
B
syntax tree वाक्यविन्यास वृक्ष
C
set of tokens टोकन का सेट
D
strings of characters पात्रों की श्रृंखला
✅ Correct Answer:
190
EN + हिं
GB Programs that coordinate computer resources, provide an interface between users and the computer, and run applications are called
IN वे प्रोग्राम जो कंप्यूटर संसाधनों का समन्वय करते हैं, उपयोगकर्ताओं और कंप्यूटर के बीच एक इंटरफ़ेस प्रदान करते हैं और एप्लिकेशन चलाते हैं, कहलाते हैं
A
loop unrolling लूप का खुलना
B
loop jamming लूप जैमिंग
C
constant folding निरंतर तह
D
none of these इनमें से कोई नहीं
✅ Correct Answer:
191
EN + हिं
GB In a computer system, data and programs are stored as
IN एक कंप्यूटर सिस्टम में, डेटा और प्रोग्राम को इस रूप में संग्रहीत किया जाता है
A
left to right बाएं से दायां
B
left to right reduction बाएँ से दाएँ कमी
C
right to left दाएं से बाएं
D
left to right and right most derivations in reverse बाएँ से दाएँ और दाएँ अधिकांश व्युत्पत्तियाँ विपरीत दिशा में
✅ Correct Answer:
192
EN + हिं
GB The latest version of Microsoft’s popular operating system is called
IN माइक्रोसॉफ्ट के लोकप्रिय ऑपरेटिंग सिस्टम का नवीनतम संस्करण कहा जाता है
A
assemble instruction and generate data अनुदेश एकत्र करें और डेटा उत्पन्न करें
B
perform processing of assembler directions not done during pass1 पास1 के दौरान नहीं किए गए असेंबलर निर्देशों का प्रसंस्करण करना
C
write the object program and the assembly listing ऑब्जेक्ट प्रोग्राम और असेंबली लिस्टिंग लिखें
D
all of these इन सब
✅ Correct Answer:
193
EN + हिं
GB What is the name of a utility that protects your computer against downloading malicious code?
IN उस उपयोगिता का नाम क्या है जो आपके कंप्यूटर को दुर्भावनापूर्ण कोड डाउनलोड करने से बचाती है?
A
language translators भाषा अनुवादक
B
resources संसाधन
C
applications अनुप्रयोग
D
interfaces इंटरफेस
✅ Correct Answer:
194
EN + हिं Easy
GB Which of the following best describes 'software entropy' and its long-term impact?
IN निम्नलिखित में से कौन सा 'सॉफ़्टवेयर एन्ट्रॉपी' और इसके दीर्घकालिक प्रभाव का सबसे अच्छा वर्णन करता है?
A
Encrypted sections that reduce performance एन्क्रिप्टेड अनुभाग जो प्रदर्शन को कम करते हैं
B
Gradual code quality degradation due to uncoordinated changes increasing complexity and maintenance cost असंगठित परिवर्तनों के कारण धीरे-धीरे कोड गुणवत्ता में गिरावट से जटिलता और रखरखाव लागत बढ़ रही है
C
Reduction in defects over the software lifecycle सॉफ़्टवेयर जीवनचक्र में दोषों में कमी
D
Efficient use of CPU and memory by the software सॉफ्टवेयर द्वारा सीपीयू और मेमोरी का कुशल उपयोग
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Software entropy (software rot) refers to increasing disorder in a codebase caused by accumulated patches and uncoordinated changes. Over time it raises complexity, making the system harder to maintain and more prone to defects.
व्याख्या (हिन्दी) सॉफ़्टवेयर एन्ट्रॉपी (सॉफ़्टवेयर रोट) संचित पैच और असंगठित परिवर्तनों के कारण कोडबेस में बढ़ती अव्यवस्था को संदर्भित करता है। समय के साथ यह जटिलता बढ़ाता है, जिससे सिस्टम को बनाए रखना कठिन हो जाता है और दोषों की संभावना अधिक हो जाती है।
195
EN + हिं Easy
GB What is the primary distinction between 'validation' and 'verification' in software engineering?
IN सॉफ़्टवेयर इंजीनियरिंग में 'सत्यापन' और 'सत्यापन' के बीच प्राथमिक अंतर क्या है?
A
Validation is by developers; verification is by users सत्यापन डेवलपर्स द्वारा किया जाता है; सत्यापन उपयोगकर्ताओं द्वारा होता है
B
Verification checks the product is built correctly per specs; validation checks the right product is built for user needs सत्यापन यह जांचता है कि उत्पाद विशिष्टताओं के अनुसार सही ढंग से बनाया गया है; सत्यापन यह जाँचता है कि उपयोगकर्ता की ज़रूरतों के लिए सही उत्पाद बनाया गया है
C
Validation is static analysis; verification is dynamic testing सत्यापन स्थैतिक विश्लेषण है; सत्यापन गतिशील परीक्षण है
D
Both terms are synonymous per IEEE standards आईईईई मानकों के अनुसार दोनों शब्द पर्यायवाची हैं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Verification answers 'Are we building the product right?' by checking conformance to specifications, while validation answers 'Are we building the right product?' by checking actual user needs. Both are essential but address different concerns.
व्याख्या (हिन्दी) सत्यापन उत्तर 'क्या हम उत्पाद सही ढंग से बना रहे हैं?' विशिष्टताओं के अनुरूपता की जाँच करके, जबकि सत्यापन उत्तर देता है 'क्या हम सही उत्पाद बना रहे हैं?' वास्तविक उपयोगकर्ता आवश्यकताओं की जाँच करके। दोनों आवश्यक हैं लेकिन अलग-अलग चिंताओं का समाधान करते हैं।
181–195 of 647