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

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

8th Grade

12 Qs

quiz-placeholder

Similar activities

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Python - Data types and Conditional statements

Python - Data types and Conditional statements

4th - 8th Grade

10 Qs

Тест. Логічні операції

Тест. Логічні операції

7th - 12th Grade

10 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Цикл While

Цикл While

8th - 11th Grade

12 Qs

Python Intro

Python Intro

7th - 8th Grade

12 Qs

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

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

7th - 12th Grade

12 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?