
123123
Authored by Uģis Bērziņš
Computers
10th Grade
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
19 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kā importēt CSV bibliotēku Python programmā?
import csv
include csv
from csv import *
require csv
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kura funkcija tiek izmantota, lai atvērtu CSV failu lasīšanai?
csv.open()
open() ar 'r' režīmu
csv.read()
file.open()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kura metode tiek izmantota, lai nelasītu vienu rindu no csv.reader() objekta?
readline()
next()
readrow()
getline()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kāda atdalītāja zīme pēc noklusējuma tiek izmantota CSV failos?
Tabulācijas simbols
Komats
Semikols
Atstarpe
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Kā norādīt citu atdalītāja zīmi, atverot CSV failu?
Izmantojot separator argumentu csv.reader() funkcijā.
Izmantojot delimiter argumentu csv.reader() funkcijā.
Izmantojot split argumentu csv.reader() funkcijā.
Izmantojot separ argumentu open() funkcijā.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kura funkcija tiek izmantota, lai atvērtu CSV failu rakstīšanai?
csv.open()
open() ar 'w' režīmu
csv.write()
file.open()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kāds objekts ir jāizveido, lai rakstītu datus CSV failā?
csv.writer()
csv.write()
file.writer()
io.writer()
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?