Boolean expressions

Boolean expressions

5th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Python

Python

7th - 8th Grade

13 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Arithmetic Types Declare Initialize Relation Logical Ops

Arithmetic Types Declare Initialize Relation Logical Ops

9th Grade - University

16 Qs

Python Basics Review

Python Basics Review

10th Grade

18 Qs

Python - Quiz

Python - Quiz

9th - 11th Grade

17 Qs

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

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

8th Grade

12 Qs

PYTHON "If" Statement

PYTHON "If" Statement

6th Grade

11 Qs

Boolean expressions

Boolean expressions

Assessment

Quiz

Computers

5th - 12th Grade

Medium

Created by

Nemeira Lal

Used 23+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Select the Booleans here

"True"

True

False

"False"

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

x = 10

y = 20

print( x == y )

True

False

30

error

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print( 4 > 5 )

True

False

Error

9

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print( 9 + 10 != 20)

True

False

Error

19

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print( 11 // 3 == 3 )

True

False

Error

3

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print( ("gu" + "ru")*2 == "guruguru" )

True

False

Error

guruguru

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print( true )

True

true

Error

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?