CSV File handling in Python

CSV File handling in Python

12th Grade

25 Qs

quiz-placeholder

Similar activities

CPA Inkscape Quiz 01

CPA Inkscape Quiz 01

7th - 12th Grade

25 Qs

AP CSP - Unit 2 Review

AP CSP - Unit 2 Review

9th - 12th Grade

20 Qs

TN +2 -LESSON1 FUNCTIONS

TN +2 -LESSON1 FUNCTIONS

12th Grade

20 Qs

uCertify Lesson 1: Part II

uCertify Lesson 1: Part II

8th - 12th Grade

20 Qs

PowerPoint and some Google Slides

PowerPoint and some Google Slides

9th - 12th Grade

20 Qs

Computer Science Principles Unit 3 Pre-Assessment

Computer Science Principles Unit 3 Pre-Assessment

9th - 12th Grade

20 Qs

Digital Imaging and Design C3 -electronic images

Digital Imaging and Design C3 -electronic images

9th Grade - University

20 Qs

CompTIA IT Fundamentals Practice

CompTIA IT Fundamentals Practice

9th Grade - University

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?