answersLogoWhite

0


Best Answer

Output documentation

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which documentation is typically written first input output internal program or external program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50 percent in the test. Make necessary assumptions?

Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions


What is the use of extern variable?

External Variables are declared outside all functions, yet are available to all functions that care to use them. Features of external variables : Storage : Memory Default Initial value : zero Scope : Global Life : As long as program's execution does't come to an end


How many years does it take to get an associate's degree in education?

Typically, the associates degree is a two year program of study provided the student takes the degree as prescribed by the institution.


What does it mean by Win32 application?

AnswerA Win32 application is a program which has been written to use the Win32 Application Programmer Interface (API). The Win32 API is a collection of program functions which allow a program to trigger almost all operating system actions - such as opening a file. Win32 programs typically run under the Windows OS, however emulation of the Win32 API is available on other platforms.


How do you round a number 1 decimal place program?

Many computer programs and programming languages have a built-in round function; read the documentation. If there is none, you can also: 1. Multiply by 10 2. To round to an integer: add 0.5 to the result, then apply the integer function 3. Divide the result by 10 again.

Related questions

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.


Difference between internal and external interrupt?

internal interrupt is synchronous with the program while external interrupts are asynchronous.


What is external quality control program?

Internal QC is from within the organization; external is from outside...


What is the difference between internal and external variables?

Internal variables are those that are within the control or influence of the system or entity being studied, while external variables are those that are outside of its control or influence. Internal variables are typically more easily manipulated in an experiment, while external variables are often more difficult to control for.


What are the external services on an operating system?

An OS is usually an Internal program that controls the machine it is in.


Distinguish between internal and extarnal commands with examples for unix?

Internal commands are executed by the shell and do not exist as a separate binary program. You can find out which of these there are by looking at the 'man' entry for the shell you are using. External commands can be found in various directories, such as /bin, /usr/bin, etc.


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 do you put documentation in a sentence?

Often, documentation for a software program is called Help.


What is internal reader in JCL?

In JCL, the internal reader is a facility to provide input data directly within the JCL statements without the need for an external dataset. This input data is typically specified using the job card and can be used by subsequent DD statements in the job step. The internal reader is useful for providing small amounts of temporary data to be processed by the job step.


What is A program that has its own documentation called?

comments


How do you call an external function or program that is written in different programming language?

It doesn't matter what language the external program or function was written in since all executables must be converted to machine code. To execute an external function, that function must reside in a library to which your program is linked and you must know the prototype of the function you intend to call. This is usually found in the library header file which can simply be included in your program. You can then call the external function just as you would an internal function. To execute a specific function in another program, however, you must use the command line interface for that program.


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