variable
RU: переменная
A named memory cell (or group of cells) whose contents can be read and updated. Consists of two parts: an identifier (the name, in source code) and a binding to a memory address. The name never changes; the value stored at the bound address can change.