...

/

Quiz: Logical Expressions and Algorithms

Quiz: Logical Expressions and Algorithms

Test your knowledge of using logical expressions in algorithms.

We'll cover the following...
Technical Quiz
1.

(True or False) In De Morgan’s laws:

not (a and b) is the same as (not a) or (not b)

A.

True

B.

False


1 / 5
...