InterviewSolution
Saved Bookmarks
| 1. |
What Is Documentation? |
|
Answer» Documentation is a detailed description of a program’s algorithm, design, coding method, TESTING, and PROPER usage. Documentation is VALUABLE for the USERS who rely upon the program on a day-to-day basis, and for the programmer who may be called on to MODIFY or update it. Documentation is a detailed description of a program’s algorithm, design, coding method, testing, and proper usage. Documentation is valuable for the users who rely upon the program on a day-to-day basis, and for the programmer who may be called on to modify or update it. |
|