[DIGital:]

Lesson 0001: Introduction to Boolean Expression Notation

Boolean algebra is based on Boolean operators. If you happen to have studied algebra, Boolean operators have different symbols for the same meanings of logic operators.


The Operators


The Rules

Check your progress

  1. What is the value of the following Boolean expression if A is true and B true?

    A*B


      1
      0

  2. What is the value of the following expression if both A and B are false?

    ~B


      1
      0

  3. What is AB equal to?
      A*B
      A+B
      A~B

  4. What is the value of the following expression if A is true and B is false?
    A*~B
      0
      1

  5. What is the value of the following expression if both A and B are true?

  6. A+~B

  7. What is AAA equal to if A is true?
      0
      1

  8. What is A+A+A equal to if A is false?
      0
      1




  9. DIGital
    An Online Digital Circuitry Course
    Your Comments Welcome