1.1.8 Importance of user documentation Flashcards

1
Q

What happens when programs and systems become more complex as they expand?

A

it may be difficult for users to use the program and the product functions may not be clear to users

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What can unclear usage of a program or system lead to?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What can counter the misusage of a program or system (product)?

A

user documentation. since there is a user manual explaining every component of product

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what are the two types of documentation?

A

internal documentation and external documentation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is internal documentation?

A

code comprehension features and details provided as part of the source code itself

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what does proper internal documentation include?

A

appropriate module headers, appropriate comments, useful and meaningful variable names, appropriate code indentation, code structuring.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is external documentation?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

can the internal documentation be easily read bye the final user?

A

no it is very difficult for the source code to be read by the final user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly