1. The document discusses software project planning and estimation techniques. It covers size estimation, cost estimation, development time estimation, and project scheduling.
2. The document discusses different techniques for estimating the size of a software project, including lines of code counting and function point analysis. It provides examples of how to apply function point analysis to estimate the size of a project.
3. Function point analysis breaks a project into different functional components or units and assigns weighted scores to each unit based on complexity. The counts are then adjusted based on other project factors to determine the total function points of the project, which can then estimate development effort.