St. Britto Hr. Sec. School - Madurai
12th Computer Science Monthly Test - 2 ( Python and CSV files)-Aug 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
What is dialect?
-
What are used a dictionary keys?
-
What is the use of close () method?
-
Write a program to create a new normal CSV file to store data.
-
Write a note on open() function of python. What is the difference between the two methods?
-
What are the ways to write a new or edit are existing CSV file in python?
-
-
Write a program to read a file with default delimiter comma.
-
What is the difference between reader() and DictReader() function?
-
-
Write a Python program to modify an existing file.
-
How will you create CSV normal file?
-
What are the different ways of reading a CSV file using reader() method?
-
Write a program to read the CSV file with user defined delimiter.
-
-
Write a program to read the CSV file and store A column value in A list for sorting.
-
Write a program to read CSV file with user Defined Delimiter into a Dictionary.
-
-
How will you write the CSV file with custom denote characters? Explain with an example.
-
Write a program to read a specific column in a CSV file.
-
Write a program to read the CSV file through python using reader () method.