Midterm Exam - DV - Part 1

Midterm Exam - DV - Part 1

University

20 Qs

quiz-placeholder

Similar activities

The Basics of R

The Basics of R

University

21 Qs

TEST FINAL - Configuración de Servicios Windows

TEST FINAL - Configuración de Servicios Windows

University

20 Qs

Exploring Data Science with Python

Exploring Data Science with Python

University

20 Qs

ICT YEAR 8 SECOND TERM FIRST TEST

ICT YEAR 8 SECOND TERM FIRST TEST

8th Grade - University

20 Qs

Quiz Inf (Sistem Komputer dan Perangkat) Kelas VIII

Quiz Inf (Sistem Komputer dan Perangkat) Kelas VIII

8th Grade - University

20 Qs

Introduction to IT

Introduction to IT

University

20 Qs

Análisis de Datos en Python

Análisis de Datos en Python

University

15 Qs

Python Workshop Day - 2

Python Workshop Day - 2

University

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