Function point analysis


programming
(FPA) A standard metric for the relative size and complexity of a software system, originally developed by Alan Albrecht of IBM in the late 1970s.
Functon points (FPs) can be used to estimate the relative size and complexity of software in the early stages of development – analysis and design. The size is determined by identifying the components of the system as seen by the end-user: the inputs, outputs, inquiries, interfaces to other systems, and logical internal files. The components are classified as simple, average, or complex. All of these values are then scored and the total is expressed in Unadjusted FPs (UFPs). Complexity factors described by 14 general systems characteristics, such as reusability, performance, and complexity of processing can be used to weight the UFP. Factors are also weighted on a scale of 0 – not present, 1 – minor influence, to 5 – strong influence. The result of these computations is a number that correlates to system size.
Although the FP metric doesn’t correspond to any actual physical attribute of a software system (such as lines of code or the number of subroutines) it is useful as a relative measure for comparing projects, measuring productivity, and estimating the amount a development effort and time needed for a project.
See also International Function Point Users Group.
(1996-05-16)

Read Also:

  • Function shift

    noun 1. (grammar) a change in the syntactic function of a word, as when the noun mushroom is used as an intransitive verb 2. (linguistics) sound change involving a realignment of the phonemic system of a language

  • Function-space

    noun, Mathematics. 1. a linear space, the elements of which are functions.

  • Function-word

    noun 1. a word, as a preposition, article, auxiliary, or pronoun, that chiefly expresses grammatical relationships, has little semantic content of its own, and belongs to a small, closed class of words whose membership is relatively fixed (distinguished from ). noun 1. (grammar) a word, such as the, with a particular grammatical role but little […]

  • Fundament

    [fuhn-duh-muh nt] /ˈfʌn də mənt/ noun 1. the buttocks. 2. the anus. 3. a base or basic principle; underlying part; foundation. /ˈfʌndəmənt/ noun 1. (euphemistic or facetious) the buttocks 2. the natural features of the earth’s surface, unaltered by man 3. a base or foundation, esp of a building 4. a theory, principle, or underlying […]

  • Fundamental

    [fuhn-duh-men-tl] /ˌfʌn dəˈmɛn tl/ adjective 1. serving as, or being an essential part of, a foundation or basis; basic; underlying: fundamental principles; the fundamental structure. 2. of, relating to, or affecting the foundation or basis: a fundamental revision. 3. being an original or primary source: a fundamental idea. 4. Music. (of a chord) having its […]


Disclaimer: Function point analysis definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.