Software Components set 3

21Que:Which of the property of software modularity is incorrect with respect to benefits software modularity?
a.Modules are robust.
b.Module can use other modules
c.Modules Can be separately compiled and stored in a library.
d.Modules are mostly dependent.
22Que:_______________ is a measure of the degree of interdependence between modules.
a.Cohesion
b.Coupling
c.Modulus
d.None of the above
23Que:Which of the following is the best type of module coupling?
a.Control Coupling
b.Stamp Coupling
c.Data Coupling
d.Content Coupling
24Que:Which of the following is the worst type of module coupling?
a.Control Coupling
b.Stamp Coupling
c.External Coupling
d.Content Coupling
25Que:Which of the following is the worst type of module cohesion?
a.Logical Cohesion
b.Temporal Cohesion
c.Functional Cohesion
d.Coincidental Cohesion
26Que:Which of the following is the best type of module cohesion?
a.Functional Cohesion
b.Temporal Cohesion
c.Non-Functional Cohesion
d.Sequential Cohesion
27Que:In what type of coupling, the complete data structure is passed from one module to another?
a.Control Coupling
b.Stamp Coupling
c.External Coupling
d.Content Coupling
28Que:If all tasks must be executed in the same time-span, what type of cohesion is being exhibited?
a.Functional Cohesion
b.Temporal Cohesion
c.Non-Functional Cohesion
d.Sequential Cohesion
29Que:When elements of module are grouped because the output of one element serves as input to another element and so on, it is called ________ .
a.Functional Cohesion
b.Communicational cohesion
c.Sequential cohesion
d.Procedural cohesion
30Que:Abbreviate the term HIPO.
a.Hierarchical Input Process Output
b.High-level Input Process Output
c.Huge Input Process Output
d.None of the above