difference between AND and OR gates in computer..
Answers
Answered by
0
Answer:
The crucial difference between AND gate and OR gate is that AND gate performs multiplication of the digital inputs. As against the OR logic gate is used to execute the addition of the digital inputs.
Answered by
0
Answer:
AND Gate OR Gate
Basic It executes logical multiplication. and OR gate executes logical summation.
Symbol : symbol of AND gate symbol of OR gate
Rule : Logical conjunction. and Logical disjunction
Boolean Expression :. X . Y & X + Y
Output : Logic high output is achieved when necessarily both the inputs are high. and Logic high is achievable in case of even single high input
Similar questions