A data-oriented introduction to program design

  • Authors:
  • William J. Collins

  • Affiliations:
  • Salisbury State College, Salisbury, Maryland

  • Venue:
  • ACM SIGCSE Bulletin
  • Year:
  • 1979

Quantified Score

Hi-index 0.00

Visualization

Abstract

Stepwise refinement is an invaluable analytic tool for solving complex problems, but it is somewhat artificial for the simple problems encountered in the first half of an introductory programming course. This paper describes an alternate process which still provides for a gradual transition from a problem to an algorithm which solves the problem. Each algorithm, which is unambiguous and English-like, is synthesized from sample data and can be routinely translated into a (structured) program.