40 likes | 117 Views
Explore the concept of logic gates and truth tables, learn how to evaluate different logical statements, and understand the basics of Boolean algebra. This guide provides clear explanations and examples for enhancing your understanding of logical operations.
E N D
NOT A = True B = False 1. A AND B FALSE 2. NOT B TRUE 3. NOT A FALSE 4. A OR B TRUE 5. NOT(A AND B) TRUE
Question Page 1.(A AND B)(A OR B) 2.NOT(A AND B)(A OR B) 3.(NOT A)(NOT B) 4.(NOT A)OR(NOT B) 5.NOT(A OR B) NOT(A OR B) 6.(A AND B)(A AND B) 7.NOT(((A AND B)NOT)A OR B)