Identify the correct definition of Constant.
- A. A named value in a program that cannot be changed once it has been assigned. ✓
- B. A software design technique that breaks a program into separate, interchangeable modules.
- C. An informal, high-level description of a program's logic that is not tied to any specific programming language syntax.
- D. The process of repeating a set of instructions until a specific condition is met.
Correct answer
A. A named value in a program that cannot be changed once it has been assigned.
Explanation
Constant refers to a named value in a program that cannot be changed once it has been assigned.