Module 05 - Logical Operators

Module 05 - Logical Operators

10th Grade

18 Qs

quiz-placeholder

Similar activities

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

Java Script Quiz

Java Script Quiz

9th - 12th Grade

15 Qs

C++ Unit 1 Review

C++ Unit 1 Review

9th - 12th Grade

15 Qs

Python Data Types 207

Python Data Types 207

10th Grade

21 Qs

COSC 1 Final

COSC 1 Final

9th - 10th Grade

15 Qs

Java Basics (Data Types and Variables)

Java Basics (Data Types and Variables)

6th - 10th Grade

16 Qs

Python - Iteration (For Loops)

Python - Iteration (For Loops)

10th Grade

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