Wiki Display

FrontPage

Function

Definition

In programming, a self-contained software routine that performs a task. Functions can do a large amount of processing or as little as adding two numbers and deriving a result. Values are passed to the function, and values may be returned. Or, the function may just perform the operation and not return a resulting value. The concept of a function within a program is that, once written, it can be used over and over again without the programmer having to duplicate the same lines of code in the program each time that same processing is desired.

Source

PC Magazine

NESDIS Data Management Lexicon and Related TermsĀ 

Category

4. Data Stewardship words

2378 Views

Menu Display