Computer Science – Boolean logic | e-Consult
Boolean logic (1 questions)
Login to see all questions.
Click on a question to view the answer
Truth Table:
| A | B | Y |
| T | T | T |
| T | F | T |
| F | T | F |
| F | F | F |
Boolean Expression: The circuit represents the expression A AND (NOT B). This is because the output Y is only TRUE when A is TRUE and B is FALSE. The NOT B gate inverts the value of B.