Detailed design - Definition - Objects Design

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

- Published on 22 Jul 15

a. High-level designs
b. Architectural designs
c. Detailed design
d. All mentioned above

ANSWER: Detailed design
 

    Discussion

  • Nirja Shah   -Posted on 16 Oct 15
    Software Design Levels

    - Software design yields three levels of results which are as follows:

    Architectural Design
    - It is the highest abstract version of the system.
    - The software as a system with many components interacting with each other are identified in this design.
    - At this level, the designers get the idea of proposed solution domain.

    High-level Design
    - This design breaks the ‘single entity-multiple component’ concept of architectural design into less-abstracted view of sub-systems and modules and depicts their interaction with each other.
    - It focuses on how the system along with all of its components can be implemented in forms of modules.
    - Modular structure of each sub-system and their relation and interaction among each other are recognized at this level.

    Detailed Design
    - This design deals with the implementation part of what is seen as a system and its sub-systems in the previous two designs.
    - It is more detailed towards modules and their implementations.
    - The logical structure of each module and their interfaces to communicate with other modules are defined at this level.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)