The document provides information on cost estimation techniques for software projects. It discusses how complexity, size, efforts, and time relate to each other in cost models. Size is typically measured in thousands of lines of code (KSLOC). Efforts are estimated by multiplying KSLOC by a productivity factor. For larger projects, a size penalty factor is included. Function point analysis is an alternative to estimating directly from KSLOC by evaluating inputs, outputs, interfaces, and files.