Advertisements
Advertisements
प्रश्न
Assertion (A): CSV (Comma Separated Values) is a file format for data storage that looks like a text file.
Reason (R): The information is organized with one record on each line and each field is separated by a comma.
विकल्प
Both A and R are true and R is the correct explanation for A.
Both A and R are true and R is not the correct explanation for A.
A is True but R is False.
A is false but R is True.
Advertisements
उत्तर
Both A and R are true and R is the correct explanation for A.
Explanation:
A Comma Separated Values (CSV) file is a plain text file that contains a list of data.
In a CSV file, information is organized with one record on each line, and each field is separated by a comma.
Thus,
- The assertion is true.
- The Reasoning is true.
So, the correct answer is Both A and R are true and R is the correct explanation for A.
