Lesson 1000: Boolean Operators in Truth Table Format In earlier lessons you learned about the boolean operators. In this lesson, we will present the concept of the boolean operators with truth tables. This, as explained earlier, is an excellent use of truth tables: visualization.
You can use these truth tables to construct the truth tables for the other boolean opeartors. For example, using the above truth table for AND, we can construct the truth table for NAND by negating the last column, and showing each step in a new column:
Check your progressConstruct a truth table for ~(A+B) (that's A NOR B). A basic skeleton is constructed for you, just fill in the letters and numbers in the appropriate boxes.
DIGital