ACM Home Page
Please provide us with feedback. Feedback
On program control structure
Full text PdfPdf (459 KB)
Source ACM Annual Conference/Annual Meeting archive
Proceedings of the annual conference table of contents
Atlanta, Georgia, United States
Pages: 119 - 125  
Year of Publication: 1973
Author
Sponsor
ACM: Association for Computing Machinery
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 4,   Downloads (12 Months): 17,   Citation Count: 5
Additional Information:

abstract   references   cited by   index terms  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/800192.805692
What is a DOI?

ABSTRACT

The syntax of the DO-WHILE is revised so as to distinguish the semantics of logical control of iteration from those of site of test within the scope of the DO. The corresponding control graph (flowchart subdiagram) is shown to be a combination of previously used alternative forms. An indentation scheme is proposed in which the indentation rules are identical for both iterative and conditional statements. Furthermore the rules as given are identical for any programming language, whether it is a lower level language which requires hand coded book-keeping statements or some ideal language in which all loop control is provided for in the syntactic forms. The minimal sufficient set of program control structures is augmented with forms for the convenience of human program writers and readers. These forms all share common indentation rules corresponding to those used for the DO-WHILE and IF-THEN-ELSE. Last a form is provided for handling error conditions, POSIT-QUIT-ADMIT in which multiple QUITs are permitted. The indentation rules are compatible with the preceding rules.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

1
 
2
Jackson, M. (1972). Advanced Program Design Techniques - Modular Programming Workshop. Student Handout for ACM Professional Development Seminar.
 
3
Mills, H. D. (1972). Mathematical Foundations for Structured Programming. Chief Programmer Team Operations, Technical Report FSC 72-6012. IBM Federal Systems Division, Gaithersberg, Maryland.
 
4
Neely, P. M. (1973). Fundamentals of Programming: elementary concepts. The Computation Center, University of Kansas, Lawrence, Kansas.
5