INNER POST ADS

Recent Posts

Design

Sunday, May 17, 2020

The output of SRS is the input or design phase.
Two type of design..
  1. High level design
  2. Low level design



High level design

  • List of modules and a brief describe of each module.
  • Brief functionality of each module.
  • Interface relationship among modules.
  • Database tables defined along with key elements.
  • Overall architecture diagrams along with technology details.

Low level design

  • Detailed functional logic of the module in pseudo code.
  • Database tables,with all elements including their type and size.
  • All dependency issues.
  • All interface details.

No comments:

Post a Comment