Computer Science, asked by ramprasadsharma881, 5 months ago

Write the truth table and logic gate for OR operation.​

Answers

Answered by 2000031095
1

Answer:

OR GATE

Explanation:  

ACTUALLY WE HAVE THREE BASIC GATES CALLED AS AND , OR , NOT     .

OR GATE    

EXAMPLE (A+B)

TRUTH TABLE

A          B          A + B

0           0            0

0           1               1

1             0            1

1             1            1

HERE WE HAVE LOGIC 0 WHEN A B ARE LOW OTHERWISE THEY ARE HIGH .

Similar questions