Midterm Exam - DV - Part 1

Midterm Exam - DV - Part 1

University

20 Qs

quiz-placeholder

Similar activities

Sjmit-Q2-[Workshop-MAR-25]

Sjmit-Q2-[Workshop-MAR-25]

12th Grade - University

20 Qs

Pandas Python: Trabajo con Datos

Pandas Python: Trabajo con Datos

University

20 Qs

MÓDULOS Y PAQUETES PARA MACHINE LEARNING CON PYTHON

MÓDULOS Y PAQUETES PARA MACHINE LEARNING CON PYTHON

University

20 Qs

Modul 7 - Komputer I

Modul 7 - Komputer I

University

20 Qs

kuis pertama

kuis pertama

University

20 Qs

Kuis 1: Machine Learning for IoT- 4 TRK

Kuis 1: Machine Learning for IoT- 4 TRK

University

15 Qs

Workshop Quiz

Workshop Quiz

University

25 Qs

Season 4 #Spaic Machine learning Weekly Quiz

Season 4 #Spaic Machine learning Weekly Quiz

KG - Professional Development

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?