DA0-001 · Question #271
A research analyst collects ten data points from 1.000 specimens. The analyst will not need any additional data to complete the analysis and will not need to retrieve information by specifier. Which o
The correct answer is B. Flat file. A flat file is a type of data structure that stores data in a plain text format, such as CSV, TSV, or TXT. A flat file consists of one or more records, each containing one or more fields, separated by a delimiter, such as a comma, tab, or space. A flat file does not have any hier
Question
A research analyst collects ten data points from 1.000 specimens. The analyst will not need any additional data to complete the analysis and will not need to retrieve information by specifier. Which of the following is the best data structure for the analyst to use?
Options
- ANoSQL
- BFlat file
- CJSON
- DRelational database
How the community answered
(32 responses)- B91% (29)
- C6% (2)
- D3% (1)
Explanation
A flat file is a type of data structure that stores data in a plain text format, such as CSV, TSV, or TXT. A flat file consists of one or more records, each containing one or more fields, separated by a delimiter, such as a comma, tab, or space. A flat file does not have any hierarchical or relational structure, and does not support any complex queries or operations. A flat file may be the best data structure for the analyst to use in this scenario, because: The analyst collects ten data points from 1,000 specimens, which means the data is relatively small and simple, and can be easily stored and processed in a flat file. The analyst will not need any additional data to complete the analysis, which means the data is static and does not require any updates or modifications. The analyst will not need to retrieve information by specifier, which means the data does not require any indexing or searching by key or value.
Topics
Community Discussion
No community discussion yet for this question.