This document provides an overview of two popular software metrics: lines of code (LOC) and function points. It defines LOC as a measure of the size of a computer program by counting the number of lines in its source code, excluding comments and headers. LOC can be physical (including blank lines and comments) or logical (executable statements only). Function points measure software size by categorizing its functional user requirements into inputs, outputs, inquiries, internal files, and external interfaces, then calculating an unadjusted function point value based on their sum. Both metrics aim to objectively and quantitatively estimate the size and effort of a software project.