answersLogoWhite

0


Best Answer

Based on Module is known as modular. where the module is a segment of an unit. one can choose any of them or more. Based on Module is known as modular. where the module is a segment of an unit. one can choose any of them or more.

User Avatar

Godfrey Franecki

Lvl 10
2y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

Modular programming is the approach where the application code is subdivided into separate subprograms, with each running a specific function or subroutine. These chunks of code can be split up and worked on by multiple programmers, teams or by an individual over time, with each chunk of code dedicated to doing on specific task. These tasks also become recyclable, as they can be tweaked to fit into other programs. This keeps a programmer from having to write a similar task again in the future if a module already exists in another location that can handle the task at hand. The programmer can simply pull out an existing module, tweak it and insert it into the new program he/she is working on, saving time and energy in his/her work. (Modular Programming, n.d.) If creating a program to track attendance in multiple classes at a school, the master program would achieve this task for all students in all classes, throughout the year. If the application were to be broken down into modules, one module might track the attendance for a specific student over the course of the year. Another module might group the student attendance records by class, such as Geology or Science class, or even sophomore class, junior class, or the class of 2009. The modularization of the program allows it to be applied to various scenarios, students, years, schools, or anywhere attendance needs to be tracked, simply by tweaking the existing code and making it fit into the new scenario.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

Based on Module is known as modular. where the module is a segment of an unit. one can choose any of them or more. Based on Module is known as modular. where the module is a segment of an unit. one can choose any of them or more.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

Modularity is the ability to be divided up into smaller components.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is modularity?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about English Language Arts
Related questions

What is system modularity?

panzer


What feature enable network devices to be scalable?

modularity


What has the author Annette Karmiloff-Smith written?

Annette Karmiloff-Smith has written: 'Beyond Modularity' -- subject(s): Cognition in children, Constructivism (Psychology), Modularity (Psychology) in children, Nativism (Psychology) 'Baby Its You'


The characteristic of a system board that allows you to replace it with a newer version is called?

modularity


What are the risks of a public network?

the risk is that it can be accessed from anywhere ,thus threatenes the modularity of the language.


What has the author Mario Augusto Gongora written?

Mario Augusto Gongora has written: 'Modularity in the control of robot systems'


What are the four pillars object oriented programming?

1.Abstraction 2.Encapsulation 3.Modularity 4.Hierarchy


What is modularity in java?

What is modularity?Modularity is a general concept which applies to the development of software in a fashion which allows individual modules to be developed, often with a standardised interface to allow modules to communicate. In fact, the kind of separation of concerns between objects in an OO language is much the same concept as for modules, except on a larger scale. Typically, partitioning a system into modules helps minimise coupling, which should lead to easier to maintain code.


What is procedural design?

Procedural design is when the programmer specifies what must be done and in what sequence. It is based on the concept of the modularity and scope of program code.


What is an aspect-oriented language?

An aspect-oriented language is a computer programming language which aims to increase modularity by allowing the separation of crosscutting concerns.


Features of high speed multiservice network?

Two features of a high speed multiservice network are versatility and modularity. Its primary components are teleport, transportation network and clusters.


3 pillars of object oriented programming?

abstraction, inheritance, encapsulation, and polymorphism.