Module 05 - Logical Operators

Module 05 - Logical Operators

10th Grade

18 Qs

quiz-placeholder

Similar activities

CodeHS Arrays

CodeHS Arrays

9th - 12th Grade

18 Qs

P5.js Conditional Statements in Computer Science

P5.js Conditional Statements in Computer Science

9th - 12th Grade

15 Qs

SUMATIF 1 ANALISIS DATA

SUMATIF 1 ANALISIS DATA

8th Grade - University

16 Qs

AP CSP Code.org Unit 7

AP CSP Code.org Unit 7

10th - 12th Grade

18 Qs

G10 CS Programming Constructs/Concepts

G10 CS Programming Constructs/Concepts

10th Grade

20 Qs

Control Structures

Control Structures

9th - 12th Grade

20 Qs

C++ Unit 1 Review

C++ Unit 1 Review

9th - 12th Grade

15 Qs

Conditional Statements

Conditional Statements

10th Grade

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