answersLogoWhite

0


Best Answer

Modules are extensions which present certain pieces of information on your site. It's a way of presenting information that is already present. This can add a new function to an application which was already part of your website. Think about latest article modules, login module, a menu, ... . Typically you'll have a number of modules on each web page. The difference between a component and a module is not always very clear for everybody. But if you think about it, it's really not that difficult. A module doesn't make sense as a standalone application, it will just present information or add a function to an existing application. Take a newsletter for instance. A newsletter is a component. You can have a website which is used as a newsletter only. That makes perfectly sense. Although a newsletter component probably will have a subscription page integrated, you might want to add a subscription module on a sidebar on every page of your website. You can put this subscribe module anywhere on your site. You'll probably agree with me that a site with just a subscription module and no actual newsletter component would be rather ridiculous.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Reusable Modules in Source Code.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the advantages of modular programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is c plus plus a modular programming?

No, but it does support modular programming through namespaces.


Several advantages to using a modular approach in programming?

It is easy to understand small sections of code in the modular programming.You can store the code across multiple files.Modular programming allows collaborative programming. Collaborative programming means more than one program work in one application at the same time.Duplication of code is not possible in modular programming. The programmers create a single procedure for code.The errors are localized to a subroutine or function and it is easy to find the errors.The code should be used in multiple applications in modular programming.The code should be simple and short in modular programming and it is less need to be written.


What is modular programing mention any 2 charecteristic?

Modular programming is a design technique which separates a program into small, self-contained units or modules, each focusing upon a particular aspect of the program. Modular programming typically combines structured programming, object oriented programming and generic programming techniques.


Does C support modular programming?

Yes.


Is VB modular programming language?

Yes.


What is modular structured programming?

when you divide a long program or problem into small small understandable parts that means modular structured programming. In the consequences of c programming modular structured programming called to divide a long program into small small, and easy to understand functions. Garcha UFV, Canada


advantages and disadvantages of modular ups?

Me


Advantages of computer programming?

The advantages of computer programming is that it pays well since programming is a creative task. Computer programming helps human beings solve problems on a regular basis.


What are the Structured programming languages?

In Structured Programming also known as Modular Programming Each Method(function) is structured itself. Such logical structure make programming more efficient and easy to understand. it employs Top-Down design model.


What are three advantages of modular office use?

"Three advantages of modular office use are low cost of furniture, maximization of floor space and ease of moving. In addition, the furniture is flexible and can be configured quickly to accommodate growing organizations."


What are the advantages of nano programming?

nothing


Difference between procedural programming and modular programming?

Procedural programming is a computer programming technique in which the program is divided into modules like function or subroutine or procedure or subprograms, where as ... "Modular Programming" is the act of designing and writing programs as interactions among functions that each perform a single well-defined function, and which have minimal side-effect interaction between them. Put differently, the content of each function is cohesive, and there is low coupling between functions as happens in procedural programming.