Computer Science, asked by naveengarg5050, 1 year ago

Where To Get More Documentation?

Answers

Answered by gopalsibapaul01
0

Answer:

documentation

Read in another language

Watch this page

Edit

This article needs additional citations for verification.

Software documentation is written text or illustration that accompanies computer software or is embedded in the source code. The documentation either explains how the software operates or how to use it, and may mean different things to people in different roles.

Documentation is an important part of software engineering. Types of documentation include:

Requirements – Statements that identify attributes, capabilities, characteristics, or qualities of a system. This is the foundation for what will be or has been implemented.

Architecture/Design – Overview of software. Includes relations to an environment and construction principles to be used in design of software components.

Technical – Documentation of code, algorithms, interfaces, and APIs.

End user – Manuals for the end-user, system administrators

Similar questions