CSV File handling in Python

CSV File handling in Python

12th Grade

25 Qs

quiz-placeholder

Similar activities

Python Files

Python Files

12th Grade

20 Qs

Text Files in Python

Text Files in Python

12th Grade

20 Qs

2.2 J277 File handling

2.2 J277 File handling

10th - 12th Grade

23 Qs

Python Pandas

Python Pandas

12th Grade

20 Qs

15 days of code quiz 2

15 days of code quiz 2

11th Grade - Professional Development

22 Qs

file

file

8th - 12th Grade

20 Qs

Importing and Exporting Spreadsheet Data Review

Importing and Exporting Spreadsheet Data Review

9th - 12th Grade

24 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?