2-9 software engineering

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

Upload: amir-woods

Post on 31-Dec-2015

20 views

Category:

Documents


0 download

DESCRIPTION

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:. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: 2-9   Software Engineering

Computer Science: A Structured Programming Approach Using C 1

2-9 Software Engineering

Although this chapter introduces only a few Although this chapter introduces only a few programming concepts, there is still much to be said programming concepts, there is still much to be said from a software engineering point of view. We will from a software engineering point of view. We will discuss the concepts of program documentation, data discuss the concepts of program documentation, data naming, and data hiding.naming, and data hiding.

Program DocumentationData NamesData Hiding

Topics discussed in this section:Topics discussed in this section:

Page 2: 2-9   Software Engineering

Computer Science: A Structured Programming Approach Using C 2

PROGRAM 2-11 Sample of General Program Documentation

Page 3: 2-9   Software Engineering

Computer Science: A Structured Programming Approach Using C 3

Table 2-13 Examples of Good and Poor Data Names

Page 4: 2-9   Software Engineering

Computer Science: A Structured Programming Approach Using C 4

Table 2-14 Examples of Defined Constants

Page 5: 2-9   Software Engineering

Computer Science: A Structured Programming Approach Using C 5

Programming StandardNo variables are to be placed in the global

area of a program.

NoteNote