Файлы Python

Файлы Python

11th Grade

50 Qs

quiz-placeholder

Similar activities

Soal Ujian Microsoft Excel

Soal Ujian Microsoft Excel

10th Grade - University

50 Qs

SAS GANJIL INFORMATIKA KELAS 7 TAHUN 2024-2025

SAS GANJIL INFORMATIKA KELAS 7 TAHUN 2024-2025

7th Grade - University

45 Qs

Quiz Pengetahuan Internet

Quiz Pengetahuan Internet

10th Grade - University

50 Qs

MS Word Kelas 5

MS Word Kelas 5

5th Grade - University

45 Qs

11 класс

11 класс

11th Grade

47 Qs

Quiz Pra Asas 24 - Ganjil

Quiz Pra Asas 24 - Ganjil

7th Grade - University

45 Qs

Persiapan PAT Genap 2024-2025

Persiapan PAT Genap 2024-2025

8th Grade - University

50 Qs

UAS SIMDIG Kelas10

UAS SIMDIG Kelas10

10th Grade - University

50 Qs

Файлы Python

Файлы Python

Assessment

Quiz

Information Technology (IT)

11th Grade

Medium

Created by

Arman Uyzbay

Used 3+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Метод открытия файла в Python?

read()

open()

file()

write()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

file=open("text.txt", "r")

Что означает "r" в данной строке кода?

создание нового файла

открытие файла

открытие файла для чтения

название файла

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Назови метод чтения данных из файла?

read()

open()

write()

readline()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

File=open("text.txt", "w")

file.write("hello, world!")

Что означает write() в данном программном коде?

чтение строки с файла

чтение данных с файла

вывод текста на экран

запись данных в файл

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Функция для чтения строк в файле в Python?

readline()

read()

write()

close()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Функция произвольного доступа к данным в файле в Python?

write()

read()

seek()

readline()

7.

OPEN ENDED QUESTION

3 mins • Ungraded

file=open("abc.text", "w")

file.write("Hello, friend!")

_________________

Добавь обязательную последнюю строку программного кода при работе с файлами.

Evaluate responses using AI:

OFF

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?