Module 05 - Logical Operators

Module 05 - Logical Operators

10th Grade

18 Qs

quiz-placeholder

Similar activities

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

20 Qs

Tekie-LogicalOperators

Tekie-LogicalOperators

4th - 10th Grade

21 Qs

AP Computer Science A Post Unit 2 Check

AP Computer Science A Post Unit 2 Check

10th Grade - University

18 Qs

CodeHS Python Unit 3 Quiz Review

CodeHS Python Unit 3 Quiz Review

9th - 12th Grade

20 Qs

Python Loops Quiz

Python Loops Quiz

10th Grade

20 Qs

Python Lists

Python Lists

10th Grade

14 Qs

Java Data Type

Java Data Type

6th - 10th Grade

16 Qs

Basic Python Console Operations

Basic Python Console Operations

10th Grade - University

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