Which of the following are likely to be poor choices for an identifier in a program? Why?

a. x
b. RATE
c. data
d. _abc
e. A


a. x is too short to adequately describe a real world value.
b. RATE suggests a rate of speed, or interest perhaps.
c. data is perhaps a bit generic, nevertheless this writer would allow it.
d. _abc is not a word. It does not bring anything to this writer’s mind.
e. A is too short to adequately describe anything in the real world.
Explanation: The answers to this question are subjective.

Computer Science & Information Technology

You might also like to view...

You should use exception handling

a. in all your programs b. only when you can not handle the exception with simpler control structures c. only when you use classes d. in every function

Computer Science & Information Technology

Web 2.0 applications do not simply display information; they enable web designers to actively direct or contribute to the web page content.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A keyword that defines the purpose and the structure of an SQL statement.

What will be an ideal response?

Computer Science & Information Technology

Computer simulations are easy to create, mainly because it is difficult to make mistakes in the modeling process and easy to discover them.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology