Subscribe Us

header ads

Modularization Techniques


Modularization :-

  • It is a technique to divide a software system into multiple discrete and independent models, which are expected to be capable of carrying out task independently. This module main work as basic constructs for the entire software. Designers tend to design module such that they can be executed and compile separately and independently.
  • Modular design follow the rule of divide and conquer problem solving technique this is because there are many other benefits attached with the modular design of a software

Advantages of modularization :

  • Smaller components are easier to maintain
  • Program can be divided based on functional aspects
  • Desired level of abstraction can be brought in the proper program
  • Concurrent execution can be made possible
  • Desired from security aspect

Post a Comment

0 Comments