Search Header Logo

Работа с файлами 7кл

Authored by Bayan Nakipbekova

Computers

7th Grade

Used 121+ times

Работа с файлами 7кл
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?