St. Britto Hr. Sec. School - Madurai
12th Computer Science Weekly Test - 1 ( Python and CSV files )-Aug 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
Expand (i) CSV, (ii) CRLF
-
What is the use of CSV file?
-
Differentiate sort() and sorted().
-
What is the difference between reader() and DictReader() function?
-
What are the different ways of reading a CSV file using reader() method?
-
How will you create CSV normal file?
-
What is the difference between the write mode and append mode
-
-
Write a program to read a file with default delimiter comma.
-
Write the syntax of reader().
-
-
-
How will you write Dictionary into CSV file with custom dialects?
-
How will you sort more than one column in a CSV file? Explain with an example.
-
-
Write a program to read CSV file with user Defined Delimiter into a Dictionary.
-
Differentiate Excel file and CSV file.