nerdexam
CompTIA

DA0-001 · Question #447

Which of the following data types is most commonly used to store address data?

The correct answer is A. String. An address is typically composed of textual information (e.g., street name, city, state, zip code), making the string data type the most appropriate for storing it. Strings are designed to hold alphanumeric characters, which is ideal for address data.

Data Concepts and Environments

Question

Which of the following data types is most commonly used to store address data?

Options

  • AString
  • BArray
  • CBoolean
  • DNumeric

How the community answered

(36 responses)
  • A
    94% (34)
  • B
    3% (1)
  • C
    3% (1)

Explanation

An address is typically composed of textual information (e.g., street name, city, state, zip code), making the string data type the most appropriate for storing it. Strings are designed to hold alphanumeric characters, which is ideal for address data.

Topics

#Data types#String data type#Data storage#Address data

Community Discussion

No community discussion yet for this question.

Full DA0-001 Practice