|
IT Management >
Systems Design and Development >
Application Development >
Programming >
|
|
|
ALSO CALLED:
Modular Programming
DEFINITION: Structured programming (sometimes known as modular programming) is a subset of procedural programming that enforces a logical structure on the program being written to make it more efficient and easier to understand and modify. Certain languages such as Ada, Pascal, and dBASE are designed with features that encourage or enforce a logical program structure. Structured programming frequently employs
Definition continues below.
|
|
Structured Programming White Papers
(View All Report Types)
|
|
1 Match
|
Identify and Leverage Your Existing Service Life Cycles
sponsored by IBM
WHITE PAPER:
This executive brief will illustrate the progression of service management since the 1990s, illuminate the hidden service life cycles and discuss how, once they are visible, we can start to make them work — to improve services and better align IT with business objectives.
Posted: 13 Aug 2008 | Published: 01 Mar 2008
|
|
| |
STRUCTURED PROGRAMMING DEFINITION (continued):
a top-down design model, in which developers map out the overall program structure into separate subsections. A defined function or set of similar functions is coded in a separate module or submodule, which means that code can be loaded into memory more efficiently and that modules can be reused in other programs. After a module has been tested individually, it is then integrated with other modules into the overall program structure. Program flow follows a simple hierarchical model that employs looping constructs such as "for," "repeat," and "while." Use of the
Structured Programming definition sponsored by SearchCIO-Midmarket.com, powered by WhatIs.com an online computer dictionary
|
|
|
|
TechTarget provides enterprise IT professionals with the information they need to perform their jobs
- from developing strategy, to making cost-effective IT purchase decisions and managing their
organizations' IT projects - with its network of
|
|
|
Definitions:
|
|
 |
|
All Rights Reserved,
Copyright 2000 - 2013, TechTarget |
|
|
|
|