Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
constant
Last modified: Tuesday, January 27, 2004
In programming, a constant is a value that never changes. The other type of values that programs use is variables, symbols that can represent different values throughout the course of a program.
Constants are also used in spreadsheet applications to place non-changing values in cells. In contrast, a spreadsheet formula can produce a different value each time the spreadsheet is opened or changed.