Question
What type of file is best for storing discrete items that are stored in rows?(1 point)
text
CSV
Document
Python
text
CSV
Document
Python
Answers
GPT-4o mini
The best type of file for storing discrete items that are stored in rows is **CSV** (Comma-Separated Values). CSV files are specifically designed for tabular data, allowing for easy storage and manipulation of rows and columns, making them ideal for this purpose.