Unit 1 - Documentation of program

Posted on Friday, May 7, 2010 by B[H] | 0 comments
Labels:

Program must be documented for future references and maintenance process. A well documented program will make it easier for the original programmer or other programmer to follow the program logic and design. Program document should consist of :-

1. An accurate specification of requirement
2. Detail input, output, constraint and formula for the above problems
3. Algorithm in the form of flowchart or pseudocode
4. Program source complete with comment
5. Sample program which had been run and executed and the tested data.
6. Guideline on how to use the program.

No comments:

Post a Comment