This document discusses if statements in CS111 Lab, including the structure of if statements, common checks used in if statements like greater than, less than, equal to, not equal to, and examples of using else, else if, compound comparisons with AND and OR operators, and negation.