121k views
0 votes
What type of gate does this input-output table correspond to?

Input: Output:
A B ?
0 1 1
0 0 0
1 0 1
1 1 1

User Kmarsh
by
7.8k points

1 Answer

1 vote

A logic gate is the fundamental building block of a digital circuit. The type of gate that these input-output tables correspond to is 2 inputs OR Gate. The output Q is true if EITHER input A “OR” input B is true, giving the Boolean Expression of: ( Q = A or B ).

User Ogulcan Orhan
by
7.7k points

No related questions found