Boolean expressions

Boolean expressions

5th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

Python Strings & Lists

Python Strings & Lists

11th - 12th Grade

20 Qs

Boolean Expressions

Boolean Expressions

5th - 12th Grade

15 Qs

Python variables and Data types

Python variables and Data types

10th - 12th Grade

10 Qs

Python (Selection)

Python (Selection)

8th - 10th Grade

13 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Boolean expressions

Boolean expressions

Assessment

Quiz

Computers

5th - 12th Grade

Medium

Created by

Nemeira Lal

Used 24+ 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?