Multiple Choice
One convention used for naming identifiers is called Pascal case. This convention requires that ____.
A) the first letter be lowercase with the first letter of each subsequent word capitalized
B) all letters appear in uppercase characters
C) the first letter be uppercase with the first letter of each subsequent word capitalized
D) all letters appear in lowercase with words separated by an underscore
Correct Answer:

Verified
Correct Answer:
Verified
Q17: Unicode includes representation of 2<sup>8</sup> or 256
Q18: The _ data type was added to
Q19: The @ symbol in the following string,
Q20: If you expect to receive an "A"
Q21: A machine that has a 64-bit processor
Q23: float totalAmount = 23.57; <br> The float
Q24: Which of the following formats the first
Q25: The binary value for ten is 00001010.
Q26: Which of the following integral type can
Q27: A variable of type bool can store