CompTIA ITF+ (FC0-U61) — Question 146
Which of the following database design requirements is MOST likely a reason to implement a flat file?
Answer options
- A. Data type flexibility
- B. Scalability
- C. Simplicity
- D. Search speed
Correct answer: C
Explanation
The correct answer is C, as flat files are often chosen for their simplicity in structure and ease of implementation. Options A and B are less applicable since flat files typically lack flexibility in data types and scalability compared to more complex database systems. Option D is also misleading, as flat files may not provide fast search capabilities compared to indexed databases.