CompTIA ITF+ (FC0-U61) — Question 280
The data set that is supporting an application utilizes commas to separate records. Which of the following describes the data set?
Answer options
- A. Relational
- B. Flat file
- C. NoSQL
- D. Spreadsheet
Correct answer: B
Explanation
The correct answer is B, Flat file, as it refers to a simple data structure where records are stored in a plain text format, often separated by commas. Option A, Relational, refers to a more complex database structure involving tables and relationships. Option C, NoSQL, describes non-relational databases that do not necessarily use a structured format, and Option D, Spreadsheet, implies a grid structure that is not specifically about record separation with commas.