Boolean expressions

Boolean expressions

5th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

12th Grade - University

10 Qs

Python - If Else...

Python - If Else...

9th Grade

19 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

Python

Python

7th - 8th Grade

10 Qs

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

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

8th Grade

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