adplus-dvertising
frame-decoration

Question

Which design defines the logical structure of each module and their interfaces that is used to communicate with other modules?

a.

High-level designs

b.

Architectural designs

c.

Detailed design

d.

All mentioned above

Answer: (c).Detailed design

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which design defines the logical structure of each module and their interfaces that is used to communicate with other modules?

Similar Questions

Discover Related MCQs

Q. Which design deals with the implementation part in which it shows a system and its sub-systems in the previous two designs?

Q. Cohesion metrics and coupling metrics are metrics in which level of design?

Q. When elements of module are grouped together that are executed sequentially in order to perform a task, is called ______ .

Q. Which coupling is also known as "Global coupling"?

Q. What is the detailed sequence of steps that describes the interaction between the user and the application?

Q. Which classes represent data stores (e.g., a database) that will persist beyond the execution of the software?

Q. Abbreviate the term CMMI.

Q. Grouping of all functionally related elements is known as ______ .

Q. Cohesion is a qualitative indication of the degree to which a module

Q. Coupling is a qualitative indication of the degree to which a module

Q. Java packages and FORTRAN subroutine are examples of__________

Q. Which of the property of software modularity is incorrect with respect to benefits software modularity?

Q. _______________ is a measure of the degree of interdependence between modules.

Q. Which of the following is the best type of module coupling?

Q. Which of the following is the worst type of module coupling?

Q. Which of the following is the worst type of module cohesion?

Q. Which of the following is the best type of module cohesion?

Q. In what type of coupling, the complete data structure is passed from one module to another?

Q. If all tasks must be executed in the same time-span, what type of cohesion is being exhibited?

Q. When elements of module are grouped because the output of one element serves as input to another element and so on, it is called ________ .