CSV File handling in Python

CSV File handling in Python

12th Grade

25 Qs

quiz-placeholder

Similar activities

File Handling Revision- Text file Handling Quiz 1

File Handling Revision- Text file Handling Quiz 1

12th Grade

20 Qs

GR 12_DATA FILE HANDLING_SS

GR 12_DATA FILE HANDLING_SS

12th Grade

20 Qs

File Extensions and Keyboard Shortcuts

File Extensions and Keyboard Shortcuts

9th - 12th Grade

20 Qs

file

file

8th - 12th Grade

20 Qs

Pandas

Pandas

12th Grade

20 Qs

Python Pandas

Python Pandas

12th Grade

20 Qs

Python File handling - 2

Python File handling - 2

12th Grade

20 Qs

Python 3

Python 3

9th - 12th Grade

30 Qs

CSV File handling in Python

CSV File handling in Python

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Ekta Kaper

Used 137+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

CSV stands for

Comma Separated Values

Comma Spaced Values

Completely Separated VAlues

Comma Segregated Values

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Delimeter for CSV file is

Comma

Tab

Space

Semi-colon

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which character can work as delimiter for CSV files:

Comma only

Tab only

Space only

Any character

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We can manage (create/read/update)CSV files using

A text editor

A Python program

A Spreadsheet application

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

File opening modes for CSV files are:

Same as those for text files

same as those for binary files

different from text files and binary files

mix of text files and binary files

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which module in Python is used to process csv file

pickle

random

CSV

csv.reader()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

CSV module allows writing multiple records in a CSV file using

writerows()

writerow()

writerec()

writelines

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?