123123

123123

10th Grade

19 Qs

quiz-placeholder

Similar activities

Quiz sobre Extensões de Arquivos

Quiz sobre Extensões de Arquivos

5th Grade - University

14 Qs

 Excel - básico

Excel - básico

1st Grade - University

20 Qs

Programmazione ad oggetti (OOP)

Programmazione ad oggetti (OOP)

10th - 12th Grade

15 Qs

Bootcamp

Bootcamp

7th - 12th Grade

16 Qs

P2 Final

P2 Final

10th - 12th Grade

19 Qs

Importing and Exporting Spreadsheet Data Review

Importing and Exporting Spreadsheet Data Review

9th - 12th Grade

24 Qs

Unit 7 Vocab Review

Unit 7 Vocab Review

10th - 12th Grade

16 Qs

Herramientas y extensiones de Windows

Herramientas y extensiones de Windows

5th - 12th Grade

16 Qs

123123

123123

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Uģis Bērziņš

Used 3+ times

FREE Resource

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()

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?