On this page about Module (programming):
In computer science, a module is a software entity that groups a set of (typically cohesive) subprograms and data structures. Modules are units that can be compiled separately, which makes them reusable and allows multiple programmers to work on different modules simultaneously. Modules also promote modularity and encapsulation (i.e. information hiding), both of which can make complex programs easier to understand.
How to say "Module (programming)" in other languages:
![]() |
(Chinese) | 模組 (程式設計) |
![]() |
(Japanese) | モジュール |
![]() |
(German) | Modul (Software) |
![]() |
(French) | Module (programmation) |
...
Modularity is the property of programs that measures the extent to which they have been composed out of modules. Programs that have many direct interrelationships between any two random parts of the program code are less modular than programs where those relationships occur mainly at well-defined...
Trusted Platform Module ( TPM ) is a computer chip that allows some portions of trusted computing. TPM (Total Productive Maintenance) is an equipment-maintenance program for business theory that closely resembles the Total Quality Management (TQM) program...
programs simpler and faster than by more conventional means. Mercury's module system also makes it easy to divide logic programs up into self-contained modules, a problem for logic programs in the past. A sample piece of programming in Mercury looks like :- module hello_world. :- interface...
Module (Apollo program) Stanislaw Lem - science fiction author LEM is the SIL code for Nomaande, a... LEM might mean: Language extension module Launch escape monitor Lay eucharistic minister LEM Group (lem.com) Leukocyte-endogenous mediator LG&E Energy Marketing Inc. Lifecycle emissions model...
PPM can stand for more than one thing: the Portable Pixmap file format the PPM compression algorithm (Prediction by partial matching.) pulse position modulation parts per million Portable People Meter peak program material processes or production methodologies...
Thomas Joseph Kelly (1932 – March 23, 2004) was an American aerospace engineer. Thomas J. Kelly was the Project Engineer, Engineering Manager and Deputy Program Manager for Grumman Aircraft's Apollo Lunar Module (1962–1970...
Jython is a version of Python that's written in Java and that runs in the Java environment. Jython programs can seamlessly import and use any Java class. Except for some standard modules, Jython programs use Java classes instead of Python modules. For example, a user interface in Jython would be...
...
In computer programming, cohesion refers to the degree to which each part of a module is associated with each other part, in terms of functional relation. Parts of a module are functionally related if each part is essential to the functionality and the interface of a well-defined module (a well...