Midterm Exam - DV - Part 1

Midterm Exam - DV - Part 1

University

20 Qs

quiz-placeholder

Similar activities

Parcial N° 2 - DBA

Parcial N° 2 - DBA

University

15 Qs

[Python For All] Quiz 5 - Numpy

[Python For All] Quiz 5 - Numpy

University

15 Qs

Exploring Python Libraries

Exploring Python Libraries

University

20 Qs

Cuestionario de Inteligencia Artificial

Cuestionario de Inteligencia Artificial

University

20 Qs

15 days of code quiz 2

15 days of code quiz 2

11th Grade - Professional Development

22 Qs

Analisis Data dengan Excel dan Google Colab

Analisis Data dengan Excel dan Google Colab

10th Grade - University

20 Qs

Examen curso python para la ciencia de da

Examen curso python para la ciencia de da

University

22 Qs

Exploratory Data Analysis Quiz

Exploratory Data Analysis Quiz

University

20 Qs

Midterm Exam - DV - Part 1

Midterm Exam - DV - Part 1

Assessment

Quiz

Computers

University

Hard

Created by

Ronald Baldemoro

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ___ format is one of the most simple and common ways to store tabular data.

CSV

TXT

DB

CVS

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

There is a dedicated module for python to use in importing data to a program.

import csv

import csv as cs

import csv as csv

import cv2 as cv

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To read as csv file in python we use this ___ function

csv.reader()

csv.read()

csv.readonly()

csv.readthis()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To encode in csv file you must use this function ___

csv.writer()

csv.writerow()

csv.writerthis()

csv.write()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This string can later be

used to write into CSV files using the ___ function.

writerow()

writer()

csv.write()

csv.writerow()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The objects of a ___ class can be used to read a

CSV file as a dictionary.

csv.DictReader()

DictReader()

csv.DictRead()

csv.DictReadRow()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The objects of ___ class can be used to write

to a CSV file from a Python dictionary.

csv.DictWriter()

DictWriter()

csv.DictWrite()

csv.DictWriterRow()

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?