Step 5 - Program Documentation
Documenting means writing a description of the purpose and process
of the program.
- Documentation consists of procedures about a program and how to use it.
- It should be done on a continual basis throughout all the steps of the program development
process.
- Documentation is important for anyone who will be involved with the program in the future.
People who may be involved with the program in the future may include:
- Users
- Users need to know how to use the software.
- Training sessions using documentation may be used to guide users through the program.
- Users may be expected to learn a program from written documentation alone.
- Manual may accompany the software when purchased.
- Some manuals are electronic manuals which include help options.
- Operators
- Computer operators need documentation to guide them in running programs.
- Computer operators need documentation to translate error messages.
- Programmers
- Programmers who update or modify a program need to know purpose and logic of program.
- Documentation should include flowcharts, program listings and sample output.
- Documentation should also show how the program relates to other programs within an
information system.
< Previous Page
Next Page >