Modularization disadvantages - Formal Modelling & Verification

Q.  Give the disadvantages of modularization.
- Published on 21 Jul 15

a. Smaller components are easier to maintain
b. Program can be divided based on functional aspects
c. Desired level of abstraction can be brought in the program
d. None of the above

ANSWER: None of the above
 

    Discussion

  • Ramla   -Posted on 20 Jul 22
    It also enables developers to work simultenously
  • salama   -Posted on 29 Jul 18
    What are the DISADVANTAGES of modularization as related to software development
  • liz   -Posted on 20 Nov 17
    where are the disadvantages?? the article is not helpful
  • liz   -Posted on 20 Nov 17
    where are the disadvantages?? the article is not helpful
  • Nirja Shah   -Posted on 20 Oct 15
    Modularization

    - It is a technique used to divide a software system into multiple discrete and independent modules, which in turn are expected to be capable of carrying out task(s) independently.

    - The working of these modules is on the basic constructs for the entire software.

    - Modules are designed by the designers in such a way that they can be executed and/or compiled separately and independently.

    - Modular design unintentionally follows the rules of ‘divide and conquer’ problem-solving strategy this is because there are many other benefits attached with the modular design of a software.

    - Advantage of modularization:

    1. Smaller components are easier to maintain
    2. Program can be divided based on functional aspects
    3. Desired level of abstraction can be brought in the program
    4. Components with high cohesion can be re-used again
    5. Concurrent execution can be made possible
    6. Desired from security aspect

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.)