1 / 5

2-9 Software Engineering

2-9 Software Engineering. Although this chapter introduces only a few programming concepts, there is still much to be said from a software engineering point of view. We will discuss the concepts of program documentation, data naming, and data hiding. Topics discussed in this section:.

amir-woods
Download Presentation

2-9 Software Engineering

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 2-9 Software Engineering Although this chapter introduces only a few programming concepts, there is still much to be said from a software engineering point of view. We will discuss the concepts of program documentation, data naming, and data hiding. Topics discussed in this section: Program Documentation Data Names Data Hiding Computer Science: A Structured Programming Approach Using C

  2. PROGRAM 2-11 Sample of General Program Documentation Computer Science: A Structured Programming Approach Using C

  3. Table 2-13 Examples of Good and Poor Data Names Computer Science: A Structured Programming Approach Using C

  4. Table 2-14 Examples of Defined Constants Computer Science: A Structured Programming Approach Using C

  5. Note Programming Standard No variables are to be placed in the global area of a program. Computer Science: A Structured Programming Approach Using C

More Related