Python: логічні операції

Python: логічні операції

8th Grade

12 Qs

quiz-placeholder

Similar activities

Python цикли

Python цикли

8th Grade

15 Qs

Python KS3

Python KS3

8th Grade

17 Qs

Тест 2. Величини. Алгоритми роботи з величинами

Тест 2. Величини. Алгоритми роботи з величинами

7th - 9th Grade

12 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Python

Python

7th - 8th Grade

13 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Підсумковий тест 7 клас

Підсумковий тест 7 клас

7th - 12th Grade

12 Qs

Python - Printing, Variables and Syntax

Python - Printing, Variables and Syntax

8th Grade

10 Qs

Python: логічні операції

Python: логічні операції

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Olga Maksimenko

Used 39+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

результат програми:

print( 26-5 == 18)

True

False

Error

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

результат програми:

print( 26-5 == 18 or 18 != 89)

True

False

Error

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

результат програми:

print( (23-5)/3 <= 18)

True

False

Error

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

результат програми:

print( (23-6) // 3)

5

5.7

3

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

результат програми:

print( (23-6) % 3)

5

5.7

2

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

результат програми:

print( (23-6) * 3)

51

50

(23-6) * 3

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

результат програми:

print( (23-6) * 3 != 51)

51

True

False

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?