adplus-dvertising

Welcome to the Software Engineering MCQs Page

Dive deep into the fascinating world of Software Engineering with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of Software Engineering, a crucial aspect of UGC CBSE NET Exam. In this section, you will encounter a diverse range of MCQs that cover various aspects of Software Engineering, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within UGC CBSE NET Exam.

frame-decoration

Check out the MCQs below to embark on an enriching journey through Software Engineering. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of UGC CBSE NET Exam.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of Software Engineering. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

Software Engineering MCQs | Page 24 of 35

Q231.
Which of the following testing techniques ensures that the software product runs correctly after the changes during maintenance?
Discuss
Answer: (d).Regression Testing
Discuss
Answer: (b).ERP software packages are themselves combinations of seperate applications for manufacturing, materials, resource planning, general ledger, human resources, procurement and order entry.
Discuss
Answer: (c).tracing each defect to its underlying cause, isolating the vital few causes, and moving to correct them.
Q234.
Which of the following statements is/are FALSE with respect to software testing?

S1 : White-box tests are based on specifications; better at telling whether program meets specification, better at finding errors of ommission.
S2 : Black-box tests are based on code; better for finding crashes, out of bounds errors, file not closed errors.
S3 : Alpha testing is conducted at the developer’s site by a team of highly skilled testers for software that is developed as a product to be used by many customers.
Discuss
Answer: (a).Only S1 and S2 are FALSE.
Q235.
A signal processor software is expected to operate for 91.25 days after repair, and the mean software repair time is expected to be 5 minutes. Then, the availability of the software is :
Discuss
Answer: (d).99.9962%
Q236.
Consider the method mcq ( ).

If
M1 = Number of tests to exhaustively test mcq ( );
M2 = Minimum number of tests to achieve full statement coverage for mcq ( ); and
M3 = Minimum number of tests to achieve full branch coverage for mcq ( );
then (M1, M2, M3) = ....................
int mcq (boolean a, boolean b, boolean c, boolean d)
{
int ans=1;
if (a) {ans = 2;}
else if (b) {ans = 3;}
else if (c) {
if (d) {ans=4;}
}
return ans ;
}
Discuss
Answer: (a).(16, 3, 5)
Q237.
A simple stand - alone software utility is to be developed in ’C’ programming by a team of software experts for a computer running Linux and the overall size of this software is estimated to be 20,000 lines of code. Considering (a, b) = (2.4, 1.05) as multiplicative and exponention factor for the basic COCOMO effort estimation equation and (c, d)=(2.5, 0.38) as multiplicative and exponention factor for the basic COCOMO development time estimation equation, approximately how long does the software project take to complete?
Discuss
Answer: (b).11.52 months
Q238.
In Software Configuration Management (SCM), which of the following is a use-case supported by standard version control systems?

(a) Managing several versions or releases of a software
(b) Filing bug reports and tracking their progress
(c) Allowing team members to work in parallel
(d) Identifying when and where a regression occurred
Discuss
Answer: (a).Only (a), (c), and (d)
Discuss
Answer: (c).Reliable and cost effective software
Q240.
A good specification should be
Discuss
Answer: (d).All of these

Suggested Topics

Are you eager to expand your knowledge beyond Software Engineering? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!