DA0-001 · Question #285
Which of the following data types best describe 4Ac1? (Select two).
The correct answer is A. Alphanumeric F. String. The value '4Ac1' contains both numeric characters (4, 1) and alphabetic characters (A, c), which makes it Alphanumeric (A) - a data type that combines letters and numbers. It is also a String (F) because it is a sequence of characters stored as text, regardless of what those char
Question
Which of the following data types best describe 4Ac1? (Select two).
Options
- AAlphanumeric
- BSymbolic
- CNumeric
- DFloat
- EBoolean
- FString
How the community answered
(43 responses)- A93% (40)
- B2% (1)
- E5% (2)
Explanation
The value '4Ac1' contains both numeric characters (4, 1) and alphabetic characters (A, c), which makes it Alphanumeric (A) - a data type that combines letters and numbers. It is also a String (F) because it is a sequence of characters stored as text, regardless of what those characters are. It is not purely Numeric (C) since it contains letters, not a Float (D) since it cannot be represented as a decimal number, not Symbolic (B) since it contains no special symbols, and not Boolean (E) since it is not a true/false value.
Topics
Community Discussion
No community discussion yet for this question.