answersLogoWhite

0


Best Answer

comments

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is A program that has its own documentation called?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What are the different classes in java?

Java has thousands of classes. Refer to the online documentation for details. You can also create your own classes.Java has thousands of classes. Refer to the online documentation for details. You can also create your own classes.Java has thousands of classes. Refer to the online documentation for details. You can also create your own classes.Java has thousands of classes. Refer to the online documentation for details. You can also create your own classes.


What approach opens an application program and then creates a document?

documentation-centric approach


What is program documentation?

Program documentation is an essential part of any computer program or application. The documentation specifies what each part of the code does, what events will be triggered during the course of the program, and makes sure that no part of the program is accidentally left off the interface or code.


What is the program that runs a computer called?

That program is called the Operating System.


What is the importance of documentation in programming life cycle?

Documentation is critical unless you are the only person who will ever, ever, ever look at a piece of code. And even then, if you go away from it for 6 months you will probably have trouble remembering what you did. In business, code MUST be commented because the person fixing or enhancing the program is often not the person who wrote it. It can take 4 or 5 times as long to figure out what a program is doing when you only have the computer-language logic available, as opposed to an English-language explanation of the underlying concepts. It's also critical to keep the documentation up to date and accurate in both facts and spelling. If the code has been changed and the documentation hasn't, that disagreement can mislead anyone who comes along and tries to work on the code later. If you can't spell or use lousy grammar, it can make it a lot harder to perform text searches looking for a particular phrase that's likely to appear in a comment. Try searching for PARAMETER when somebody spelled it PARAMATER, for example (I've had to do just that!!) The above is an explanation to why documentation is important in one of levels of software documentation - Technical or Code Documentation. There are other levels of documentation including Software Requirements Documentation, Software Architectural/Design Documentaion and End-User Documentation (e.g.: Manuals, Tutorials). Documentation at each of these levels is usually necessary, or at least desired, for most non-trivial software projects. For more information on these levels of documentation and to who and how it may be important, pls see http://en.wikipedia.org/wiki/Software_documentation

Related questions

How do you put documentation in a sentence?

Often, documentation for a software program is called Help.


Which documentation is typically written first input output internal program or external program?

Output documentation


The process of giving credit for ideas which are not the writer's own ideas is called?

The process of giving credit for ideas which are not the writer's own ideas is called attribution or citation.


What is the difference between internal and external documentation?

Internal documentation is the one in which various information regarding the program is enlisted in the program itself i.e. in the form of comments. On the contrary, external documentation is the one that is prepared separately to inform the users about the system.


Can you foreclose a mortgage with a copy of the note?

No. You can only foreclose a mortgage if you own it as evidenced by documentation that was recorded in the land records.No. You can only foreclose a mortgage if you own it as evidenced by documentation that was recorded in the land records.No. You can only foreclose a mortgage if you own it as evidenced by documentation that was recorded in the land records.No. You can only foreclose a mortgage if you own it as evidenced by documentation that was recorded in the land records.


What documentation must be completed prior to a milestone review for a program that will significantly affect the quality of the environment?

documentation must be completed prior to a milestone review for a program that will significantly affect the quality of the environment


What are the different classes in java?

Java has thousands of classes. Refer to the online documentation for details. You can also create your own classes.Java has thousands of classes. Refer to the online documentation for details. You can also create your own classes.Java has thousands of classes. Refer to the online documentation for details. You can also create your own classes.Java has thousands of classes. Refer to the online documentation for details. You can also create your own classes.


What Is the collection and summarization of written descriptions of what a program does and how to use it?

The collection and summarization of written descriptions of what a program does and how to use it is typically referred to as documentation. Documentation provides information on a program's functionality, features, usage instructions, and often includes examples to help users understand how to interact with the software effectively. Good documentation is essential for users, developers, and other stakeholders to comprehend the program's capabilities and functionalities.


How is a C program compiled?

With a compiler. Read the documentation for programming package for help on how to.


How do you improve debugging knoweldge in c program?

Read the documentation, and practice a lot.


What approach opens an application program and then creates a document?

documentation-centric approach


How compiler compile a program?

With a compiler. Read the documentation for programming package for help on how to.