St. Britto Hr. Sec. School - Madurai
12th Computer Science Monthly Test - 1 ( Python and CSV files )-Aug 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Differentiate sort() and sorted().
-
How the CSV filename represented in open command?
-
Mention the two ways to read a CSV file using Python.
-
What is the difference between reader() and DictReader() function?
-
What is the difference between the write mode and append mode
-
-
How will you save the CSV file in MS-Excel?
-
Write a Python program to modify an existing file.
-
-
Write a Python program to read a CSV file with default delimiter comma (,).
-
Write the syntax of reader().
-
What are the ways to write a new or edit are existing CSV file in python?
-
How will you create CSV normal file?
-
Write a note on open() function of python. What is the difference between the two methods?
-
Write a program to create a new normal CSV file to store data.
-
What are the different ways of reading a CSV file using reader() method?
-
Write the rules to be followed to format the data in a CSV file.
-
-
Write a program to set data at runtime and writing it in a CSV file.
-
How will you write Dictionary into CSV file with custom dialects?
-
-
Tabulate the different mode with its meaning.
-
Write a program to read the CSV file and store A column value in A list for sorting.
-
Write a program to read the CSV file which contains spaces after the delimiter.