Lesson 4
Repeated Practice Makes Perfect
Chapter 2: Logical operators
Boolean logic
For those not familiar with boolean logic:
A or B or CisTrueif at least one ofA,BorCisTrue. It isFalseotherwise.A and B and CisTrueonly if allA,BandCareTrue. It isFalseotherwise.not Awill always return the inverse ofA
Let’s see whether you understand what you have read above.
I have included some explanations in the quiz questions, so do read them whether or not you answered the questions correctly!
❮
❯