Teaching data abstraction in a beginning Pascal class

  • Authors:
  • Karl Rehmer;Linda Rising

  • Affiliations:
  • Indiana-Purdue at Fort Wayne, Fort Wayne;Indiana-Purdue at Fort Wayne, Fort Wayne

  • Venue:
  • SIGCSE '86 Proceedings of the seventeenth SIGCSE technical symposium on Computer science education
  • Year:
  • 1986

Quantified Score

Hi-index 0.01

Visualization

Abstract

Modern programming practice advocates the use of abstract data types to aid in design, coding, and maintenance of programs [1]. Many students who are not computer majors will write programs as part of their jobs. Therefore, it is important to expose those students who will take only one or two programming courses to the idea of abstract data types. The paper below illustrates how this was done in one of our beginning Pascal classes.