हिंदी
Tamil Nadu Board of Secondary EducationHSC Science Class 12

Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 13 - Python and CSV files [Latest edition]

Advertisements

Chapters

Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 13 - Python and CSV files - Shaalaa.com
Advertisements

Solutions for Chapter 13: Python and CSV files

Below listed, you can find solutions for Chapter 13 of Tamil Nadu Board of Secondary Education Samacheer Kalvi for Computer Science [English] Class 12 TN Board.


Evaluation
Evaluation [Pages 264 - 266]

Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board 13 Python and CSV files Evaluation [Pages 264 - 266]

Part I - Choose the best answer

Evaluation | Q 1. | Page 264

A CSV file is also known as a ______

  • Flat File

  • 3D File

  • String File

  • Random File

Evaluation | Q 2. | Page 264

The expansion of CRLF is ______

  • Control Return and Line Feed

  • Carriage Return and Form Feed

  • Control Router and Line Feed

  • Carriage Return and Line Feed

Evaluation | Q 3. | Page 264

Which of the following module is provided by Python to do several operations on the CSV files?

  • py

  • xls

  • csv

  • os

Evaluation | Q 4. | Page 265

Which of the following mode is used when dealing with non-text files like image or exe files?

  • Text mode

  • Binary mode

  • xls mode

  • csv mode

Evaluation | Q 5. | Page 265

The command used to skip a row in a CSV file is ______

  • next()

  • skip()

  • omit()

  • bounce()

Evaluation | Q 6. | Page 265

Which of the following is a string used to terminate lines produced by the writer()method of the csv module?

  • Line Terminator

  • Enter key

  • Form feed

  • Data Terminator

Evaluation | Q 7. | Page 265

What is the output of the following program? import csv

d=csv.reader(open('c:\PYPRG\ch13\city.csv'))
next(d)
for row in d:
   print(row)
if the file called “city.csv” contain the following details

chennai,mylapore
mumbai,andheri
  • chennai,mylapore

  • mumbai,andheri

  • chennai
    mumba

  • chennai,mylapore
    mumbai,andheri

Evaluation | Q 8. | Page 265

Which of the following creates an object which maps data to a dictionary?

  • listreader()

  • reader()

  • tuplereader()

  • DictReader()

Evaluation | Q 9. | Page 265

Making some changes in the data of the existing file or adding more data is called ______

  • Editing

  • Appending

  • Modification

  • Alteration

Evaluation | Q 10. | Page 265

What will be written inside the file test.csv using the following program import csv

D = [['Exam'],['Quarterly'],['Halfyearly']]
csv.register_dialect('M',lineterminator = '\n')
with open('c:\pyprg\ch13\line2.csv', 'w') as f:
     wr = csv.writer(f,dialect='M')
     wr.writerows(D)
f.close()

  • Exam Quarterly Halfyearly

  • Exam Quarterly Halfyearly

  • E
    Q
    H

  • Exam,
    Quarterly,
    Halfyearly

Part II - Answer the following questions (2 Marks)

Evaluation | Q 1. | Page 266

What is CSV File?

Evaluation | Q 2. | Page 266

Mention the two ways to read a CSV file using Python.

Evaluation | Q 3. | Page 266

Mention the default modes of the File.

Evaluation | Q 4. | Page 266

What is the use of the next() function?

Evaluation | Q 5. | Page 266

How will you sort more than one column from a CSV file? Give an example statement.

Part III - Answer the following questions (3 Marks)

Evaluation | Q 1. | Page 266

Write a note on the open() function of python. What is the difference between the two methods?

Evaluation | Q 2. | Page 266

Write a Python program to modify an existing file.

Evaluation | Q 3. | Page 266

Write a Python program to read a CSV file with default delimiter comma (,).

Evaluation | Q 4. | Page 266

What is the difference between the write mode and append mode?

Evaluation | Q 5. | Page 266

What is the difference between reader() and DictReader() function?

Part IV - Answer the following questions (5 Marks)

Evaluation | Q 1. | Page 266

Differentiate Excel file and CSV file.

Evaluation | Q 2. | Page 266

Tabulate the different modes with their meaning.

Evaluation | Q 3. | Page 266

Write the different methods to read a File in Python.

Evaluation | Q 4. | Page 266

Write a Python program to write a CSV File with custom quotes.

Evaluation | Q 5. | Page 266

Write the rules to be followed to format the data in a CSV file.

Solutions for 13: Python and CSV files

Evaluation
Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 13 - Python and CSV files - Shaalaa.com

Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 13 - Python and CSV files

Shaalaa.com has the Tamil Nadu Board of Secondary Education Mathematics Computer Science [English] Class 12 TN Board Tamil Nadu Board of Secondary Education solutions in a manner that help students grasp basic concepts better and faster. The detailed, step-by-step solutions will help you understand the concepts better and clarify any confusion. Samacheer Kalvi solutions for Mathematics Computer Science [English] Class 12 TN Board Tamil Nadu Board of Secondary Education 13 (Python and CSV files) include all questions with answers and detailed explanations. This will clear students' doubts about questions and improve their application skills while preparing for board exams.

Further, we at Shaalaa.com provide such solutions so students can prepare for written exams. Samacheer Kalvi textbook solutions can be a core help for self-study and provide excellent self-help guidance for students.

Concepts covered in Computer Science [English] Class 12 TN Board chapter 13 Python and CSV files are Introduction to Python and CSV Files, Difference Between CSV and XLS File Formats, Purpose of CSV File, Creating a CSV File Using Notepad (or Any Text Editor), Create A CSV File Using Microsoft Excel, Read and Write a CSV File Using Python, Writing Data into Different Types in CSV Files.

Using Samacheer Kalvi Computer Science [English] Class 12 TN Board solutions Python and CSV files exercise by students is an easy way to prepare for the exams, as they involve solutions arranged chapter-wise and also page-wise. The questions involved in Samacheer Kalvi Solutions are essential questions that can be asked in the final exam. Maximum Tamil Nadu Board of Secondary Education Computer Science [English] Class 12 TN Board students prefer Samacheer Kalvi Textbook Solutions to score more in exams.

Get the free view of Chapter 13, Python and CSV files Computer Science [English] Class 12 TN Board additional questions for Mathematics Computer Science [English] Class 12 TN Board Tamil Nadu Board of Secondary Education, and you can use Shaalaa.com to keep it handy for your exam preparation.

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×