This document discusses variables and constants in C++ programming. It covers declaring memory locations to store variables and constants, selecting appropriate names and data types, and how data is stored in computer memory in binary format. The chapter objectives are to distinguish between variables, constants and literals, explain data storage in memory, select names, data types and initial values for memory locations, and declare memory locations in C++.