CBSE · 083Class XII · 2024Section A1 mark

Question 17

2 April 2024 · Computer Science (083)

Assertion (A) : CSV file is a human readable text file where each line has a number of fields, separated by comma or some other delimiter. Reason (R) : writerow() method is used to write a single row in a CSV file.

Answer

(b) Both (A) and (R) are true and (R) is not the correct explanation for (A).

Explanation

Both statements are factually correct, but the use of writerow() is not the reason why CSV files are human-readable.