Search Header Logo

Арифметические операции в Python

Authored by Vladislav Karmanov

Information Technology (IT)

8th Grade

Used 4+ times

Арифметические операции в Python
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

Что делает команда print() в Python?

Вводит данные с клавиатуры

Сохраняет данные в файл

Отправляет данные на экран

Вычисляет выражение

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Как правильно считать целое число с клавиатуры?

input()

int(input())

float(input())

print(input())

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой оператор используется для деления с остатком?

//

%

/

**

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой результат будет у выражения 7 // 2?

3.5

3

2

4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой результат будет у выражения 5 ** 3?

8

15

125

243

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что делает следующий код? print("Результат:", 10 % 3)

Покажет остаток от деления 10 на 3

Покажет частное от деления 10 на 3

Покажет сумму 10 и 3

Покажет 0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой результат даст следующая строка? print(10 / 2)

5.0

5

5.5

20

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?