Treffer: Four Steps To Teaching C Programming
Weitere Informationen
Our experience with teaching C programming has shown that the students have a problem understanding the concept of arrays, dealing with the sytanx of the language, designing the organization of the program and understanding the concept of flow control such as looping and branching or function calls. In a typical C programming course the instructor must deal with all of these problems simultaneously, because of the nature of the language. To help solve this problem we have divided the various concepts and used different software packages to introduce each topic independently. For example we have discovered that EXCEL can be used to explain the concept of an array, matrix operations, data input, and the built in functions provides the student with a number of useful tools. The concept of designing the layout of a program can be introduced very well with HTML, and then the concept of control such as looping and branching can be introduced with MATLAB without many of the syntax problems that comes with C. Finally once the students are familiar with the use of EXCEL, UNIX, HTML and MATLAB the introduction of C is much easier for the students to understand. This paper describes how we introduced this new teaching concept into the University of Pittsburgh Freshman Engineering computing course.