Home

Definition of module

In programming, a collection of routines and data structures that performs a particular task or implements a particular abstract data type. Modules usually consist of two parts: an interface, which lists the constants, data types, variables, and routines that can be accessed by other modules or routines, and an implementation, which is private (accessible only to the module) and which contains the source code that actually implements the routines in the module.

Computer Science

Other definitions of module

A component that can be registered as part of the ASP.NET request lifecycle and that can read or change the request or response as it is processed. Modules are often used to perform special tasks that need to monitor each request, such as security or site statistics.

Computer Science

A loadable unit, which can contain type declarations and type implementations. The module contains enough information to enable the common language runtime to locate all implementation bits when the module is loaded. The format for modules is an extension of the Windows portable executable (PE) file format. When deployed, a module is always contained in an assembly.

Computer Science

A content element a user can add to their space.

Computer Science

An executable program file or a dynamic link library (DLL).

Computer Science