Module 05 - Logical Operators

Module 05 - Logical Operators

10th Grade

18 Qs

quiz-placeholder

Similar activities

Program Development - Python: Operators

Program Development - Python: Operators

9th - 10th Grade

19 Qs

Python Functions and Error Handling

Python Functions and Error Handling

10th Grade - University

20 Qs

CB30: Quiz 4 Review

CB30: Quiz 4 Review

9th - 12th Grade

20 Qs

Python basics recap

Python basics recap

9th - 12th Grade

20 Qs

Arithmetic Types Declare Initialize Relation Logical Ops

Arithmetic Types Declare Initialize Relation Logical Ops

9th Grade - University

16 Qs

AP Computer Science Principles

AP Computer Science Principles

9th - 12th Grade

14 Qs

LOOKUP

LOOKUP

9th Grade - University

20 Qs

Python variables

Python variables

9th - 12th Grade

16 Qs

Module 05 - Logical Operators

Module 05 - Logical Operators

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Casey Devet

Used 7+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which operator will evaluate to True if both sides are True and False otherwise?

and

or

not

in

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which operator will evaluate to True if either side is True and False otherwise?

and

or

not

in

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which operator will negate the value of the Boolean expression after it?

and

or

not

in

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

If the "num" variable has value 5, is this expression True or False?


num < 0 and num > 10

True

False

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

If the "num" variable has value -5, is this expression True or False?


num < 0 and num > 10

True

False

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

If the "num" variable has value 0, is this expression True or False?


num < 0 and num > 10

True

False

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

If the "num" variable has value 5, is this expression True or False?


num > 0 and num < 10

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?