CompTIACompTIA
DA0-002 · Question #34
DA0-002 Question #34: Real Exam Question with Answer & Explanation
The correct answer is D: CSV. A CSV (Comma Separated Values) file is a simple text file format that stores tabular data. It separates values within each row using a specific delimiter, most commonly a comma.
Data Concepts and Environments
Question
Which of the following file types separates data using a delimiter?
Options
- AXML
- BHTML
- CJSON
- DCSV
Explanation
A CSV (Comma Separated Values) file is a simple text file format that stores tabular data. It separates values within each row using a specific delimiter, most commonly a comma.
Common mistakes.
- A. XML (Extensible Markup Language) uses tags to define elements and attributes, not delimiters, for data separation.
- B. HTML (Hypertext Markup Language) uses tags to structure content for web pages, not to delimit data values in a tabular format.
- C. JSON (JavaScript Object Notation) uses key-value pairs and arrays to structure data, not delimiters for separating individual values in a flat tabular structure.
Concept tested. File formats and data delimiters
Topics
#File formats#Data delimiters#CSV
Community Discussion
No community discussion yet for this question.