This document discusses software metrics and function point analysis. It provides information on different types of software metrics including size-oriented, function-oriented, and attribute metrics. It then focuses on explaining function point analysis in detail. Function point analysis measures software size based on user requirements rather than lines of code. It involves counting various functional components and adjusting for complexity. The document provides steps to calculate unadjusted and adjusted function points for different examples. Overall, the document provides a comprehensive overview of software metrics with a focus on function point analysis methodology.