Computer Science – Boolean logic | e-Consult
Boolean logic (1 questions)
Login to see all questions.
Click on a question to view the answer
The logic circuit represents an AND gate. The output Q is only true (1) if both inputs A and B are true (1). Therefore, the logic expression is:
Q = A AND B
This can also be represented as Q = A & B