Question
Jan Villaroel
Topic: Electronics Engineering Posted 1 year ago
You are designing a digital circuit using logic gates. If you have two inputs A and B and you want to create an OR gate, write down the truth table and the Boolean expression for the OR gate.

You are designing a digital circuit using logic gates. If you have two inputs A and B and you want to create an OR gate, write down the truth table and the Boolean expression for the OR gate.


Answers
What are best answers and total votes?
No Votes
Vote
SignIn to Vote
Koala Tutor
Oct 3, 2023
Koala Ai Support

The truth table for an OR gate with two inputs, A and B, is as follows:

| A | B | Output |
|---|---|--------|
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 1 |

The Boolean expression for an OR gate is:
Output = A + B

Koala Tutor Got a question with my answer?
Message Me