Multiple choice technology programming languages

Variables with names that describe the data stored at that particular memory location are called as

  1. identifiers

  2. constant variables

  3. floating point variables

  4. mnemonic variables

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Mnemonic variables are named meaningfully to describe the data they store (like 'student_age' instead of just 'x' or 'a'). Identifiers are general names for any programming element, constant variables cannot change, and floating point refers to a data type.