1.1.8 Importance of user documentation Flashcards
What happens when programs and systems become more complex as they expand?
it may be difficult for users to use the program and the product functions may not be clear to users
What can unclear usage of a program or system lead to?
serious problems during implementations or operational stages of the Software Life Cycle (SLC). User may not know hot to use the product to its whole capacity and even technician may not be able to set up the new system properly
What can counter the misusage of a program or system (product)?
user documentation. since there is a user manual explaining every component of product
what are the two types of documentation?
internal documentation and external documentation
What is internal documentation?
code comprehension features and details provided as part of the source code itself
what does proper internal documentation include?
appropriate module headers, appropriate comments, useful and meaningful variable names, appropriate code indentation, code structuring.
what is external documentation?
written as a separate document from the program itself. Provided through various types of user-supporting documents such as a user’s guide, software requirements, specification document, detailed description of the design
can the internal documentation be easily read bye the final user?
no it is very difficult for the source code to be read by the final user