ACM Home Page
Please provide us with feedback. Feedback
Digital Library logoTake a look at the new version of this page: [ beta version ]. Tell us what you think.
A top-down approach to teaching programming
Full text PdfPdf (463 KB)
Source Technical Symposium on Computer Science Education archive
Proceedings of the twenty-sixth SIGCSE technical symposium on Computer science education table of contents
Nashville, Tennessee, United States
Pages: 6 - 9  
Year of Publication: 1995
ISBN:0-89791-693-X
Also published in ...
Author
Margaret M. Reek  Department of Computer Science, Rochester Institute of Technology, 102 Lomb Memorial Drive, Roehester, NY
Sponsor
SIGCSE: ACM Special Interest Group on Computer Science Education
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 4,   Downloads (12 Months): 31,   Citation Count: 10
Additional Information:

abstract   references   cited by   index terms   collaborative colleagues  

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/199688.199696
What is a DOI?

ABSTRACT

Programming is traditionally taught using a bottom-up approach, where details of syntax and implementation of data structures are the predominant concepts. The top-down approach proposed focuses instead on understanding the abstractions represented by the classical data structures without regard to their physical implementation. Only after the students are comfortable with the behavior and applications of the major data structures do they learn about their implementations or the basic data types like arrays and pointers that are used. This paper discusses the benefits of such an approach and how it is being used in a Computer Science curriculum.


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
3
 
4
 
5
 
6
7
 
8
Meyer, B. Eiffel: The Environment. Prentice Hall. 1994
 
9
 
10
Meyer, B. Eiffel: The Libraries. Prentice Hall: 1994
 
11
 
12
 
13
 
14