Search Header Logo

Тест з Python для 8 класу

Authored by Andrey Checalev

Computers

8th Grade

Used 18+ times

Тест з Python для 8 класу
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

36 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Який тип даних має змінна x після виконання команди x = 5.0?

int

float

bool

str

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Яке ключове слово використовується для введення даних у Python?

print

input

scan

read

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Який з наведених операторів використовується для перевірки рівності у Python?

=

==

!=

===

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Скільки разів виконається цикл? for i in range(3): print(i)

1

2

3

4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Який результат виконання коду? x = 10 y = 5 if x > y: print("True") else: print("False")

True

False

Помилка виконання

Нічого не виведе

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Який з цих циклів є циклом з передумовою?

for

while

if

print

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Що станеться після виконання наступного коду?

x = 0

while x < 3:

print(x)

x = x + 1

Програма зависне у нескінченному циклі

Буде виведено 0, 1, 2

Буде виведено 0, 1, 2, 3

Виникне помилка

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?