Question
List-I List-II
I. Coupling (a) Easy to visually inspect the design of the software and understand its purpose.
II. Cohesion (b) Easy to add functionality to a software without having to redesign it.
III. Scalable (c) Focus of a code upon a single goal.
IV. Readable (d) Reliance of a code module upon other code modules.
Codes:
I II III IV
a.
(b) (a) (d) (c)
b.
(c) (d) (a) (b)
c.
(d) (c) (b) (a)
d.
(d) (a) (c) (b)
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Match each application/software design concept in List-I to its definition in List-II. List-I List-II I. Coupling (a) Easy to...
Similar Questions
Discover Related MCQs
Q. Software safety is quality assurance activity that focuses on hazards that
View solution
Q. Which of the following sets represent five stages defined by Capability Maturity
Model (CMM) in increasing order of maturity?
View solution
Q. The number of function points of a proposed system is calculated as 500. Suppose that the system is planned to be developed in Java and the LOC/FP ratio of Java is 50. Estimate the effort (E) required to complete the project using the effort formula of basic
COCOMO given below:
E = a(KLOC)b
Assume that the values of a and b are 2.5 and 1.0 respectively.
View solution
Q. In software testing, how the error, fault and failure are related to each other?
View solution
Q. Which of the following is not a software process model?
View solution
Q. Which one of the following non-functional quality attributes is not highly affected by the architecture of the software ?
View solution
Q. In CRC based design, a CRC Team consists of :
(a) one or two users representatives
(b) several programmers
(c) project co-ordinators
(d) one or two system analysts
View solution
Q. Which one of the following statements is incorrect ?
View solution
Q. Which one of the following statements, related to the requirements phase in Software
Engineering, is incorrect ?
View solution
Q. KPA in CMM stands for
View solution
Q. Which one of the following is not a risk management technique for managing the risk due to unrealistic schedules and budgets?
View solution
Q. ................ of a system is the structure or structures of the system which comprise software elements, the externally visible properties of these elements and the relationship amongst them.
View solution
Q. In function point analysis, the number of complexity adjustment factors is
View solution
Q. Regression testing is primarily related to
View solution
Q. In which one of the following, continuous process improvement is done?
View solution
Q. The .................. of a program or computing system is the structure or structures of the system, which comprise software components, the externally visible properties of these components, and the relationship among them.
View solution
Q. Working software is not available until late in the process in
View solution
Q. Equivalence partitioning is a ................ testing method that divides the input domain of a program into classes of data from which test cases can be derived.
View solution
Q. Consider the following characteristics:
(i) Correct and unambiguous
(ii) Complete and consistent
(iii) Ranked for importance and/or stability and verifiable
(iv) Modifiable and Traceable
Which of the following is true for a good SRS?
View solution
Q. Equivalence class partitioning approach is used to divide the input domain into a set of equivalence classes, so that if a program works correctly for a value, then it will work correctly for all the other values in that class. This is used .................
View solution
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!