CSV File handling in Python

CSV File handling in Python

12th Grade

25 Qs

quiz-placeholder

Similar activities

File Extension Quiz

File Extension Quiz

9th - 12th Grade

25 Qs

Quis Formatif 1 XII Prodistik

Quis Formatif 1 XII Prodistik

12th Grade

25 Qs

HTML5 & CSS3 Refresher

HTML5 & CSS3 Refresher

7th - 12th Grade

21 Qs

File handling in Python

File handling in Python

12th Grade

20 Qs

Pandas Series & DataFrames

Pandas Series & DataFrames

12th Grade

20 Qs

Python CSV and Pandas

Python CSV and Pandas

12th Grade

20 Qs

20.2 File Processing and Exception Handling Cambridge iA 9618

20.2 File Processing and Exception Handling Cambridge iA 9618

12th Grade

20 Qs

binary file python

binary file python

12th Grade

20 Qs

CSV File handling in Python

CSV File handling in Python

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Ekta Kaper

Used 148+ 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?