CBSE Class 12 Computer Science Question 99 of 145

File Handling — Question 16

Back to all questions
16
Question

Question 16

Why are csv files popular for data storage ?

Answer

CSV (Comma-Separated Values) files are popular for data storage due to the following reasons:

  1. Easier to create.
  2. Preferred export and import format for databases and spreadsheets.
  3. Capable of storing large amount of data.