|
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 Reports
|
|
3 Matches
|
Podcast: Lessons in virtualization: Integrating data protection software
sponsored by Dell and VMware
PODCAST:
SMBs using virtualization often face additional challenges in managing and protecting their data. This instructor-led mediacast addresses the importance of data protection and the best ways to integrate this type of software into your virtualization initiatives.
Posted: 04 Mar 2010 | Premiered: 04 Mar 2010
|
|
|
Lessons in virtualization: Integrating data protection software
sponsored by Dell and VMware
WEBCAST:
SMBs using virtualization often face additional challenges in managing and protecting their data. This instructor-led mediacast addresses the importance of data protection and the best ways to integrate this type of software into your virtualization initiatives.
Posted: 04 Mar 2010 | Premiered: 04 Mar 2010
|
|
|
Replication options for virtualized environments
sponsored by Quantum Corporation
PODCAST:
W. Curtis Preston, executive editor of the Storage Media Group and independent backup expert, discusses the options currently available for performing replication as part of a backup strategy for virtual machines, benefits and drawbacks of using replication in a virtualized environment.
Posted: 25 Aug 2009 | Premiered: 25 Aug 2009
|
|
| |
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 - 2012, TechTarget |
|
|
|
|