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

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

7th Grade

10 Qs

quiz-placeholder

Similar activities

ôn tập kiến thức 6

ôn tập kiến thức 6

6th - 7th Grade

12 Qs

Мотылек

Мотылек

6th - 8th Grade

14 Qs

Текстовый редактор

Текстовый редактор

7th Grade

14 Qs

ЧИСЛОТОН ИнФиМа

ЧИСЛОТОН ИнФиМа

5th - 11th Grade

10 Qs

Excel

Excel

7th Grade

10 Qs

QBASIC Programming

QBASIC Programming

5th - 10th Grade

10 Qs

Устройство компьютера

Устройство компьютера

1st - 10th Grade

9 Qs

Gimp

Gimp

7th Grade

12 Qs

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

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

Assessment

Quiz

Computers

7th Grade

Practice Problem

Hard

Created by

Bayan Nakipbekova

Used 112+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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 • 1 pt

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?