CompTIA Data+ (DA0-001) — Question 354
Which of the following data types is most commonly used to store address data?
Answer options
- A. String
- B. Array
- C. Boolean
- D. Numeric
Correct answer: A
Explanation
The correct answer is 'String' because addresses often include a combination of letters, numbers, and symbols, which makes string data types ideal for storing this information. The other options like Array, Boolean, and Numeric do not adequately represent the complexity and variety of address formats.