scispace - formally typeset
Journal ArticleDOI

A Complexity Measure

Reads0
Chats0
TLDR
Several properties of the graph-theoretic complexity are proved which show, for example, that complexity is independent of physical size and complexity depends only on the decision structure of a program.
Abstract
This paper describes a graph-theoretic complexity measure and illustrates how it can be used to manage and control program complexity. The paper first explains how the graph-theory concepts apply and gives an intuitive explanation of the graph concepts in programming terms. The control graphs of several actual Fortran programs are then presented to illustrate the correlation between intuitive complexity and the graph-theoretic complexity. Several properties of the graph-theoretic complexity are then proved which show, for example, that complexity is independent of physical size (adding or subtracting functional statements leaves complexity unchanged) and complexity depends only on the decision structure of a program.

read more

Citations
More filters
Journal ArticleDOI

Computing ripple effect for software maintenance

TL;DR: This paper describes and explains the reformulation of Yau and Collofello's ripple-effect algorithm and its validity within the software-maintenance process, and shows how the approximation algorithm helps to overcome this.
Book

Performance Evaluation Metrics for Information Systems Development: A Principal-Agent Model

TL;DR: This paper develops a principal-agent model for IS development, where information systems development is typically assigned by the user to a systems developer (agent), and the use of multiple measures is necessary given the multi-dimensional nature of successful systems development.
Journal ArticleDOI

Information system cost estimating: a management perspective

TL;DR: Through a case study of a chemical manufacturer, the investigation reported in this article facilitates a better understanding of the management of the cost estimating process.
Proceedings ArticleDOI

Metrics that matter

TL;DR: A new NASA initiative to build a centralized repository of software defect data is document; in particular, one specific case study on software metrics is document, used as a basis for prediction of errors in code modules.
Journal ArticleDOI

Some factors affecting program repair maintenance: an empirical study

TL;DR: An empirical study of 447 operational commercial and clerical Cobol programs in one Australian organization and two U.S. organizations was carried out to determine whether program complexity, programming style, programmer quality, and the number of times a program was released affected program repair maintenance.
References
More filters
Journal ArticleDOI

Structured Programming with go to Statements

TL;DR: For serious students of structured programming, and also for language designers, Knuth's "Structured Programming with go to Statements" is probably the paper to read.
Journal ArticleDOI

Analysis of structured programs

TL;DR: It is shown that an arbitrary program P is reducible to a D-chart if and only if P does not contain a loop with two distinct exits.
Journal ArticleDOI

A genealogy of control structures

TL;DR: It is argued further that there is insufficient evidence to warrant more than if-then-else, while-do, and their variants and the importance of one-in, one-out control structures as operational abstractions.