Which of the following variables is
the "most mnemonic"?
O
variable_173
hours
x1q3z9ocd
X
Answers
Answered by
10
Answer:
x235
Explanation:
this answer help you
Answered by
1
Answer:
The correct answer is : hours
'hours' is the most mnemonic variable from the following.
Explanation:
- These well-chosen variable names are referred to as "mnemonic variable names."
- The term mnemonic refers to a memory aid.
- To help us recall why we established the variable in the first place, we select mnemonic variable names.
- While this all sounds fantastic, and using mnemonic variable names is a terrific idea, mnemonic variable names might make it difficult for a beginner programmer to analyse and understand code.
- We can say that this is because new programmers haven't yet memorised the reserved words (there are only 33), and variables with overly detailed names can start to appear as part of the language rather than well-chosen variable names.
- We can say that this is because new programmers haven't yet memorised the reserved words (there are only 33), and variables with overly detailed names can start to appear as part of the language rather than well-chosen variable names.Because the programmer has picked variable names that represent their objective on what data will be stored in each variable, humans will be able to easily comprehend the second program's intent.
- These well-chosen variable names are referred to as "mnemonic variable names."
#SPJ3
Similar questions