CBSE Class 12 Computer Science Question 7 of 145

File Handling — Question 7

Back to all questions
7
Question

Question 7

Assertion. CSV (Comma Separated Values) is a file format for data storage which looks like a text file.

Reason. The information is organized with one record on each line and each field is separated by comma.

Answer

(a)

Both Assertion and Reason are true and Reason is the correct explanation of Assertion.

Explanation

CSV (Comma Separated Values) is indeed a file format for data storage that resembles a text file. CSV files are plain text files that typically use the .csv extension and contain tabular data organized into rows and columns. The information in CSV files is organized with one record (or row) on each line, and each field (or column) within a record is separated by a comma.