scispace - formally typeset
Journal ArticleDOI

A Complexity Measure

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
Patent

Client side attack resistant phishing detection

TL;DR: In this article, a phishing detection client component and a credential component are presented. But, due to the malicious nature of phishing in general, the client component can be susceptible to attacks by phishers.
Journal ArticleDOI

Regression modelling of software quality: empirical investigation☆

TL;DR: The use of software complexity metrics in quantitative modelling scenarios has been frustrated by a lack of understanding of the precise nature of exactly what is being measured as discussed by the authors, which is particularly true in the application of these metrics to predictive models, and some basic issues associated with the modelling process, including problems of shared variance among metrics and the possible relationship between complexity metrics and measures of program quality.
Journal ArticleDOI

A Unified Test Case Prioritization Approach

TL;DR: A unified test case prioritization approach that encompasses both the total and additional strategies and demonstrates that a wide range of techniques derived from basic and extended models with uniform fp values can outperform purely total techniques and are competitive with purely additional techniques.
BookDOI

The Cambridge Handbook of Computing Education Research

Sally Fincher
TL;DR: The Computer Education Handbook as mentioned in this paper describes the extent and shape of computing education research today and provides an authoritative introduction to the field and is essential reading for policy makers, as well as both new and established researchers.

Using Object-Oriented Design Metrics to Predict Software Defects 1*

TL;DR: This study was made possible through the creation of a new metric calculation tool, Ckjm, that calculates metrics that have been recommended as good quality indicators and that have empirically proven their usability in quality or defect prediction.
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.