nerdexam
CompTIA

DA0-001 · Question #498

Which of the following is a flat file data format?

The correct answer is B. CSV. CSV (Comma-Separated Values) is a flat file format that stores tabular data as plain text with values separated by delimiters, with no embedded hierarchy or relationships between records. XML (A), JSON (C), and HTML (D) are all hierarchical or structured markup formats that use…

Data Concepts and Environments

Question

Which of the following is a flat file data format?

Options

  • AXML
  • BCSV
  • CJSON
  • DHTML

How the community answered

(57 responses)
  • B
    95% (54)
  • C
    4% (2)
  • D
    2% (1)

Explanation

CSV (Comma-Separated Values) is a flat file format that stores tabular data as plain text with values separated by delimiters, with no embedded hierarchy or relationships between records. XML (A), JSON (C), and HTML (D) are all hierarchical or structured markup formats that use nesting and tags to represent data relationships, disqualifying them as flat file formats. Flat files store data in a simple, two-dimensional structure without any inherent relational or hierarchical organization.

Topics

#Data formats#Flat files#CSV#File types

Community Discussion

No community discussion yet for this question.

Full DA0-001 Practice