Function point analysis is a method of estimating the size of a software or system by counting the number of inputs, outputs, inquiries, internal logical files and external interface files. It was introduced in 1979 as an alternative to simply counting lines of code. Function point analysis measures the software based on end user requirements rather than implementation details. It provides a consistent way to measure software across different projects, organizations and programming languages. The document provides an overview of function point analysis including its history, why it is needed, how it works and how it is used to estimate sizes of major software applications.